source: text-formbuilder/trunk/Changes @ 74

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

deprecated the !field directive
updated docs for generated code

File size: 2.1 KB
RevLine 
[19]1Release history for Text::FormBuilder.
2
[66]30.10
4    * added support for fields with 'other' (requires FB 3.02)
5    * added support for limited growth 'growable' fields
[73]6    * allow end of field line comments in the formspec
[72]7    * addded an external_css option to include external stylesheets
[73]8    * using <fieldset> tags instead of <h2> to mark form sections
9    * group fields can have comments
[74]10    * deprecated the !field directive
[66]11   
120.09 - 10 Mar 2005
[56]13    * single-line textfields can be given a maxlength
[57]14    * BUGFIX: !note and !description blocks can now
15      contain "unbalanced" quotes (fixed the gramamr)
[64]16    * removed dynamic lists from the grammar
[56]17   
[53]180.08 - 10 Jan 2005
[52]19    * failure to load Perl::Tidy is no longer fatal
20    * create_form tries to emit tidy code
[53]21    * separated basic parser using code out into a separate
22      Class::ParseText::Base base class
[52]23   
[50]240.07 - 16 Dec 2004
[42]25    * added a create_form exported method to "do the right
26      thing" in simple cases
27    * added parse_array method to parse an array of lines making
28      up a formspec
29    * inline field groups via the !group and !field directives
[40]30    * added write_script method to write a skeleton CGI
31      script around the FormBuilder object
[46]32    * added external documentation of usage examples
[50]33    * added a !note directive for inserting arbitrary text
34      between lines in the form
[40]35   
360.06 - 19 Nov 2004
[23]37    * marked Parse::RecDescent as an explicit dependency
38    * added a single-quoted string to the grammar that
39      can be used in the labels and default values to include
[34]40      characters not in [\w\t ]
[23]41    * generated code leaves out overwrriten options
42    * allow option lists to have simple multiword and quoted
43      string values
[24]44    * allow for validated but not required fields
[30]45    * added a !section directive that splits up a form into
46      sub-tables with their own ids and captions
[32]47    * fall through to CGI::FormBuilder builtin option lists
48      if @LIST does not match a list directive
[34]49    * customizable messages similar to CGI::FormBuilder
50    * customizable charset for the generated HTML page
[23]51   
[19]520.05 -  9 Nov 2004
53    * First CPAN release
Note: See TracBrowser for help on using the repository browser.