Commit graph

5 commits

Author SHA1 Message Date
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