log gpp/templates/forums/display_post.html @ 533:387d46abcb95

age author description
2011-10-22 Brian Neal Added a custom tag to display a link to a profile. Refactored the avatar tag to optionally display a profile link around the image. Removed the width and height attributes from the avatar image tag. I think this was causing disk hits whenever those properties were not cached. The avatar tag is now an inclusion tag.
2011-03-08 Brian Neal Trying a tweak to put background colors on posts in topics.
2011-02-27 Brian Neal Fix #162; make username larger in forum posts.
2011-02-27 Brian Neal Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
2011-02-23 Brian Neal Various small changes to reduce database hits.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-20 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
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.