log gpp/templates/forums/display_post.html @ 264:91c0902de04d

age author description
2010-05-30 Brian Neal Implement #85 - display who has posted from a post's IP address.
2010-05-29 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
2010-05-09 Brian Neal Fix #80: give moderators the ability to deactivate users for spam.
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.
2009-10-27 Brian Neal Forums: display signature on posts. Display icons for PM and email (if not hidden) on each post.
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.