summaryrefslogtreecommitdiffstats
path: root/blog
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Add date_hierarchy to blog post adminHEADmasterDan McGee1-0/+1
2013-02-04Start removal of deprecated generic function view usageDan McGee1-5/+3
2012-03-25Adjust urls imports for Django 1.4Dan McGee1-1/+1
2012-02-15Show 10 instead of 5 most recent postsDan McGee1-1/+1
2011-07-18Show all catgories on category detail pageDan McGee1-0/+1
2011-05-15More relevant post category sortingDan McGee1-4/+18
2011-02-18Add similar posts section to blog templateDan McGee1-0/+5
2010-08-27Allow filtering on comments enabledDan McGee1-1/+1
2010-07-27Update model to match realityDan McGee1-1/+1
2010-05-26Move markdown conversion to a pre_save signalDan McGee1-12/+12
2010-05-26PyLint suggested cleanupsDan McGee3-3/+3
2010-05-18Remove __str__ declaration in blog modelsDan McGee1-6/+0
2010-04-28Enable specifying of code language in postsDan McGee1-1/+1
2010-03-21Raise 404 instead of 500 when referencing unknown tagDan McGee1-1/+5
2010-03-14Use a RequestContext everywhereDan McGee1-2/+5
2010-03-09Remove project prefix from all includesDan McGee3-4/+4
2010-02-18Add admin actions to enable/disable comments en masseDan McGee1-0/+17
2010-01-27Remove some 'import *' usagesDan McGee2-2/+2
2009-10-27Simplify the post archives pageDan McGee1-8/+2
2009-07-31Make blog post default to hiddenDan McGee1-1/+1
2009-07-31Comments refactorDan McGee2-93/+0
2009-07-30Use aggregation to simplify post category listingDan McGee1-3/+3
2009-05-09Add ability to disable commenting on certain postsDan McGee2-3/+13
2009-05-02Remove mostly useless indexDan McGee1-1/+1
2009-05-02Ensure we are only showing public postsDan McGee3-3/+9
2009-04-26Implement full tag supportDan McGee2-6/+27
2009-04-26Add unique constraint, add default orderingDan McGee1-1/+2
2009-04-25Use late resolving importDan McGee1-1/+1
2009-04-25Drop markdown.py from website code, use system versionDan McGee1-2/+2
2009-04-13Improve some stuff related to commentsDan McGee1-1/+6
2009-03-24Make the site actually work againDan McGee2-1/+7
2009-03-24Check banned IP list prior to posting commentsDan McGee1-0/+9
2009-03-24Code reformatDan McGee1-7/+8
2009-03-24Add BannedIP modelDan McGee1-0/+13
2009-03-24Move the admin site to HTTPSDan McGee1-1/+1
2009-02-06Comment logic- flip conditionDan McGee1-2/+2
2009-02-06Update comment email to be a bit more verboseDan McGee1-2/+8
2009-02-06Add comment spam detection and filteringDan McGee1-2/+27
2009-01-07Use a list instead of a dict to ensure correct orderingDan McGee1-2/+3
2009-01-05Send emails when a new comment is posted on my siteDan McGee1-2/+26
2009-01-05Updates to archive dealingsDan McGee2-2/+24
2008-11-16Make the blog post archive view actually usefulDan McGee1-11/+16
2008-11-16Remove unused view codeDan McGee1-12/+0
2008-11-16Fix this markdown syntax link yet againDan McGee1-1/+1
2008-09-02Updates to run against latest Django SVNDan McGee2-22/+29
2008-03-11Update maxlength -> max_lengthDan McGee1-2/+2
2008-01-23Fix a missing opening bracketDan McGee1-1/+1
2008-01-09The old markdown cheatsheet location died, update to a new oneDan McGee1-1/+1
2007-11-14Add categories to blog postsDan McGee1-1/+25
2007-11-13Initial commit of django siteDan McGee4-0/+106