log gpp/comments/models.py @ 301:ee451ad46af1

age author description
Wed, 05 Jan 2011 04:09:35 +0000 Brian Neal Changes / scripts to import forums. Other tweaks and moving other import scripts to the legacy application.
Sun, 28 Mar 2010 21:41:11 +0000 Brian Neal Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
Mon, 30 Nov 2009 03:20:24 +0000 Brian Neal Comments: in order to show a green board concept while looking at the comments in the admin, added a 'not removed' boolean function.
Fri, 20 Nov 2009 01:43:32 +0000 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.
Sat, 14 Nov 2009 04:32:32 +0000 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.
Sun, 13 Sep 2009 21:45:35 +0000 Brian Neal Forums: flag posts.
Sat, 18 Apr 2009 19:14:17 +0000 Brian Neal Added get_absolute_url() for my comments. Had to add a get_absolute_url() function for downloads in the process.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.