log gpp/bio/models.py @ 221:8d13baeaa5c1

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.
2009-09-13 Brian Neal Forums: added forum post counts for each user in the user profile.
2009-07-01 Brian Neal #18 - Add time zone field to user profile.
2009-06-23 Brian Neal #3, #4: clear caches when saving profile, bulletins, and news. Broke up the stuff on the home page for finer control of caching.
2009-05-03 Brian Neal Remove fields in the user profile that were superceded by the django-elsewhere application: website, icq, aim, etc.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.