log gpp/forums/models.py @ 430:9df368d9775d

age author description
2011-04-26 Brian Neal Show number of posts in a topic when displaying forum topic search results. Fixing #212.
2011-04-09 Brian Neal Fixing #204; added the ability to search on forum topics.
2011-04-01 Brian Neal Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes.
2011-03-24 Brian Neal Another try at #191 after getting some good advice in a django-users thread.
2011-03-19 Brian Neal Fixing #191; terrible performance on the combined forums RSS feed query. Use an .extra() clause to force the WHERE on a query to use the primary key.
2011-03-17 Brian Neal Revert r323. Send out forum topic subscription emails as people post. Don't limit them.
2011-01-13 Brian Neal Fixing #140; limit topic notification emails to at most 1 per day, or more if the user visits the topic.