source: text-formbuilder/trunk/Changes @ 80

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

added a !submit directive to rename the submit button or to have multiple submit buttons
upped version number

File size: 2.3 KB
RevLine 
[19]1Release history for Text::FormBuilder.
2
[80]30.11
4    * added a !submit directive to rename the submit button or to
5      have multiple submit buttons
6   
[78]70.10 - 25 Mar 2005
[66]8    * added support for fields with 'other' (requires FB 3.02)
[78]9    * added support for limited growth 'growable' fields (requires FB 3.02)
[73]10    * allow end of field line comments in the formspec
[72]11    * addded an external_css option to include external stylesheets
[73]12    * using <fieldset> tags instead of <h2> to mark form sections
13    * group fields can have comments
[74]14    * deprecated the !field directive
[66]15   
160.09 - 10 Mar 2005
[56]17    * single-line textfields can be given a maxlength
[57]18    * BUGFIX: !note and !description blocks can now
19      contain "unbalanced" quotes (fixed the gramamr)
[64]20    * removed dynamic lists from the grammar
[56]21   
[53]220.08 - 10 Jan 2005
[52]23    * failure to load Perl::Tidy is no longer fatal
24    * create_form tries to emit tidy code
[53]25    * separated basic parser using code out into a separate
26      Class::ParseText::Base base class
[52]27   
[50]280.07 - 16 Dec 2004
[42]29    * added a create_form exported method to "do the right
30      thing" in simple cases
31    * added parse_array method to parse an array of lines making
32      up a formspec
33    * inline field groups via the !group and !field directives
[40]34    * added write_script method to write a skeleton CGI
35      script around the FormBuilder object
[46]36    * added external documentation of usage examples
[50]37    * added a !note directive for inserting arbitrary text
38      between lines in the form
[40]39   
400.06 - 19 Nov 2004
[23]41    * marked Parse::RecDescent as an explicit dependency
42    * added a single-quoted string to the grammar that
43      can be used in the labels and default values to include
[34]44      characters not in [\w\t ]
[23]45    * generated code leaves out overwrriten options
46    * allow option lists to have simple multiword and quoted
47      string values
[24]48    * allow for validated but not required fields
[30]49    * added a !section directive that splits up a form into
50      sub-tables with their own ids and captions
[32]51    * fall through to CGI::FormBuilder builtin option lists
52      if @LIST does not match a list directive
[34]53    * customizable messages similar to CGI::FormBuilder
54    * customizable charset for the generated HTML page
[23]55   
[19]560.05 -  9 Nov 2004
57    * First CPAN release
Note: See TracBrowser for help on using the repository browser.