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
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
6    * allow end of field line comments
7   
80.09 - 10 Mar 2005
[56]9    * single-line textfields can be given a maxlength
[57]10    * BUGFIX: !note and !description blocks can now
11      contain "unbalanced" quotes (fixed the gramamr)
[64]12    * removed dynamic lists from the grammar
[56]13   
[53]140.08 - 10 Jan 2005
[52]15    * failure to load Perl::Tidy is no longer fatal
16    * create_form tries to emit tidy code
[53]17    * separated basic parser using code out into a separate
18      Class::ParseText::Base base class
[52]19   
[50]200.07 - 16 Dec 2004
[42]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
[40]26    * added write_script method to write a skeleton CGI
27      script around the FormBuilder object
[46]28    * added external documentation of usage examples
[50]29    * added a !note directive for inserting arbitrary text
30      between lines in the form
[40]31   
320.06 - 19 Nov 2004
[23]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
[34]36      characters not in [\w\t ]
[23]37    * generated code leaves out overwrriten options
38    * allow option lists to have simple multiword and quoted
39      string values
[24]40    * allow for validated but not required fields
[30]41    * added a !section directive that splits up a form into
42      sub-tables with their own ids and captions
[32]43    * fall through to CGI::FormBuilder builtin option lists
44      if @LIST does not match a list directive
[34]45    * customizable messages similar to CGI::FormBuilder
46    * customizable charset for the generated HTML page
[23]47   
[19]480.05 -  9 Nov 2004
49    * First CPAN release
Note: See TracBrowser for help on using the repository browser.