|
|
@85
|
19 years |
peichman |
updated version number and changelog
|
|
|
@84
|
19 years |
peichman |
added support for the 'multiple' attribute on fields
|
|
|
@83
|
19 years |
peichman |
BUGFIX: typo in write_module where params were not getting passed in …
|
|
|
@82
|
20 years |
peichman |
added a $parser->{debug} attribute to Class::ParseText::Base that controls …
|
|
|
@81
|
20 years |
peichman |
added a !reset directive to name and include a reset button
|
|
|
@80
|
20 years |
peichman |
added a !submit directive to rename the submit button or to have multiple …
|
|
|
@77
|
20 years |
peichman |
fixed some typos in the docs
rearranged internals in the grammar, plus a …
|
|
|
@74
|
20 years |
peichman |
deprecated the !field directive
updated docs for generated code
|
|
|
@73
|
20 years |
peichman |
updated Changes file
can have a hint comment on group fields (displayed …
|
|
|
@72
|
20 years |
peichman |
addded an external_css option to include external stylesheets
|
|
|
@71
|
20 years |
peichman |
documented how to do blank labels on fields
changed !head from <h3> to …
|
|
|
@70
|
20 years |
peichman |
updated docs to match some changed features in the code
removed ':' from …
|
|
|
@69
|
20 years |
peichman |
abstracted out the form options code; revisions to the code generation …
|
|
|
@68
|
20 years |
peichman |
BUGFIX: option list items had an inadvertant minimum length of 2
cleaned …
|
|
|
@67
|
20 years |
peichman |
using <fieldset> instead of <h2> tags for dividing forms up into sections
|
|
|
@66
|
20 years |
peichman |
worked on the rules for parsing lists in the grammar
allow end of field …
|
|
|
@64
|
20 years |
peichman |
fixed grammar so that outer {} and [] are no longer included in the …
|
|
|
@63
|
20 years |
peichman |
field groups can be directly named as the type in a fieldspec
|
|
|
@61
|
20 years |
peichman |
added growable field support (release pending release of FB 3.002)
upped …
|
|
|
@60
|
20 years |
peichman |
using the 'columns' argument to get columns of checkboxes (instead of …
|
|
|
@59
|
20 years |
peichman |
added a class="fieldgroup" attr to field group spans
added a brace_block …
|
|
|
@57
|
20 years |
peichman |
BUGFIX: can have "unbalanced" quotes in note or description blocks (wrote …
|
|
|
@56
|
20 years |
peichman |
single-line textfields can be given a maxlength
|
|
|
@55
|
20 years |
peichman |
updated version number
added Class::Base to dependancies
laid groundwork …
|
|
|
@53
|
20 years |
peichman |
separated basic parser using code out into a separate …
|
|
|
@52
|
20 years |
peichman |
failure to load Perl::Tidy is no longer fatal
create_form tries to emit …
|
|
|
@50
|
20 years |
peichman |
fallthrough to CGI::FormBuilder builtin lists working (again); added a …
|
|
|
@46
|
20 years |
peichman |
added examples documentation; documented the create_form function; updated …
|
|
|
@42
|
20 years |
peter |
added a create_form exported method to "do the right thing" in simple …
|
|
|
@39
|
20 years |
peter |
added write_script function to write a complete CGI script using the form …
|
|
|
@38
|
20 years |
peter |
more documentation
upped version number
|
|
|
@35
|
20 years |
peter |
updated version number
|
|
|
@34
|
20 years |
peter |
customizable messages similar to CGI::FormBuilder
customizable charset for …
|
|
|
@33
|
20 years |
peter |
split _template into _pre_template and _post_template
BUGFIX: moved …
|
|
|
@32
|
20 years |
peter |
fall through to CGI::FormBuilder builtin option lists if @LIST does not …
|
|
|
@31
|
20 years |
peter |
updated TODOs
|
|
|
@30
|
20 years |
peter |
added CSS customization
special-case for single-option checkboxes
|
|
|
@29
|
20 years |
peter |
added !section directive
|
|
|
@28
|
20 years |
peter |
fixed errors from undefined references
removed old field/heading code from …
|
|
|
@26
|
20 years |
peter |
updated docs and version number
|
|
|
@25
|
20 years |
peter |
tried adding fall-through to built-in option lists but not yet working …
|
|
|
@24
|
20 years |
peter |
allow for validating but not required fields
|
|
|
@23
|
20 years |
peter |
marked Parse::RecDescent as an explicit dependency
added a single-quoted …
|
|
|
@21
|
20 years |
peter |
added !group and !field directive to the language to allow for horizontal …
|
|
|
@19
|
20 years |
peter |
more documentation
added automagic parse method; moved old parse($file) …
|
|
|
@16
|
20 years |
peter |
catch, warn about, and skip unknown directives (lines beginning with !) …
|
|
|
@15
|
20 years |
peter |
added invalid field class CSS hook
moved descirption from full tempalte to …
|
|
|
@14
|
20 years |
peter |
added a !description directive
enabled showing checkboxes/radio groups as …
|
|
|
@12
|
20 years |
peter |
added a method to write a "pre-compiled" module that encapsulates setting …
|
|
|
@11
|
20 years |
peter |
added a !head directive for section headers in forms
removed generated …
|
|
|
@7
|
20 years |
peter |
removed dependecies on YAML and Parse::RecDescent
renamed _dump to dump; …
|
|
|
@1
|
20 years |
peter |
initial import
|