log gpp/downloads/admin.py @ 372:7c7201f942fe

age author description
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.