log gpp/forums/views.py @ 135:13330e1836f3

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