Mercurial > public > sg101
log gpp/forums/tools.py @ 411:97a426a67417
age | author | description |
---|---|---|
Mon, 21 Mar 2011 00:39:52 +0000 | 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. |
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. |
Sun, 30 Jan 2011 20:02:32 +0000 | Brian Neal | Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app. |