log gpp/comments/models.py @ 423:3fe60148f75c

age author description
2011-03-26 Brian Neal Fixing #193; reduce news query counts by grabbing tags and comment counts in bulk. Increased news items per page from 5 to 10.
2011-01-05 Brian Neal Changes / scripts to import forums. Other tweaks and moving other import scripts to the legacy application.
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-30 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.
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-09-13 Brian Neal Forums: flag posts.
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.