Mercurial > public > sg101
log gpp/forums/models.py @ 407:42a4e66972d5
age | author | description |
---|---|---|
Fri, 01 Apr 2011 01:18:44 +0000 | Brian Neal | Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes. |
Thu, 24 Mar 2011 00:15:34 +0000 | Brian Neal | Another try at #191 after getting some good advice in a django-users thread. |
Sat, 19 Mar 2011 01:52:41 +0000 | 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. |
Thu, 17 Mar 2011 01:20:23 +0000 | Brian Neal | Revert r323. Send out forum topic subscription emails as people post. Don't limit them. |
Thu, 13 Jan 2011 03:27:42 +0000 | Brian Neal | Fixing #140; limit topic notification emails to at most 1 per day, or more if the user visits the topic. |
Wed, 29 Dec 2010 04:56:53 +0000 | Brian Neal | Fixed a bug where if you tried to delete a topic the new last post might be in that topic, so a cascading delete would occur and the forum would get deleted. |