log gpp/downloads/models.py @ 412:639cfdf59167

age author description
2011-04-07 Brian Neal Created import scripts for downloads and download comments.
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
2010-09-15 Brian Neal For #93: fix url scheme for downloads.
2010-06-06 Brian Neal #51; add downloads to Haystack search.
2010-05-07 Brian Neal Fix #78: improve the download upload_to path.
2010-05-03 Brian Neal Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
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-03 Brian Neal Implementing #67: use a denormalized count field on download categories to reduce database queries.
2010-04-01 Brian Neal Added some select_related's to downloads.
2010-03-28 Brian Neal Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
2009-11-20 Brian Neal Fixing #36, Smilify doesn't work when a smiley appears first before other text. Refactored the smiley system to produce markdown as well as HTML.
2009-11-14 Brian Neal Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.
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-18 Brian Neal Added get_absolute_url() for my comments. Had to add a get_absolute_url() function for downloads in the process.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.