log gpp/forums/signals.py @ 281:d9e01b36b761

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