Mercurial > public > sg101
log gpp/forums/unread.py @ 420:c06d836c8b84
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. |