[html-formfu] new releases uploaded to cpan
Carl Franks
fireartist at gmail.com
Fri Jul 3 18:36:31 GMT 2009
I've uploaded new versions of HTML-FormFu and HTML-FormFu-Model-DBIC to CPAN.
They're already available on http://search.cpan.org
Thanks to everyone who has contributed - and apologies to anyone who
has sent patches that haven't been applied yet!
They are on my to-do list, I'm just unfortunately short of time to at
the moment.
Below are the change-logs.
HTML-FormFu
0.05001 2009-07-03
- get_field(s), get_element(s), get_all_elements() now support a Regex
object for any conditional argument.
- Model::Hashref now searches for Multi and Repeatable elements using the
regexes qr/Multi/ and qr/Repeatable/ to all for custom/derived classes.
- New $form->add_localize_object_from_class() method.
- New Element::Label.
- Bugfix: DateTime element, hour/minute select menus didn't display correct
value when hour/minute value was less than 10, and $form->process()
wasn't called after $form->model->default_values().
- Silence "undef value in string eq" warnings.
HTML-FormFu-Model-DBIC
0.05001 2009-07-03
- Fix delete_if_true to work inside a surrounding block.
- Made DBIC deletes conditional on row being in_storage.
- Bump DBIx::Class prerequisite to 0.08106, when it switched from using
DateTime::Format::MySQL to DateTime::Format::SQLite.
- Remove prerequisite Test::MockObject - it uses UNIVERSAL::isa which
was causing test failures.
More information about the HTML-FormFu
mailing list