6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
release 0.3 More... almost 16 years ago
update changelog for 0.3 More... almost 16 years ago
formatting (to make consistent w/ the wiki) More... almost 16 years ago
formatting (to make consistent w/ the wiki) More... almost 16 years ago
more docstrings More... almost 16 years ago
comments, docstrings More... almost 16 years ago
.add API change -- now you pass a Field (formerly, AdditionalRenderer) object, which allows using its generative methods to modify it at creation time. massive amounts of renaming to allow this object to be named Field and have everything else be named consistently. basically, old xFields are now xFieldRenderers, and the old xRenderers are now xFields. More... almost 16 years ago
add test for AdditionalRenderer __hash__, __eq__ More... almost 16 years ago
single and multivalue dropdown support for AdditionalRenderer More... almost 16 years ago
switch from setattr to maintaining an attr dict, and returning those from __getattr__ More... almost 16 years ago
basic AdditionalRenderer support More... almost 16 years ago
split common parts of AttributeRenderer into AbstractRenderer. Add AdditionalRenderer (incomplete) for 'extra' fields in the form. More... almost 16 years ago
standardize class names More... almost 16 years ago
add many docstrings More... almost 16 years ago
handle string PKs, FKs More... almost 16 years ago
add comments, todos More... almost 16 years ago
foreign_keys changed in 0.5 More... almost 16 years ago
rename. nose doesn't check anything that starts with test* for doctests, apparently More... almost 16 years ago
2.3 support More... almost 16 years ago
r/m unneeded, semi-broken (because it references routes) helper code More... almost 16 years ago
update code to latest 0.3 webhelpers so it actually works More... almost 16 years ago
fix tests. dammit why is nose ignoring test.py More... almost 16 years ago
Adam's formgen extraction More... almost 16 years ago
update documentation in __init__ More... almost 16 years ago
test both mako and tempita versions More... almost 16 years ago
add tempita templates More... almost 16 years ago
add _prettify_html using BeautifulSoup. this should allow subbing in tempita w/o changing the actual tests, since BS will normalize the whitespace for us More... almost 16 years ago
move prettify back into base; tables needs it too. nosetests was skipping test.py so i didn't realize it was broken More... almost 16 years ago
make prettify into a class attribute More... almost 16 years ago
docstrings More... almost 16 years ago