log gpp/forums/views.py @ 185:afb65fa947f1

age author description
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.
2010-02-28 Brian Neal Implementing #55 - Add function to view a users posts from their profile.
2010-02-11 Brian Neal Implement #52 Forums RSS feeds.
2010-01-31 Brian Neal Implement #54; add a forum query to display a user's posts.
2010-01-26 Brian Neal Implemented a view to display topics with unanswered posts. This is for ticket #54.
2010-01-24 Brian Neal Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
2009-12-22 Brian Neal Implement #47; add goto page links on topics in the forum index view.
2009-12-13 Brian Neal Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).
2009-11-08 Brian Neal Forums: added a jquery ui dialog of extra smileys.
2009-10-27 Brian Neal Forums: monkey-patch the user profile onto the post object when doing a quick ajax reply.
2009-10-25 Brian Neal Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
2009-10-23 Brian Neal Forums: pre-select all the user profiles when displaying a topic. As it was, the template was calling get_user_profile which was causing a db hit on every post in the topic.
2009-10-22 Brian Neal Forums: split topic.
2009-10-11 Brian Neal Forums: Implemented unread status for topics and posts.
2009-10-11 Brian Neal Forums: ForumLastVisit logic in place. Need to add code for topics and posts next.