log gpp/messages/forms.py @ 461:2d96d9bcf0de

age author description
Tue, 05 Jul 2011 19:24:18 +0000 Brian Neal Fixing #222. Verified all the fields have been validated before trying to use them in the form.clean() method.
Wed, 25 May 2011 02:39:08 +0000 Brian Neal Fixing the link to the private messages options tab in the PM notification email.
Fri, 13 May 2011 02:06:53 +0000 Brian Neal For #211, added message quotas; can't send or receive private messages if your outbox/inbox quota has been exceeded.
Fri, 06 May 2011 01:41:21 +0000 Brian Neal For #211; limit private message sizes to 8K.
Thu, 05 May 2011 02:58:44 +0000 Brian Neal Fix bug where messages were never getting replied to.
Thu, 27 Jan 2011 02:56:10 +0000 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
Fri, 27 Nov 2009 00:21:47 +0000 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.
Sat, 11 Apr 2009 22:50:56 +0000 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.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.