log gpp/news/views.py @ 405:c99d8981068b

age author description
2011-03-26 Brian Neal Fixing #193; reduce news query counts by grabbing tags and comment counts in bulk. Increased news items per page from 5 to 10.
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-15 Brian Neal For #93: fix url scheme for downloads.
2010-09-15 Brian Neal For #93: fix url scheme for the news application.
2010-05-01 Brian Neal Fixing #77, news tags were getting exploded by letter on some views/template tags.
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-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.
2009-09-13 Brian Neal Need an import for the InvalidPage exception from django.core.paginator.
2009-04-12 Brian Neal News: removed the lxml stuff. Based on Jacob Kaplan-Moss suggestion, use html5lib to clean html. Added that functionality in a new core.html module.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.