log gpp/messages/forms.py @ 566:4b9970ad0edb

age author description
2012-03-04 Brian Neal For bitbucket issue #6, try to improve quoting messages.
2011-07-05 Brian Neal Fixing #222. Verified all the fields have been validated before trying to use them in the form.clean() method.
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 For #211; limit private message sizes to 8K.
2011-05-05 Brian Neal Fix bug where messages were never getting replied to.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2009-11-27 Brian Neal Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
2009-04-11 Brian Neal Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.