log gpp/templates/forums/index.html @ 360:2e90b63520b8

age author description
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2010-10-03 Brian Neal Fixing #121. The forum query pulldown should appear on all forum query pages for consistency.
2010-09-23 Brian Neal Fixing #113; re-arrange the RSS forum feed icons around a bit.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
2010-07-13 Brian Neal Fix lack of trailing slash on the individual forum RSS feed links. For some reason this was causing a bizarre middleware error 'request object has not attribute session'.
2010-07-06 Brian Neal Rework the who's online middleware and template tag for #87.
2010-02-11 Brian Neal Implement #52 Forums RSS feeds.
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-28 Brian Neal Implement #46, add a forums stat feature like phpBB.
2009-12-22 Brian Neal Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
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-11 Brian Neal Forums: ForumLastVisit logic in place. Need to add code for topics and posts next.
2009-09-13 Brian Neal Forums: minor cosmetic tweaks mainly.
2009-08-29 Brian Neal Forums: added a last_post_info template tag. Still need to add a go to last post icon for it.
2009-08-23 Brian Neal More work on forums. Committing what we got so far.