log gpp/forums/models.py @ 556:70722b7d10af

age author description
Sun, 29 Jan 2012 14:42:42 -0600 Brian Neal For bitbucket issue #1, add open graph meta tags to forum topics.
Wed, 25 Jan 2012 20:07:03 -0600 Brian Neal For bitbucket issue #2, tweak the admin settings for the Post model to
Thu, 22 Dec 2011 02:10:27 +0000 Brian Neal For #241, add a URL to view the last post in a forum topic.
Sat, 02 Jul 2011 23:35:45 +0000 Brian Neal Fixing #221. Also combined all permissions checks into a new module, permissions.py. This allows us to cache user, category, and forum groups information since it rarely changes.
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.