log gpp/bio/models.py @ 562:98b373ca09f3

age author description
2012-02-09 Brian Neal For bitbucket issue #3, ensure that changes to Profile, Post & Topic models
2012-02-03 Brian Neal Changed the avatar upload_to path to not rely on the user supplied name,
2011-03-21 Brian Neal Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
2011-03-05 Brian Neal Following up on #168; redo some code to make it more DRY. Added a function on the profile to reset the text fields.
2011-02-23 Brian Neal Various small changes to reduce database hits.
2011-01-16 Brian Neal Fixing #141; cache badge ownership to reduce database hits when browsing forum topics.
2010-10-04 Brian Neal Bug fix on r299 (#129).
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
2010-09-21 Brian Neal Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
2010-06-07 Brian Neal For #51; add user profiles to Haystack search.
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.