log gpp/bio/models.py @ 400:47f4259ce511

age author description
Mon, 21 Mar 2011 00:39:52 +0000 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.
Sat, 05 Mar 2011 04:03:30 +0000 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.
Wed, 23 Feb 2011 03:40:18 +0000 Brian Neal Various small changes to reduce database hits.
Sun, 16 Jan 2011 21:06:40 +0000 Brian Neal Fixing #141; cache badge ownership to reduce database hits when browsing forum topics.
Mon, 04 Oct 2010 00:56:54 +0000 Brian Neal Bug fix on r299 (#129).
Sat, 02 Oct 2010 23:24:39 +0000 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
Tue, 21 Sep 2010 23:49:05 +0000 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.
Mon, 07 Jun 2010 03:37:36 +0000 Brian Neal For #51; add user profiles to Haystack search.
Sat, 29 May 2010 04:51:28 +0000 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
Sat, 01 May 2010 21:53:59 +0000 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
Sun, 13 Dec 2009 08:11:16 +0000 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).
Fri, 27 Nov 2009 21:55:32 +0000 Brian Neal Ticket #15, add a way to report user profiles.
Fri, 20 Nov 2009 01:43:32 +0000 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.
Sat, 14 Nov 2009 04:32:32 +0000 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.
Sun, 25 Oct 2009 21:55:28 +0000 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.
Sun, 13 Sep 2009 18:43:08 +0000 Brian Neal Forums: added forum post counts for each user in the user profile.
Wed, 01 Jul 2009 17:57:11 +0000 Brian Neal #18 - Add time zone field to user profile.
Tue, 23 Jun 2009 00:11:00 +0000 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.
Sun, 03 May 2009 20:27:57 +0000 Brian Neal Remove fields in the user profile that were superceded by the django-elsewhere application: website, icq, aim, etc.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.