log gpp/forums/views/main.py @ 311:b1c39788e511

age author description
2011-01-10 Brian Neal Fix #139; when editing a user's post, the post author's signature should appear with the post, not the user (moderator) making the edit).
2011-01-08 Brian Neal Fixing #133; add the ability to edit a topic's title when you edit the first post in that topic.
2010-12-29 Brian Neal Fixed a bug where if you tried to delete a topic the new last post might be in that topic, so a cascading delete would occur and the forum would get deleted.
2010-10-23 Brian Neal For #95. You can now make posts with no text in the body if you have attachments. And now if you create a new topic with an attachment, and the POST fails (say you forgot the topic title), we will now re-attach attachments. Also fixed a bug in the smiley code that would arise if it was asked to markup an empty string.
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
2010-10-03 Brian Neal Fixing #121. The forum query pulldown should appear on all forum query pages for consistency.
2010-09-23 Brian Neal Fixing #113; re-arrange the RSS forum feed icons around a bit.
2010-08-26 Brian Neal Fix problem when deleting multiple topics from a forum in bulk. We getting a list of topics from the database, then deleting each topic. But after you delete a topic, the forum.last_post on the remaining non-deleted topics can be stale. This was causing a weird DoesNotExist. Now just get the topics one at a time from the database.
2010-08-01 Brian Neal Implement a forum favorites feature for #82