Commit graph

9 commits

Author SHA1 Message Date
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
sno
6a03589299 Updating www/p5-Rose-HTMLx-Form-Related from 0.20nb1 to 0.22
Upstream changes:
0.22    11 April 2010
        * use RelInfo->label, if defined, as the label for converted fields.

0.21    18 Mar 2010
        * only pass field->description if it is defined.
2010-09-21 21:31:41 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
3aee2d4c3b Updating www/p5-Rose-HTMLx-Form-Related from 0.19 to 0.20
Upstream changes:
0.20    21 Feb 2010
        * pass field->description through when transforming related Field
	  objects.
2010-02-22 21:00:20 +00:00
sno
3fd0802df6 Updating www/p5-Rose-HTMLx-Form-Related from 0.17 to 0.19
pkgsrc changes:
- Adding license definition
- Adjusting dependencies

Upstream changes:
0.19    19 Jan 2009
        * add dep on MRO::Compat. Use it in show_related_field_using() in RDBO and DBIC Metadata subclasses.
        * show_related_field_using() will now return 'unique_value' if the foreign class implements that method.

0.18    1 Dec 2009
        * fix failing dbic test
2010-02-02 12:11:12 +00:00
sno
bb1eced140 PkgSrc changes:
- Updating package for p5 module of Rose::HTMLx::Form::Related from
    0.14 to 0.17
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.17    22 April 2009
        * add Rose::HTMLx::Form::Field::PopUpMenuNumeric as dependency
        * skip non-FKs when designating a related_field
        * add default_related_sort_by() to Metadata base class
        * add sort_prefix() to Metadata base class
0.16    27 Feb 2009
        * revert change in 0.15 with only setting $app if ref(). This caused tests in CatalystX::CRUD::YUI to fail.
        * don't try converting non-text fields to autocomplete
2009-05-01 19:39:56 +00:00
he
21635bd649 Update from version 0.13 to 0.14.
Upstream changes:

0.14    30 Dec 2008
        * allow for null value in generated menu fields
        * double check for controller in make autocomplete field
	* catch condition where the same field is used as both a
	  FK and one side of a o2m relationship.  prefer the FK.
2009-01-11 19:13:48 +00:00
seb
22c423aff6 Update from version 0.09 to version 0.13
Pkgsrc changes:
- Add dependencies for test target so most of this Perl module's
  tests can be run

Upstream changes:
0.10    27 Oct 2008
	* calling $form->reset or $form->clear will now refetch
	  objects from db for interrelated menus, re-populating the
	  options.

0.11    27 Oct 2008
        * fix dbic tests so they skip the correct number of tests

0.12    17 Nov 2008
	* support the new 'unqiue_value()' method in RDBOHelpers
	  and MoreHelpers, which will now override
	  show_related_field_using() when called in foreign_field_value().

0.13    24 Nov 2008
	* fix autocomplete bug to call get_controller() rather than
	  simply controller()
	* add map_to_column, map_from_column and map_class_controller_class
	  to RelInfo
        * add as_hash() to RelInfo
2008-12-05 09:06:02 +00:00
he
d9a7d9d0f0 Imported p5-Rose-HTMLx-Form-Related version 0.09.
Rose::HTMLx::Form::Related is a subclass of Rose::HTML::Form.
Rose::HTMLx::Form::Related can interrogate the relationships between
ORM classes and the Forms that represent them, and use that data
to tie multiple Rose::HTMLx::Form::Related classes together.
2008-10-20 23:40:19 +00:00