source: text-formbuilder/trunk/Changes @ 90

Last change on this file since 90 was 90, checked in by peichman, 16 years ago
  • documentation patch from Ron Pero
  • added shebang line to the fb.pl script
  • added documentation about field hints
  • upped version to 0.13
  • changed all line endings in FormBuilder.pm to be unix-style
File size: 2.8 KB
Line 
1Release history for Text::FormBuilder.
2
30.13 - 24 Apr 2008
4    * documentation patch from Ron Pero
5    * added shebang line to the fb.pl script
6    * added documentation about field hints
7
80.12 - 30 Jun 2005
9    * BUGFIX: stopped crosstalk of data from one object to another
10    * added !fb directive to set FB constructor parameters directly;
11      uses YAML to hold strucutred data
12   
130.11 - 12 May 2005
14    * added support for the 'multiple' attribute on fields
15    * added as_script and as_module methods that just return the
16      Perl code
17    * added a !reset directive to name and include a reset button
18    * added a !submit directive to rename the submit button or to
19      have multiple submit buttons
20   
210.10 - 25 Mar 2005
22    * added support for fields with 'other' (requires FB 3.02)
23    * added support for limited growth 'growable' fields (requires FB 3.02)
24    * allow end of field line comments in the formspec
25    * addded an external_css option to include external stylesheets
26    * using <fieldset> tags instead of <h2> to mark form sections
27    * group fields can have comments
28    * deprecated the !field directive
29   
300.09 - 10 Mar 2005
31    * single-line textfields can be given a maxlength
32    * BUGFIX: !note and !description blocks can now
33      contain "unbalanced" quotes (fixed the gramamr)
34    * removed dynamic lists from the grammar
35   
360.08 - 10 Jan 2005
37    * failure to load Perl::Tidy is no longer fatal
38    * create_form tries to emit tidy code
39    * separated basic parser using code out into a separate
40      Class::ParseText::Base base class
41   
420.07 - 16 Dec 2004
43    * added a create_form exported method to "do the right
44      thing" in simple cases
45    * added parse_array method to parse an array of lines making
46      up a formspec
47    * inline field groups via the !group and !field directives
48    * added write_script method to write a skeleton CGI
49      script around the FormBuilder object
50    * added external documentation of usage examples
51    * added a !note directive for inserting arbitrary text
52      between lines in the form
53   
540.06 - 19 Nov 2004
55    * marked Parse::RecDescent as an explicit dependency
56    * added a single-quoted string to the grammar that
57      can be used in the labels and default values to include
58      characters not in [\w\t ]
59    * generated code leaves out overwrriten options
60    * allow option lists to have simple multiword and quoted
61      string values
62    * allow for validated but not required fields
63    * added a !section directive that splits up a form into
64      sub-tables with their own ids and captions
65    * fall through to CGI::FormBuilder builtin option lists
66      if @LIST does not match a list directive
67    * customizable messages similar to CGI::FormBuilder
68    * customizable charset for the generated HTML page
69   
700.05 -  9 Nov 2004
71    * First CPAN release
Note: See TracBrowser for help on using the repository browser.