Mercurial > public > sg101
graph
- Import from future with_statement for Python 2.5 in import_old_links and podcasts scripts.2011-02-25, by Brian Neal
- Added credit to Abe & Fady for testing on the colophon. Adjusted copyright on base.html.2011-02-25, by Brian Neal
- Committing DreadInBabylon's default avatar.2011-02-24, by Brian Neal
- Fixing #152; POTD was saving thumbnail every night and making tons of thumbnail directories all over. Also added thumbnail images in the admin.2011-02-24, by Brian Neal
- Various small changes to reduce database hits.2011-02-23, by Brian Neal
- Some optimizations to reduce database query times.2011-02-22, by Brian Neal
- Modified the implementation of the avatar tag to look for an attribute 'user_profile' on the user object. If present, this is assumed to be the profile. This improves the performance of the member list and some forum views.2011-02-22, by Brian Neal
- Adjusting the auto-complete to only require 1 character minimum before querying, and return 15 results instead of 10.2011-02-20, by Brian Neal
- New scheme for serving media files in debug mode after updating django trunk.2011-02-20, by Brian Neal
- Turning the django debug toolbar on again after updating django trunk.2011-02-20, by Brian Neal
- Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.2011-02-20, by Brian Neal
- Fix #148; Django now requires AJAX posts to present the CSRF token. Added code suggested by Django docs to shoutbox.js. Since shoutbox.js is on every page, it should cover all cases.2011-02-12, by Brian Neal
- Fix bad grammar in comment.2011-02-09, by Brian Neal
- Removed a raise of CommandError, which was left over from when this code started life as a Django management command.2011-02-08, by Brian Neal
- Added a tool to translate the old Yahoo Group posts from JSON to CSV suitable for mysqlimport.2011-02-08, by Brian Neal