log

age author description
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-09-21 Brian Neal Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
2010-09-21 Brian Neal Fix #111: some shoutbox templates still using old non-GET pagination scheme.
2010-09-21 Brian Neal Fix #106: CSRF verification failures on the deleting of checked PMs.
2010-09-21 Brian Neal Fix #105. Incorrect path to example image in the markdown help template.
2010-09-21 Brian Neal Close #104; downloads javascript has incorrect hard-coded path to star graphics. Also correct count fields in downloads category fixture.
Loading...