log gpp/forums/signals.py @ 370:e9a066db3f54

age author description
2011-03-02 Brian Neal Fix #168; when nailing a spammer, clear their profile text fields. Guard against topics and forums that don't exist when deleting posts in the signal handler. Make the forum stats template tag only display the latest active users.
2010-09-22 Brian Neal Fixing #107. Apparently some signal handlers were getting connected twice (double import?) and thus saving a forum post would cause 2 email notifications to go out to the post topic's subscribers. Use the dispatch_uid parameter in the connect call to work around this issue.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.
2009-07-05 Brian Neal First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.