log gpp/downloads/admin.py @ 413:6144023ebea8

age author description
Thu, 07 Apr 2011 23:52:18 +0000 Brian Neal Downloads admin improvements: don't filter by user or IP address. Made the is_public editable on the change list page.
Sat, 02 Oct 2010 23:24:39 +0000 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
Wed, 15 Sep 2010 01:01:40 +0000 Brian Neal For #93: fix url scheme for downloads.
Sat, 01 May 2010 21:53:59 +0000 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
Sat, 03 Apr 2010 01:10:00 +0000 Brian Neal Implementing #67: use a denormalized count field on download categories to reduce database queries.
Sun, 12 Apr 2009 00:34:08 +0000 Brian Neal Removed markitUp! from the downloads admin. It was looking weird. Try it without it.
Sat, 11 Apr 2009 22:50:56 +0000 Brian Neal Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.