source: text-formbuilder/trunk/Changes @ 72

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

addded an external_css option to include external stylesheets

File size: 2.0 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    * addded an external_css option to include external stylesheets
8   
90.09 - 10 Mar 2005
10    * single-line textfields can be given a maxlength
11    * BUGFIX: !note and !description blocks can now
12      contain "unbalanced" quotes (fixed the gramamr)
13    * removed dynamic lists from the grammar
14   
150.08 - 10 Jan 2005
16    * failure to load Perl::Tidy is no longer fatal
17    * create_form tries to emit tidy code
18    * separated basic parser using code out into a separate
19      Class::ParseText::Base base class
20   
210.07 - 16 Dec 2004
22    * added a create_form exported method to "do the right
23      thing" in simple cases
24    * added parse_array method to parse an array of lines making
25      up a formspec
26    * inline field groups via the !group and !field directives
27    * added write_script method to write a skeleton CGI
28      script around the FormBuilder object
29    * added external documentation of usage examples
30    * added a !note directive for inserting arbitrary text
31      between lines in the form
32   
330.06 - 19 Nov 2004
34    * marked Parse::RecDescent as an explicit dependency
35    * added a single-quoted string to the grammar that
36      can be used in the labels and default values to include
37      characters not in [\w\t ]
38    * generated code leaves out overwrriten options
39    * allow option lists to have simple multiword and quoted
40      string values
41    * allow for validated but not required fields
42    * added a !section directive that splits up a form into
43      sub-tables with their own ids and captions
44    * fall through to CGI::FormBuilder builtin option lists
45      if @LIST does not match a list directive
46    * customizable messages similar to CGI::FormBuilder
47    * customizable charset for the generated HTML page
48   
490.05 -  9 Nov 2004
50    * First CPAN release
Note: See TracBrowser for help on using the repository browser.