log gpp/forums/unread.py @ 539:2f0a372c92b4

age author description
2011-04-20 Brian Neal Fixing #210; forums unread status problems. Use the topic update_date instead of creation_date when selecting topics inside the tracked window.
2011-04-02 Brian Neal Fixes for #200; fix bug in deciding which forums have unread posts.
2011-04-01 Brian Neal Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes.
2011-03-06 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.
2011-01-16 Brian Neal Fixing #97; adding a management command to remove old forum and topic last visit records.
2010-07-11 Brian Neal Implement #88; add option to create a new forum thread from a new calendar entry.
2010-01-26 Brian Neal Implemented a view to display topics with unanswered posts. This is for ticket #54.