log gpp/forums/forms.py @ 431:0d91176cf9b3

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.
2009-09-28 Brian Neal Forums: implemented the bulk moderator functions that operate on a forum: bulk sticky, lock, delete, and move. These haven't been tested that well yet.
2009-09-26 Brian Neal Forums: implemented the move topic feature.
2009-09-26 Brian Neal Forums: quoting existing posts.
2009-09-19 Brian Neal Forums: implemented the edit post function.
2009-09-16 Brian Neal Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
2009-09-15 Brian Neal Forums: groups support. Some experimentation with select_related() to reduce queries. There are more opportunities for this, see the TODO comments in views.py.
2009-09-13 Brian Neal Forums: added forum post counts for each user in the user profile.
2009-09-13 Brian Neal Forums: use markitup editor on forums post forms.