log gpp/core/functions.py @ 513:9e7ae8462f3f

age author description
Tue, 13 Dec 2011 02:07:55 +0000 Brian Neal Using celery to send mail out of the request/response cycle.
Sat, 16 Apr 2011 21:39:23 +0000 Brian Neal Fixing #202. Guard against an empty email recipient list to prevent mail errors. We log a warning if this happens.
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.
Mon, 20 Sep 2010 00:40:01 +0000 Brian Neal Adding a way to expedite mail by bypassing the mail queue.
Wed, 15 Sep 2010 01:01:40 +0000 Brian Neal For #93: fix url scheme for downloads.
Tue, 06 Jul 2010 03:02:20 +0000 Brian Neal Rework the who's online middleware and template tag for #87.
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.
Sun, 21 Mar 2010 20:33:33 +0000 Brian Neal Implement #63, add a queued email facility.
Thu, 11 Mar 2010 02:34:07 +0000 Brian Neal Implement ticket #59; update RSS feeds for Django 1.2.
Thu, 11 Jun 2009 01:33:38 +0000 Brian Neal Added basic logging to settings.py. The send_email function is now logging. Removed remnants of the DebugLog model.
Thu, 11 Jun 2009 01:00:31 +0000 Brian Neal Removed the database logging stuff. Will replace with Python logging.
Sun, 12 Apr 2009 02:03:03 +0000 Brian Neal News: removed the lxml stuff. Based on Jacob Kaplan-Moss suggestion, use html5lib to clean html. Added that functionality in a new core.html module.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.