File: Changes

package info (click to toggle)
libcatalyst-controller-formbuilder-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: perl: 2,320; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 889 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.06   26-01-11 10:38:00
    Remove last reference to NEXT:: (caelum/agladish)

0.05   08-05-09 15:12:26
    Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
    base classes (Chisel Wright)

0.04
    Memory Leak Fix - Matt S Trout

0.03
    Documentation: TT example used field.tag instead of field.field.
    Documentation: clarify config should be in Controller not Application.
    Documentation: modifying $form->field must happen before $form->validate.
    Added source_type config option to define alternative source adapter class.
    Instantiate CGI::FormBuilder::Source::File and call parse method directly.
    Reset CGI::FormBuilder object after ACTION in case of $c->forward overwrites it.

0.02   17-12-06 14:24:30
    First working version
    Add HTML::Template and Mason support
    Rewrote Plugin::FormBuilder as Controller::FormBuilder base class