log gpp/forums/models.py @ 222:a5fcf3d1b663

age author description
Sun, 06 Jun 2010 21:05:48 +0000 Brian Neal For #51; add forums to Haystack search.
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.
Thu, 11 Feb 2010 02:29:03 +0000 Brian Neal Implement #52 Forums RSS feeds.
Sun, 24 Jan 2010 22:33:11 +0000 Brian Neal Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
Mon, 28 Dec 2009 16:52:42 +0000 Brian Neal Implement #46, add a forums stat feature like phpBB.
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.