log gpp/messages/static/js/tabbed_messages.js @ 545:cb298c8eb039

age author description
2011-10-07 Brian Neal Fixing #230; add a scrollbar to the PM popup dialog if necessary. This wasn't as easy as I thought. Had to wrap the PM text in a div with its styling (max-height and overflow). If I then resized the dialog, I'd get two scrollbars. So for now, made the dialog non-resizable.
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.
2011-05-01 Brian Neal Gave the beta private messages a 'compose to' view. Tweaked the color of the tables to match the jquery ui theme.
2011-04-26 Brian Neal Initial beta-test commit of a revamped, jquery ui tab-based PM system. This is for #211.