Mercurial > public > sg101
graph
- Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.2010-05-03, by Brian Neal
- Fixing #77, news tags were getting exploded by letter on some views/template tags.2010-05-01, by Brian Neal
- Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.2010-05-01, by Brian Neal
- Should have added signals.py in r203.2010-04-28, by Brian Neal
- Should have added signals.py in r204.2010-04-28, by Brian Neal
- Futzing with CSS side blocks2010-04-12, by Brian Neal
- Fixing #73: comments no longer getting adding to web page on submit.2010-04-11, by Brian Neal
- Fix #72: update to 1.1.7 of the MarkItUp! editor.2010-04-11, by Brian Neal
- Fix #71: problems with editing existing gcalendar dates; the date format wasn't what the datepicker expected.2010-04-11, by 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-10, by Brian Neal
- Closing #70 with this commit and the previous on. Incorportating Ken Dushane's design for the site.2010-04-07, by Brian Neal
- First commit of Ken Dushane's site theme.2010-04-07, by Brian Neal
- Implement #62, add support for CSRF protection.2010-04-03, by Brian Neal
- Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.2010-04-03, by Brian Neal
- Implementing #67: use a denormalized count field on download categories to reduce database queries.2010-04-03, by Brian Neal