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
1 day
ago. based on code collected
1 day
ago.
Jun 07, 2024 — Jun 07, 2025
Showing page 44 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
reverted r127 and added an empty delete_error() to hr element
fireartist
More...
about 18 years ago
moved delete_errors() from 'block' to 'Element', so that 'hr' inherits it
fireartist
More...
about 18 years ago
added hr (horizontal rule) element
fireartist
More...
about 18 years ago
block elements have a new content() method. if content() is set, any child elements won't be rendered. also has content_xml() and content_loc() variants
fireartist
More...
about 18 years ago
new insert_before() utility method
fireartist
More...
about 18 years ago
changed render_method() and all render_class_*() methods to be inherited
fireartist
More...
about 18 years ago
transformers working properly now. QueryType/CGI forces filename() to be a string
fireartist
More...
about 18 years ago
file upload interface changed again! now uploads are available via $form->params() or param(), like normal input. uploads values are subclasses of HTML::FormFu::Upload
fireartist
More...
about 18 years ago
fixed bug introduced in r114 - handling multiple inputs
fireartist
More...
about 18 years ago
handling of file uploads changed. can now get filehandle or slurped contents. tests for both CGI and CGI::Simple
fireartist
More...
about 18 years ago
Transformer support - no tests yet
fireartist
More...
about 18 years ago
minor patches to make validators work from yaml
mariominati
More...
about 18 years ago
minor fix to avoid runtime warning on undefined value in TrimEdges filter
mariominati
More...
about 18 years ago
extended localisation: formfu is trying to find a localisation in an array of localisation objects
mariominati
More...
about 18 years ago
fixed bug to allow custom elements
mariominati
More...
about 18 years ago
moved a lot of code from ObjectUtil.pm to Attribute.pm form, block + field now call the builders themselves, instead of importing the methods from ObjectUtil.pm
fireartist
More...
about 18 years ago
typo in Exception class
mariominati
More...
about 18 years ago
added first pass at validators
fireartist
More...
about 18 years ago
reverting commit 101
fireartist
More...
about 18 years ago
constraint_type() changed to type()
fireartist
More...
about 18 years ago
changed $constraint->validate_value() to constrain_value()
fireartist
More...
about 18 years ago
file upload headers are now processed before filters are run
fireartist
More...
about 18 years ago
inflators can now return exceptions. inflators are only run if there are no constraint errors at all.
fireartist
More...
about 18 years ago
error classes now of the form 'error_constraint_required'. some functionality moved from Exception/Constraint into new Exception/Input which will also be a base for Inflators/Validators/Transformers
fireartist
More...
about 18 years ago
errors are now attached to fields, not the form. $form->errors() method deleted. new form/element methods get_errors(), get_error(), delete_errors()
fireartist
More...
about 18 years ago
make Preload use HTML::FormFu, so you don't need to use both. remove result loading
fireartist
More...
about 18 years ago
Error.pm replaced by Exception.pm still some cleaning up / changes needed. a couple tests being skipped for now. Not_Constraint behaviour needing clarified + tested
fireartist
More...
about 18 years ago
removing test for deleted constraint
fireartist
More...
about 18 years ago
added size attr_accessor to select Element
mariominati
More...
about 18 years ago
removed webaddress constraint as it is replaces by generalized regexp constrained
mariominati
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