log gpp/forums/views/main.py @ 292:2367c4795c92

age author description
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