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.
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!
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
- 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
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.
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
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.