log gpp/forums/signals.py @ 340:2541d27ca056

age author description
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.