log gpp/messages/views.py @ 541:06300c08bf81

age author description
2011-05-25 Brian Neal Fixing the link to the private messages options tab in the PM notification email.
2011-05-13 Brian Neal For #211, added message quotas; can't send or receive private messages if your outbox/inbox quota has been exceeded.
2011-05-06 Brian Neal More work on #211. The compose view now returns the tab fragment HTML so errors can be displayed correctly.
2011-05-05 Brian Neal Fix bug where messages were never getting replied to.
2011-05-03 Brian Neal Making the jquery tabbed version of the messages app the current version and removing the old. Also figured out how to dynamically update the base template's count of unread messages when messages are read. base gpp/messages/views2.py@3c1a521dd439
2011-03-06 Brian Neal Fixing #181; delete PM's if we can. Add ability for a sender to take back a PM if they delete it before it has been read.
2010-03-17 Brian Neal #56 - Cut over to Django 1.2 messaging system.