log gpp/forums/admin.py @ 204:b4305e18d3af

age author description
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).