openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
fireartist's HTML-FormFu
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
about 24 hours
ago.
Jun 05, 2024 — Jun 05, 2025
Showing page 43 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
documented filters and constraints
fireartist
More...
about 18 years ago
some pod + typo fixes
fireartist
More...
about 18 years ago
short-circuited param(), params(), valid(), get_errors() and get_error() to return early if form is not submitted. clarified some docs
fireartist
More...
about 18 years ago
documentation submitted by Daisuke Maki
fireartist
More...
about 18 years ago
all methods in lib/HTML/FormFu.pm now documented
fireartist
More...
about 18 years ago
more docs
fireartist
More...
about 18 years ago
Filter to encode/decode strings
lestrrat
More...
about 18 years ago
simplified exception handling
fireartist
More...
about 18 years ago
changed from Module::Pluggable::Fast to Module::Pluggable
fireartist
More...
about 18 years ago
constraints, filters, etc. have a new localize_args() method, whose values are passed to loc(), to allow substitution of [_1], [_2], etc. New MinLength and MaxLength constraints, which override localize_args() to automatically provide the respective min() or max() value
fireartist
More...
about 18 years ago
new constraint 'MinMaxNeeded' to ensure you have filled n out of m fields, e.g. only one from two fields may be filled
mariominati
More...
about 18 years ago
added javascript() method to $form - fixes issue #1
fireartist
More...
about 18 years ago
moved form_error_message include from 'form' to 'start_form' template file
fireartist
More...
about 18 years ago
added a Callback validator. fixed a bug with Element/group's clone()
fireartist
More...
about 18 years ago
the form_error_message div now gets a class-name to aid css
fireartist
More...
about 18 years ago
added odd_class() and even_class() methods for setting row class-names. added documentation.
fireartist
More...
about 18 years ago
simple_table table tag now gets a 'simple_table' class name added
fireartist
More...
about 18 years ago
new simple_table element
fireartist
More...
about 18 years ago
new $form->form_error_message() for displaying error message at top of form. added a !$form->submitted short-circuit to has_errors()
fireartist
More...
about 18 years ago
added utf8 pragma to I18N file, as it contains utf-8 chars. renamed test file
fireartist
More...
about 18 years ago
added a couple of dummy methods to FakeQuery so it won't croak on submission with file element types. for running under both CGI and Catalyst query-types
fireartist
More...
about 18 years ago
example css improvements
fireartist
More...
about 18 years ago
radiogroup's now use attributes() for it's inner span (was previously unused)
fireartist
More...
about 18 years ago
multi.pm now imports some _render_*() methods from field.pm
fireartist
More...
about 18 years ago
added auto_inflator_class
fireartist
More...
about 18 years ago
if radiogroup's label_filename is legend, it gets rendered before errors so the xhtml is valid. if radiogroup's label_filename is legend, the container gets a 'legend' class instead of 'label'
fireartist
More...
about 18 years ago
updated Deploy's files
fireartist
More...
about 18 years ago
radiogroup template now uses field as a wrapper. added tests for radiogroup error output
fireartist
More...
about 18 years ago
field and multi elements now have a container_tag() method. default is 'span'
fireartist
More...
about 18 years ago
had to add some more default methods to hr to stop fatal errors on submission
fireartist
More...
about 18 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree