6
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor value, value_str for tables More... about 16 years ago
property-ize More... about 16 years ago
refactor out unused name, value fields from MFR More... about 16 years ago
refactor to avoid requiring callers to know about attr internals; will allow supporting rendering collections More... about 16 years ago
fix 166 -- problem was not excluding the collection attrs that we don't have code yet to render More... about 16 years ago
revert 166 More... about 16 years ago
this breaks tests. unsure why. committing to add more tests. More... about 16 years ago
replace set_attr with property More... about 16 years ago
base.BaseXRender is redundant. shorten names to base.XRender More... about 16 years ago
r/m _current_model (leaked up from tablecollection, the only user) More... about 16 years ago
fix TableCollection; add test More... about 16 years ago
get basic Table working again (with test). move attr stuff back into basemodelrender More... about 16 years ago
make re-binding actually work as intended; add test case More... about 16 years ago
re-add bind method, so users can set up a FS for a class with defaults they way they want on a dummy model, then re-bind to a different model later. More... about 16 years ago
r/m no-op track_cols More... about 16 years ago
merge MultiFields, FieldSet More... about 16 years ago
r/m fieldset html generation. that stuff really belongs in the template; putting it here makes it one more thing we have to worry about people wanting to customize More... about 16 years ago
r/m unused methods More... about 16 years ago
r/m super.render that validates what we already know (it's confusing) More... about 16 years ago
ignore raw foreign keys by default (but not object FK properties). r/m fk=True option (which kind of FK would it refer to?) clean up get_attrs; split out _raw_attrs More... about 16 years ago
add auto-option support for FKs. messier than anticipated. More... about 16 years ago
add model reference to AttributeWrapper, allowing calling of fs.attr.render() for added flexibility More... about 16 years ago
add AttributeWrapper; use to specify include/options more cleanly. fixes hidden fields sometimes being output twice. fixes (broken by using Attribute objects) specifying rendering options like dropdowns or textarea More... about 16 years ago
add some broken tests. hidden one has been broken basically forever I think. dropdowns one is not easy to fix b/c we've thrown away the Attribute information and only have Column by the time we render. will fix both of these next. More... about 16 years ago
r/m fixed TODOs More... about 16 years ago
rename column -> attribute where that terminology was outdated More... about 16 years ago
switch to using class attributes instead of string column names. this simplifies the code internally (e.g., is_fk is not needed since we can just call the appropriate method) and externally (since errors of using an invalid column are now obvious). More... about 16 years ago
add tests ['python test.py']. switch to relative imports to make testing easier. More... about 16 years ago
FormAlchemy 0.2 (previous had a MANIFEST bug)
Alexandre Conrad
as conrad.alex
More... about 16 years ago
typos
Alexandre Conrad
as conrad.alex
More... over 16 years ago