log gpp/forums/forms.py @ 380:c3cc431b7fb9

age author description
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-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.
2009-11-27 Brian Neal Cutting forums over to the new common way to add markItUp, extra smileys, and markdown help.
2009-11-08 Brian Neal Forums: added a jquery ui dialog of extra smileys.
2009-10-22 Brian Neal Forums: split topic.
2009-09-30 Brian Neal Forums: added a sync() function on the forum model. Created javascript for the moderate forum function to drive the master topic select checkbox.