log

age author description
2010-04-12 Brian Neal Futzing with CSS side blocks
2010-04-11 Brian Neal Fixing #73: comments no longer getting adding to web page on submit.
2010-04-11 Brian Neal Fix #72: update to 1.1.7 of the MarkItUp! editor.
2010-04-11 Brian Neal Fix #71: problems with editing existing gcalendar dates; the date format wasn't what the datepicker expected.
2010-04-10 Brian Neal Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app.
2010-04-07 Brian Neal Closing #70 with this commit and the previous on. Incorportating Ken Dushane's design for the site.
2010-04-07 Brian Neal First commit of Ken Dushane's site theme.
2010-04-03 Brian Neal Implement #62, add support for CSRF protection.
2010-04-03 Brian Neal Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.
2010-04-03 Brian Neal Implementing #67: use a denormalized count field on download categories to reduce database queries.
2010-04-01 Brian Neal Added select_related() to weblinks.
2010-04-01 Brian Neal Added some select_related's to downloads.