log gpp/forums/signals.py @ 489:f785a646a5fc

age author description
2011-08-17 Brian Neal For #227; rework last commit slightly (r508). Adapt the desired forums signal signature to the queued_search API instead of the other way around.
2011-08-17 Brian Neal Smarter search index updating for forums. This work is for #227.
2011-03-21 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.
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.