0
I Use This!
Inactive

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'release/0.9.2'
jspiros
as Joseph Spiros
More... about 13 years ago
Bumped version number and wrote release notes for 0.9.2 in preparation for release.
jspiros
as Joseph Spiros
More... about 13 years ago
Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178.
jspiros
as Joseph Spiros
More... about 13 years ago
Updated copyright date range to end in 2012 instead of 2011.
jspiros
as Joseph Spiros
More... about 13 years ago
Added include_package_data option to setup.py to ensure MANIFEST.in is actually heeded.
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'release/0.9.1' into develop
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'release/0.9.1'
jspiros
as Joseph Spiros
More... over 13 years ago
Edited the READMEs and documentation to be cleaner and more consistent.
jspiros
as Joseph Spiros
More... over 13 years ago
Bumped version number to 0.9.1 in preparation for release.
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'release' of git://github.com/melinath/philo into release/0.9.1
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'develop' of git://github.com/melinath/philo into develop
jspiros
as Joseph Spiros
More... over 13 years ago
Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177. More... over 13 years ago
Merge remote-tracking branch 'lapilofu/hotfix/manifest' into release More... over 13 years ago
Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173. More... over 13 years ago
This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes. More... over 13 years ago
Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy. More... over 13 years ago
Correction to waldo login view to pass the request into the login_form for GET requests as well. More... over 13 years ago
Added release notes for 0.9.1. More... over 13 years ago
Merged the contribution information from the ithinksw.org philo wiki into the documentation. More... over 13 years ago
Removed philo.models.Tag entry from the docs. More... over 13 years ago
Incremented version number to 0.9.1rc and cleaned up README a tiny bit. More... over 13 years ago
Merge branch 'taggit' into develop More... over 13 years ago
Merge branch 'optimization' into develop More... over 13 years ago
Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier. More... over 13 years ago
Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache. More... over 13 years ago
Removed Node.render_to_response select_related call since it is not clearly more efficient. Delayed page evaluation in FeedView.page_view to the end of the inner function. More... over 13 years ago
Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later. More... over 13 years ago
Corrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005 because of South issue 428 (and some incorrect filters obscured by that issue.) More... over 13 years ago
Minor correction to EmbedWidget.js to handle window names with dashes. More... over 13 years ago
Overrides TemplateField widget on admin container forms instead of on the ModelAdmin. More... over 13 years ago