log gpp/forums/views/spam.py @ 534:98f5facc0030

age author description
Sun, 03 Jul 2011 19:35:09 +0000 Brian Neal Fixing #221. Found some additional cases where the forum moderator check was failing. Replaced this code with calls to the new permissions module.
Sat, 05 Mar 2011 04:03:30 +0000 Brian Neal Following up on #168; redo some code to make it more DRY. Added a function on the profile to reset the text fields.
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.
Sun, 01 Aug 2010 21:26:12 +0000 Brian Neal Implement a forum favorites feature for #82