source: text-formbuilder/trunk/Changes @ 57

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

BUGFIX: can have "unbalanced" quotes in note or description blocks (wrote own grammar rule instead of using the built-in <perl_codeblock> directive)

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