log gpp/forums/views/main.py @ 566:4b9970ad0edb

age author description
Sun, 04 Mar 2012 14:52:24 -0600 Brian Neal For bitbucket issue #6, try to improve quoting messages.
Wed, 08 Feb 2012 18:58:57 -0600 Brian Neal For bitbucket issue #3, ensure that changes to Profile, Post & Topic models
Thu, 22 Dec 2011 02:10:27 +0000 Brian Neal For #241, add a URL to view the last post in a forum topic.
Sun, 18 Dec 2011 23:46:52 +0000 Brian Neal Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
Wed, 17 Aug 2011 01:02:08 +0000 Brian Neal Smarter search index updating for forums. This work is for #227.
Sun, 03 Jul 2011 19:35:09 +0000 Brian Neal Fixing #221. Found some additional cases where the forum moderator check was failing. Replaced this code with calls to the new permissions module.
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.