Mercurial > public > sg101
log gpp/forums/unread.py @ 529:7388cdf61b25
age | author | description |
---|---|---|
Wed, 20 Apr 2011 23:42:10 +0000 | Brian Neal | Fixing #210; forums unread status problems. Use the topic update_date instead of creation_date when selecting topics inside the tracked window. |
Sat, 02 Apr 2011 00:12:40 +0000 | Brian Neal | Fixes for #200; fix bug in deciding which forums have unread posts. |
Fri, 01 Apr 2011 01:18:44 +0000 | Brian Neal | Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes. |
Sun, 06 Mar 2011 00:40:50 +0000 | Brian Neal | Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169. |
Sun, 16 Jan 2011 20:18:26 +0000 | Brian Neal | Fixing #97; adding a management command to remove old forum and topic last visit records. |
Sun, 11 Jul 2010 21:03:41 +0000 | Brian Neal | Implement #88; add option to create a new forum thread from a new calendar entry. |