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.
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.
2010-12-29 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.
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.