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!
Upstream changes:
0.18 09 Oct 2008
* fix bug where form was not cleared during initial search
0.17 11 Sept 2008
* change tact altogether in form_to_object() and assume
there are no autoincrement fields in $form
* move the form/object seeding in create() to the core
Controller create() method. This change
is as much to solve a strange Class::C3/Dispatcher issue
with multiple inheritance as anything.
* add missing $c in call to $self->form
* do_search calls field_names() on controller rather than form object
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
Upstream changes:
0.16 25 Aug 2008
* refactor the form_to_object() to avoid setting the PK
value for a new object
0.15 24 Aug 2008
* fix the form_to_object() method to work with 0.29 core REST api
Pkgsrc changes:
o Bump dependency on CXCRUD as dictated below
Upstream changes:
0.14 11 Aug 2008
* fix Makefile.PL to reflect CXCRUD 0.28 required
0.13 11 Aug 2008
* change form_to_object() to support PKs of multiple columns
This is an implementation of CatalystX::CRUD::Controller for
Rose::HTML::Objects. It supercedes Catalyst::Controller::Rose for
basic CRUD applications.