log

age author description
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.
2010-09-21 Brian Neal #103 - links to forum favorites and subscriptions are dead in the user profile.
2010-09-20 Brian Neal #102; fix bug where the new posts on the home page were showing topic author instead of last post author.
2010-09-20 Brian Neal Adding a way to expedite mail by bypassing the mail queue.
2010-09-19 Brian Neal Updated downloads categories fixture with new slug field.
2010-09-19 Brian Neal Some tweaks to the templates before the first beta. Hide the donations module for now.
2010-09-19 Brian Neal Tweaks to the home page menu items prior to deploying beta site.
2010-09-18 Brian Neal Cleaning up setings.py prior to deploying beta site.