log

age author description
2011-03-16 Brian Neal Fixing #189; 500 error when deleting forum topic subscription.
2011-03-09 Brian Neal Fixing #185; add a global forums catchup button.
2011-03-09 Brian Neal Humanize the forum stats by adding the intcomma filter.
2011-03-09 Brian Neal Adding a solid-background css class. Making the news stories use it to block out the rays.
2011-03-09 Brian Neal Added logic to the forums javascript that adds the proper CSS class (odd or even) to a new post.
2011-03-08 Brian Neal Trying a tweak to put background colors on posts in topics. Forgot to commit the css changes.
2011-03-08 Brian Neal Trying a tweak to put background colors on posts in topics.
2011-03-08 Brian Neal Fixing #156; improve upon the work done in r397. Use the forum last visit record if there is no topic last visit record.
2011-03-08 Brian Neal Fixing #184; fix typo in date template filter string that is causing the wrong date to be displayed on the max users online statistic.
2011-03-07 Brian Neal Fixing #156. Making it possible to goto the first unread post in a thread. Made the 'New' icon a link; when displayed on a topic, takes you to the first unread post.
2011-03-06 Brian Neal Improved the IRC view and block to point to instructions on how to get started with IRC.
2011-03-06 Brian Neal Added raw_id_fields for submitter on news stories and pending stories.
2011-03-06 Brian Neal Fixing #181; delete PM's if we can. Add ability for a sender to take back a PM if they delete it before it has been read.
2011-03-06 Brian Neal Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169.