log gpp/downloads/models.py @ 157:78b7e64665ed

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