Mercurial > public > sg101
log gpp/forums/models.py @ 207:8bbefaa3e408
age | author | description |
---|---|---|
2010-03-28 | Brian Neal | Implementing #61: adding a forum topic subscription feature. |
2010-02-11 | Brian Neal | Implement #52 Forums RSS feeds. |
2010-01-24 | Brian Neal | Adding a query to the forums to get all the topics with unread posts. This is for ticket #54. |
2009-12-28 | Brian Neal | Implement #46, add a forums stat feature like phpBB. |
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-10-23 | Brian Neal | Fix typo introduced in last commit. |