source: text-formbuilder/trunk/Changes @ 42

Last change on this file since 42 was 42, checked in by peter, 19 years ago

added a create_form exported method to "do the right thing" in simple cases
added parse_array method to parse an array of lines making up a formspec
some internal cleanup of the lines structure

File size: 1.1 KB
Line 
1Release history for Text::FormBuilder.
2
30.07
4    * added a create_form exported method to "do the right
5      thing" in simple cases
6    * added parse_array method to parse an array of lines making
7      up a formspec
8    * inline field groups via the !group and !field directives
9    * added write_script method to write a skeleton CGI
10      script around the FormBuilder object
11   
120.06 - 19 Nov 2004
13    * marked Parse::RecDescent as an explicit dependency
14    * added a single-quoted string to the grammar that
15      can be used in the labels and default values to include
16      characters not in [\w\t ]
17    * generated code leaves out overwrriten options
18    * allow option lists to have simple multiword and quoted
19      string values
20    * allow for validated but not required fields
21    * added a !section directive that splits up a form into
22      sub-tables with their own ids and captions
23    * fall through to CGI::FormBuilder builtin option lists
24      if @LIST does not match a list directive
25    * customizable messages similar to CGI::FormBuilder
26    * customizable charset for the generated HTML page
27   
280.05 -  9 Nov 2004
29    * First CPAN release
Note: See TracBrowser for help on using the repository browser.