log gpp/forums/admin.py @ 377:59aaba88405e

age author description
2011-01-16 Brian Neal Fixing #97; adding a management command to remove old forum and topic last visit records.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
2010-05-03 Brian Neal Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
2010-05-01 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.
2009-10-11 Brian Neal Forums: ForumLastVisit logic in place. Need to add code for topics and posts next.
2009-09-16 Brian Neal Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).