source: text-formbuilder/trunk/Changes @ 50

Last change on this file since 50 was 50, checked in by peichman, 19 years ago

fallthrough to CGI::FormBuilder builtin lists working (again); added a !note directive; discovered bug in parsing of !directive and !note

File size: 1.3 KB
Line 
1Release history for Text::FormBuilder.
2
30.07 - 16 Dec 2004
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    * added external documentation of usage examples
12    * added a !note directive for inserting arbitrary text
13      between lines in the form
14   
150.06 - 19 Nov 2004
16    * marked Parse::RecDescent as an explicit dependency
17    * added a single-quoted string to the grammar that
18      can be used in the labels and default values to include
19      characters not in [\w\t ]
20    * generated code leaves out overwrriten options
21    * allow option lists to have simple multiword and quoted
22      string values
23    * allow for validated but not required fields
24    * added a !section directive that splits up a form into
25      sub-tables with their own ids and captions
26    * fall through to CGI::FormBuilder builtin option lists
27      if @LIST does not match a list directive
28    * customizable messages similar to CGI::FormBuilder
29    * customizable charset for the generated HTML page
30   
310.05 -  9 Nov 2004
32    * First CPAN release
Note: See TracBrowser for help on using the repository browser.