source: text-formbuilder/trunk/Changes @ 40

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

updated changelog

File size: 935 bytes
RevLine 
[19]1Release history for Text::FormBuilder.
2
[40]30.07
4    * added write_script method to write a skeleton CGI
5      script around the FormBuilder object
6   
70.06 - 19 Nov 2004
[23]8    * marked Parse::RecDescent as an explicit dependency
9    * added a single-quoted string to the grammar that
10      can be used in the labels and default values to include
[34]11      characters not in [\w\t ]
[23]12    * generated code leaves out overwrriten options
13    * allow option lists to have simple multiword and quoted
14      string values
[24]15    * allow for validated but not required fields
[30]16    * added a !section directive that splits up a form into
17      sub-tables with their own ids and captions
[32]18    * fall through to CGI::FormBuilder builtin option lists
19      if @LIST does not match a list directive
[34]20    * customizable messages similar to CGI::FormBuilder
21    * customizable charset for the generated HTML page
[23]22   
[19]230.05 -  9 Nov 2004
24    * First CPAN release
Note: See TracBrowser for help on using the repository browser.