log

age author description
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-06-26 Brian Neal Adding google verification file.
2011-06-25 Brian Neal Template touch-up for #219.
2011-06-25 Brian Neal Template touch-up for #219.
2011-06-25 Brian Neal For #219, rework the polls views for a better flow. Added some tests for the views.
2011-06-13 Brian Neal For #218, put back the logic that updates the topic last visit after you make a post.
2011-06-08 Brian Neal Attempting to fix #218; update the topic last visit time with 'now' when viewing the last page of a topic, otherwise use the creation time of the last post on the page.
2011-06-04 Brian Neal Tweaking the birthday block; now display a list of people for each day and bold the current day.
2011-06-04 Brian Neal Upate the notice on the registration template to include MSN along with Hotmail.
2011-05-26 Brian Neal Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
2011-05-25 Brian Neal Fixing the link to the private messages options tab in the PM notification email.
2011-05-21 Brian Neal Added total vote information to the poll templates. Cache the total votes in the model instance.
2011-05-21 Brian Neal Fixing #216; added anti-ballot stuffing feature to the polls application.
2011-05-18 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-14 Brian Neal Fix typo on home page discovered by a guy from the Temptations.
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-13 Brian Neal Fix some typos and wording in the registration template.
2011-05-12 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-06 Brian Neal For #213, create permalinks for forum topics.
2011-05-06 Brian Neal For #211; limit private message sizes to 8K.