log

age author description
2010-05-01 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-04-28 Brian Neal Should have added signals.py in r203.
2010-04-28 Brian Neal Should have added signals.py in r204.
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.
2010-04-01 Brian Neal Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums.
2010-03-31 Brian Neal Adding support for the django debug toolbar.
2010-03-31 Brian Neal Remove jquery-autocomplete plugin as it is not compatible with jQuery 1.4.x. Ticket #66.
2010-03-30 Brian Neal Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system.
2010-03-28 Brian Neal Committing version 1.1.6.1 of the MarkItUp! editor. This is for #57.
2010-03-28 Brian Neal Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded.
2010-03-28 Brian Neal Updated to TinyMCE version 3.3.2. This is for #57.
2010-03-28 Brian Neal Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.