log gpp/messages/models.py @ 557:7247a406f92b

age author description
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.
2011-04-26 Brian Neal Initial beta-test commit of a revamped, jquery ui tab-based PM system. This is for #211.
2010-05-03 Brian Neal Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
2010-03-28 Brian Neal Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
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-04-06 gremmie Initial import of sg101 stuff from private repository.