log

age author description
Wed, 25 May 2011 02:39:08 +0000 Brian Neal Fixing the link to the private messages options tab in the PM notification email.
Sat, 21 May 2011 20:35:02 +0000 Brian Neal Added total vote information to the poll templates. Cache the total votes in the model instance.
Sat, 21 May 2011 19:55:48 +0000 Brian Neal Fixing #216; added anti-ballot stuffing feature to the polls application.
Wed, 18 May 2011 03:04:25 +0000 Brian Neal Fixing #214; don't need a custom model search view. All the info is in the template. Wrote a template tag to extract the info from the request context and urlencode them.
Sat, 14 May 2011 19:02:07 +0000 Brian Neal Fix typo on home page discovered by a guy from the Temptations.
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, 13 May 2011 00:12:53 +0000 Brian Neal Fix some typos and wording in the registration template.
Thu, 12 May 2011 02:56:13 +0000 Brian Neal For #211; update the URL in the private messages notification email. Messages no longer have a get_absolute_url() method. Just send people to the main messages index.
Fri, 06 May 2011 02:03:39 +0000 Brian Neal For #213, create permalinks for forum topics.
Fri, 06 May 2011 01:41:21 +0000 Brian Neal For #211; limit private message sizes to 8K.
Fri, 06 May 2011 00:02:55 +0000 Brian Neal More work on #211. The compose view now returns the tab fragment HTML so errors can be displayed correctly.
Thu, 05 May 2011 02:58:44 +0000 Brian Neal Fix bug where messages were never getting replied to.
Tue, 03 May 2011 02:56:58 +0000 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.
Sun, 01 May 2011 02:11:48 +0000 Brian Neal Gave the beta private messages a 'compose to' view. Tweaked the color of the tables to match the jquery ui theme.
Tue, 26 Apr 2011 02:11:00 +0000 Brian Neal Added a global method to change the cursor to an hourglass when an AJAX request fires.