Mercurial > public > sg101
log gpp/weblinks/views.py @ 508:6f5fff924877
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. |