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
RevLine 
[19]1Release history for Text::FormBuilder.
2
[50]30.07 - 16 Dec 2004
[42]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
[40]9    * added write_script method to write a skeleton CGI
10      script around the FormBuilder object
[46]11    * added external documentation of usage examples
[50]12    * added a !note directive for inserting arbitrary text
13      between lines in the form
[40]14   
150.06 - 19 Nov 2004
[23]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
[34]19      characters not in [\w\t ]
[23]20    * generated code leaves out overwrriten options
21    * allow option lists to have simple multiword and quoted
22      string values
[24]23    * allow for validated but not required fields
[30]24    * added a !section directive that splits up a form into
25      sub-tables with their own ids and captions
[32]26    * fall through to CGI::FormBuilder builtin option lists
27      if @LIST does not match a list directive
[34]28    * customizable messages similar to CGI::FormBuilder
29    * customizable charset for the generated HTML page
[23]30   
[19]310.05 -  9 Nov 2004
32    * First CPAN release
Note: See TracBrowser for help on using the repository browser.