log gpp/forums/tools.py @ 390:e0523e17ea43

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.
Thu, 14 Oct 2010 02:39:35 +0000 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
Sun, 11 Jul 2010 21:03:41 +0000 Brian Neal Implement #88; add option to create a new forum thread from a new calendar entry.
Sun, 13 Dec 2009 08:11:16 +0000 Brian Neal Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).