Mercurial > public > sg101
graph
- Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.2011-05-26, by Brian Neal
- Fixing the link to the private messages options tab in the PM notification email.2011-05-25, by Brian Neal
- Added total vote information to the poll templates. Cache the total votes in the model instance.2011-05-21, by Brian Neal
- Fixing #216; added anti-ballot stuffing feature to the polls application.2011-05-21, by 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.2011-05-18, by Brian Neal
- Fix typo on home page discovered by a guy from the Temptations.2011-05-14, by Brian Neal
- For #211, added message quotas; can't send or receive private messages if your outbox/inbox quota has been exceeded.2011-05-13, by Brian Neal
- Fix some typos and wording in the registration template.2011-05-13, by 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.2011-05-12, by Brian Neal
- For #213, create permalinks for forum topics.2011-05-06, by Brian Neal
- For #211; limit private message sizes to 8K.2011-05-06, by Brian Neal
- More work on #211. The compose view now returns the tab fragment HTML so errors can be displayed correctly.2011-05-06, by Brian Neal
- Fix bug where messages were never getting replied to.2011-05-05, by 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-03, by Brian Neal