source: text-formbuilder/trunk/Changes @ 89

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

BUGFIX: stopped crosstalk of data from one object to another (references were getting shared in the parser grammar code)

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