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
RevLine 
[19]1Release history for Text::FormBuilder.
2
[56]30.09
4    * single-line textfields can be given a maxlength
5   
[53]60.08 - 10 Jan 2005
[52]7    * failure to load Perl::Tidy is no longer fatal
8    * create_form tries to emit tidy code
[53]9    * separated basic parser using code out into a separate
10      Class::ParseText::Base base class
[52]11   
[50]120.07 - 16 Dec 2004
[42]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
[40]18    * added write_script method to write a skeleton CGI
19      script around the FormBuilder object
[46]20    * added external documentation of usage examples
[50]21    * added a !note directive for inserting arbitrary text
22      between lines in the form
[40]23   
240.06 - 19 Nov 2004
[23]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
[34]28      characters not in [\w\t ]
[23]29    * generated code leaves out overwrriten options
30    * allow option lists to have simple multiword and quoted
31      string values
[24]32    * allow for validated but not required fields
[30]33    * added a !section directive that splits up a form into
34      sub-tables with their own ids and captions
[32]35    * fall through to CGI::FormBuilder builtin option lists
36      if @LIST does not match a list directive
[34]37    * customizable messages similar to CGI::FormBuilder
38    * customizable charset for the generated HTML page
[23]39   
[19]400.05 -  9 Nov 2004
41    * First CPAN release
Note: See TracBrowser for help on using the repository browser.