Mercurial > public > sg101
graph
- Adding a robots.txt file.2011-02-26, by Brian Neal
- Adding a script I had to write on the fly to filter out posts from the posts csv file that had no parent topics. MyISAM let me get away with that, but InnoDB won't.2011-02-26, by Brian Neal
- 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