7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 4 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some tutorial fixes More... almost 16 years ago
Some tutorial fixes
crast
as James Crasta
More... almost 16 years ago
Shouldn't try to be so concise. Better to catch the exception. More... almost 16 years ago
Shouldn't try to be so concise. Better to catch the exception. More... almost 16 years ago
Fields can now be passed a callable to provide the default value. Fixes #6. More... almost 16 years ago
Fields can now be passed a callable to provide the default value. Fixes #6. More... almost 16 years ago
Minor fix to make tests complete now, and small docs fix. More... almost 16 years ago
Minor fix to make tests complete now, and small docs fix.
crast
as James Crasta
More... almost 16 years ago
Add tests for ext.sqlalchemy More... almost 16 years ago
Add tests for ext.sqlalchemy
crast
as James Crasta
More... almost 16 years ago
Tutorial: add an auto_populate example. More... almost 16 years ago
Tutorial: add an auto_populate example.
crast
as James Crasta
More... almost 16 years ago
Tutorial: better code example. More... almost 16 years ago
Tutorial: better code example.
crast
as James Crasta
More... almost 16 years ago
We have the beginnings of a tutorial! Also, other minor doc fixes. More... almost 16 years ago
We have the beginnings of a tutorial! Also, other minor doc fixes.
crast
as James Crasta
More... almost 16 years ago
Implement FieldList and clean up FormField. Refs #1. More... almost 16 years ago
Implement FieldList and clean up FormField. Refs #1.
crast
as James Crasta
More... almost 16 years ago
Append a dash ('-') to form prefixes instead of an underscore, to mitigate More... almost 16 years ago
Append a dash ('-') to form prefixes instead of an underscore, to mitigate namespace collisions. Dash will also be the separator for FormFields by extension.
crast
as James Crasta
More... almost 16 years ago
Make FormField more strict and improve its documentation. Also add more tests. Refs #1. More... almost 16 years ago
Make FormField more strict and improve its documentation. Also add more tests. Refs #1.
crast
as James Crasta
More... almost 16 years ago
Rename FormTable to TableWidget, made it more generic to work with other encapsulating fields. Refs #1. More... almost 16 years ago
Rename FormTable to TableWidget, made it more generic to work with other encapsulating fields. Refs #1.
crast
as James Crasta
More... almost 16 years ago
Added FormField to support form enclosures. Refs #1. More... almost 16 years ago
Added FormField to support form enclosures. Refs #1.
crast
as James Crasta
More... almost 16 years ago
Moved a large amount of input processing logic over to Field, and implemented basic input filtering. More... almost 16 years ago
Moved a large amount of input processing logic over to Field, and implemented basic input filtering.
crast
as James Crasta
More... almost 16 years ago
Fixed a bug in html_params which caused using `class_` to not work as intended. Also fixed a possible unicode bug in same function. Added appropriate tests to prevent future regression. More... almost 16 years ago
Fixed a bug in html_params which caused using `class_` to not work as intended. Also fixed a possible unicode bug in same function. Added appropriate tests to prevent future regression.
crast
as James Crasta
More... almost 16 years ago