source: text-formbuilder/trunk/Changes @ 66

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

worked on the rules for parsing lists in the grammar
allow end of field line comments
growable fields can specify a limit; e.g. "person*4" to limit to 4
use '+other' to specify that a field should have an 'Other' option (FB 3.02)
rearranged TODOs in the main documentation

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