log gpp/downloads/views.py @ 480:1a7ca5fa494f

age author description
2011-10-05 Brian Neal Fixing #229: Download details view with a bogus download ID produces internal server error isntead of a 404.
2011-03-27 Brian Neal Fixing #199; redid the downloads so the user has more control about how to save the file.
2010-09-16 Brian Neal For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views.
2010-09-15 Brian Neal For #93: fix url scheme for weblinks.
2010-09-15 Brian Neal For #93: fix url scheme for downloads.
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 some select_related's to downloads.
2009-09-13 Brian Neal Need an import for the InvalidPage exception from django.core.paginator.
2009-04-19 Brian Neal Added a latest_downloads template tag. Made the comments view the details view for a download. Changed get_absolute_url to point to this new view.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.