log gpp/forums/signals.py @ 348:d1b11096595b

age author description
Wed, 02 Mar 2011 02:18:28 +0000 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.
Wed, 22 Sep 2010 00:24:59 +0000 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.
Sun, 01 Aug 2010 21:26:12 +0000 Brian Neal Implement a forum favorites feature for #82
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.
Sun, 05 Jul 2009 00:03:40 +0000 Brian Neal First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.