source: text-formbuilder/trunk/Changes @ 56

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

single-line textfields can be given a maxlength

File size: 1.6 KB
Line 
1Release history for Text::FormBuilder.
2
30.09
4    * single-line textfields can be given a maxlength
5   
60.08 - 10 Jan 2005
7    * failure to load Perl::Tidy is no longer fatal
8    * create_form tries to emit tidy code
9    * separated basic parser using code out into a separate
10      Class::ParseText::Base base class
11   
120.07 - 16 Dec 2004
13    * added a create_form exported method to "do the right
14      thing" in simple cases
15    * added parse_array method to parse an array of lines making
16      up a formspec
17    * inline field groups via the !group and !field directives
18    * added write_script method to write a skeleton CGI
19      script around the FormBuilder object
20    * added external documentation of usage examples
21    * added a !note directive for inserting arbitrary text
22      between lines in the form
23   
240.06 - 19 Nov 2004
25    * marked Parse::RecDescent as an explicit dependency
26    * added a single-quoted string to the grammar that
27      can be used in the labels and default values to include
28      characters not in [\w\t ]
29    * generated code leaves out overwrriten options
30    * allow option lists to have simple multiword and quoted
31      string values
32    * allow for validated but not required fields
33    * added a !section directive that splits up a form into
34      sub-tables with their own ids and captions
35    * fall through to CGI::FormBuilder builtin option lists
36      if @LIST does not match a list directive
37    * customizable messages similar to CGI::FormBuilder
38    * customizable charset for the generated HTML page
39   
400.05 -  9 Nov 2004
41    * First CPAN release
Note: See TracBrowser for help on using the repository browser.