log gpp/forums/models.py @ 574:ddd69a8e07c7

age author description
2012-01-29 Brian Neal For bitbucket issue #1, add open graph meta tags to forum topics.
2012-01-26 Brian Neal For bitbucket issue #2, tweak the admin settings for the Post model to
2011-12-22 Brian Neal For #241, add a URL to view the last post in a forum topic.
2011-07-02 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.
2011-06-08 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.
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.