[html-formfu] new dists uploaded to cpan

Carl Franks fireartist at gmail.com
Wed Mar 30 12:33:49 GMT 2011


I've uploaded new dists to cpan.

Note that the internals of HTML::FormFu have been converted to Moose.
If you have written any custom elements, constraints or other
processors, they *will* require updating.
There was a nice summary on the list last month that I think covered
most issues:
http://lists.scsys.co.uk/pipermail/html-formfu/2011-February/003033.html

Thanks to everyone who contributed - and apologies it took so long to
get this out!

Full changelogs are below.

HTML-FormFu
0.09000 2011-03-29

    - Codebase changed to use Moose - massive internal changes - any custom
      Elements, Constraints, etc will require changes.
      See advice on mailing list:
      http://www.mail-archive.com/html-formfu@lists.scsys.co.uk/msg02325.html
      Or ask for help on the mailing list:
      http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

    - Bug fix: was a fatal error when a value was submitted for Label element
      (code called delete_nested_hash_value instead of deleted_nested_hash_key).

    - Bug fix: RT#65728 Filter::Split shouldn't return a value if no value was
      submitted.

    - Bug fix: Element::Date now uses default() in preference to
      default_natural(). RT#65727

    - DateTime elements, minutes and seconds have new 'interval' option.

    - Now only delete submitted value if there's no other field on the form with
      the same name.

    - load_config_file(stem) now honours the include path order, to mimic TT
      behaviour.

HTML-FormFu-Model-DBIC
0.09000 2011-03-29

    - Updated to work with HTML-FormFu 0.09000

    - condition_from_stash now accepts hash from stash, but not from config.

Catalyst-Controller-HTML-FormFu
0.09000 2011-03-29

    - Fix mem leak

    - Resolve Moose extends/runtime bug RT #55780

    - fix RequestToken classes to work with new Moosified HTML-FormFu



More information about the HTML-FormFu mailing list