0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a broken test More... over 10 years ago
* Fixed a bug where adding errors after validation but before render would not display class correctly * Improved the minmax validator to display either upper or lower range in its message More... over 10 years ago
Updated readme More... over 10 years ago
Fixed syntax error that was crashing python 2.6 parser More... over 10 years ago
* Added a Form.type_class_map property allowing you to display validation messages with different classes and easily switch between Bootstrap3 and Bootstrap2 * Added documentation of this feature and passing message type in general * Abstracted error generation to a common template component that is more robust * Cleaned up error rendering appearance for both Bootstrap3 and Bootstrap2 (fadeIn and fadeOut now :) ) * Fixed a few styling errors with Bootstrap 3 templates, more to come probably More... over 10 years ago
* Added Bootstrap 3.0 compatible template set * Added ability to switch template sets in JinjaRenderer * Added docs about the above, and separated out renderers documentation * Fixed the rest of the broken documentation links More... over 10 years ago
Closes #65 -- Add readme information for running tests. Also cleaned up a tocuh. More... over 10 years ago
* Purged DataAccessException and replaced it with the _null_val semantic * Made proper adjustments to the docs referring to the exception * Fixed some broken links in the docs More... over 10 years ago
Resolves #84 -- adding note to listnode documentation More... over 10 years ago
Fixed a few typos that were killing 3.3 build More... over 10 years ago
Resolves #77 -- Add blueprint functionality. Still requires documentation, esp a warning that blueprint may take precedence over attribute names More... over 10 years ago
Established basic functionality, still needs a modification for proper function. More... over 10 years ago
* Changed events semantic to a more common Listener/Trigger event terms * Added docstrings, fixed tests, etc More... over 10 years ago
* Added two builtin validation event triggers * Better test coverage, although still needs work More... over 10 years ago
Basic event structure up and running. Still in need of: More... over 10 years ago
Added some validator tests More... over 10 years ago
Updated changelog and setup.py for 0.2.2 release. More... over 10 years ago
Fixed minor coveralls config. Minor README changes with conversion to RST for pypi compat More... over 10 years ago
Configuration for Coveralls More... over 10 years ago
Merge pull request #73 from ericecook/master More... over 10 years ago
* Resolved unicode problem by not requiring string conversion on validation methods. Conversion of data to python will be provided in future, or must occur at end of validation chain for now. * Added a simple test to confirm resolved for all builtin validators More... over 10 years ago
Merged in pull request #72 from @xen More... over 10 years ago
adds id to hidden fields. easier to manipulate w/ js More... over 10 years ago
don't convert unicode to stings
xen
More... over 10 years ago
Merge pull request #70 from ericecook/master More... over 10 years ago
minor comment update More... over 10 years ago
new built in node for input type=file added built in validator MimeTypeValidator to check mime type against a supplied list of mime types added enctype to the form open template added a test for the new node More... over 10 years ago
Merge pull request #68 from ericecook/master More... over 10 years ago
added ability to disable a node added css_style to a few more nodes minor formatting cleanup added an inline mapper for easy use of bootstraps inline form css More... over 10 years ago
Resolved #62, new parameters added to Form for overriding redner_success and render_error with ease. Resolved #52, all builtin nodes now support the parameters 'css_style' and 'css_class' More... almost 11 years ago