log gpp/settings.py @ 328:3f9b9fd54b01

age author description
2011-02-20 Brian Neal Turning the django debug toolbar on again after updating django trunk.
2011-02-20 Brian Neal Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
2011-02-05 Brian Neal Fix a bug where you'd get an error when trying to delete a forum thread (topic does not exist). Apparently when you call topic.delete() the posts would get deleted, but the signal handler for each one would run, and it would try to update the topic's post count or something, but the topic was gone? Reworked the code a bit and explicitly delete the posts first. I also added a sync() call on the parent forum since post counts were not getting adjusted.
2011-02-02 Brian Neal Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
2011-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-17 Brian Neal Fixing #143; update to new cache settings.
2010-12-24 Brian Neal Adding a legacy app to contain management commands to convert the old data to the new database format. This first commit has the import_old_users command.
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
2010-09-18 Brian Neal Cleaning up setings.py prior to deploying beta site.
2010-09-18 Brian Neal Update to version 1.8.5 of jquery ui library that is hosted on google.
2010-07-06 Brian Neal Rework the who's online middleware and template tag for #87.