log gpp/templates/forums/display_post.html @ 416:aabee29cadac

age author description
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.
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.
2009-09-26 Brian Neal Forums: quoting existing posts.
2009-09-22 Brian Neal Forums: implemented post delete feature.
2009-09-19 Brian Neal Forums: implemented the edit post function.
2009-09-17 Brian Neal Forums: Added icons for forum post moderation tools. Still need to add functionality that goes behind these.
2009-09-17 Brian Neal Forums: display of sticky status. Moderators/superusers see IP address of post. Added a can_reply flag to the template and have view compute it.
2009-09-13 Brian Neal Forums: flag posts.
2009-09-13 Brian Neal Forums: added forum post counts for each user in the user profile.
2009-09-12 Brian Neal Forums: Got the reply function working.