source: text-formbuilder/trunk/Changes @ 78

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

fixed version number in README
put release date into the Changes

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