Revision history for Catalyst-Plugin-Form-Processor 1.140270 2014-01-27 10:59:50-08:00 America/Los_Angeles 1.140270 2014-01-27 10:59:08-08:00 America/Los_Angeles - Moved from Class::MOP to Class::Load (RT-90968). - Add config to determine if should pre-load fields when pre-loading forms. There was a bug that prevented the code from failing, so adding a config to keep the same behavior. 1.130550 2013-02-24 08:50:17 America/Los_Angeles - Moved to Dist::Zilla - Uploaded to CPAN the Moose Role version. - Added reference to ticket suggesting the plugin should not exist. Revision history for Perl extension Catalyst::Plugin::Form::Processor. 0.06 Thu Apr 24 02:30:38 UTC 2008 Weaken the user_data reference to the Catalyst context to break a circular reference that resulted in a leak. 0.05 Sat Dec 1 21:40:26 UTC 2007 Display warning message when loading form module fails. Add feature to do general FillInForm $c->stash->{fillinform} = $c->req->parameters; 0.04 Wed Jul 25 06:54:47 UTC 2007 Fix call to wrong Template Toolkit filter in example application. Closes #28465. 0.03 Wed Jul 4 14:34:26 UTC 2007 Now always pass in the context in the user_data hash: my $c = $form->user_data->{context}; Add dependency on Template 2.19 for the demo application, and a template fix for testing .defined on id_suffix. Force checkbox to value="1" -- HTML::FillInForm uses "on". 0.02 Sun Jun 17 03:59:02 UTC 2007 Add Unicode::Encoding to list of plugins for example application Move to Module::Install 0.01 Mon Jun 11 22:07:49 2007 - original version; created by h2xs 1.23 with options -AX -n Catalyst::Plugin::Form::Processor