0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reverted r127 and added an empty delete_error() to hr element More... about 18 years ago
moved delete_errors() from 'block' to 'Element', so that 'hr' inherits it More... about 18 years ago
added hr (horizontal rule) element 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 More... about 18 years ago
new insert_before() utility method More... about 18 years ago
changed render_method() and all render_class_*() methods to be inherited More... about 18 years ago
transformers working properly now. QueryType/CGI forces filename() to be a string 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 More... about 18 years ago
fixed bug introduced in r114 - handling multiple inputs More... about 18 years ago
handling of file uploads changed. can now get filehandle or slurped contents. tests for both CGI and CGI::Simple More... about 18 years ago
Transformer support - no tests yet More... about 18 years ago
minor patches to make validators work from yaml More... about 18 years ago
minor fix to avoid runtime warning on undefined value in TrimEdges filter More... about 18 years ago
extended localisation: formfu is trying to find a localisation in an array of localisation objects More... about 18 years ago
fixed bug to allow custom elements 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 More... about 18 years ago
typo in Exception class More... about 18 years ago
added first pass at validators More... about 18 years ago
reverting commit 101 More... about 18 years ago
constraint_type() changed to type() More... about 18 years ago
changed $constraint->validate_value() to constrain_value() More... about 18 years ago
file upload headers are now processed before filters are run More... about 18 years ago
inflators can now return exceptions. inflators are only run if there are no constraint errors at all. 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 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() More... about 18 years ago
make Preload use HTML::FormFu, so you don't need to use both. remove result loading 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 More... about 18 years ago
removing test for deleted constraint More... about 18 years ago
added size attr_accessor to select Element More... about 18 years ago
removed webaddress constraint as it is replaces by generalized regexp constrained More... about 18 years ago