log gpp/bio/models.py @ 216:fe900598f81c

age author description
2010-05-29 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
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-12-13 Brian Neal Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).
2009-11-27 Brian Neal Ticket #15, add a way to report user profiles.
2009-11-20 Brian Neal Fixing #36, Smilify doesn't work when a smiley appears first before other text. Refactored the smiley system to produce markdown as well as HTML.
2009-11-14 Brian Neal Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.
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.