Mercurial > public > sg101
log gpp/forums/models.py @ 457:7b7332037396
age | author | description |
---|---|---|
Wed, 08 Jun 2011 00:24:41 +0000 | Brian Neal | Attempting to fix #218; update the topic last visit time with 'now' when viewing the last page of a topic, otherwise use the creation time of the last post on the page. |
Tue, 26 Apr 2011 01:04:38 +0000 | Brian Neal | Show number of posts in a topic when displaying forum topic search results. Fixing #212. |
Sat, 09 Apr 2011 19:20:12 +0000 | Brian Neal | Fixing #204; added the ability to search on forum topics. |
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. |