log gpp/weblinks/views.py @ 289:0dd8989abef2

age author description
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 weblinks.
2010-05-05 Brian Neal Fix #76; use POST to get downloads to avoid having side-effects (updating hit count) on GETs.
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-01 Brian Neal Added select_related() to weblinks.
2010-01-03 Brian Neal Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
2009-09-13 Brian Neal Need an import for the InvalidPage exception from django.core.paginator.
2009-04-19 Brian Neal Webinks: added a navigation template tag so views don't have to keep constructing the searc form. Also provided a count of search results on the template.
2009-04-19 Brian Neal Created a template tag for the latest weblinks: latest_weblinks. This necessitated adding a get_absolute_url function for the Link model along with a new view for it.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.