log gpp/forums/forms.py @ 225:7fdfc9b3c71a

age author description
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.
2009-09-12 Brian Neal Forums: Got the reply function working.
2009-09-05 Brian Neal Forums: Some display work for the posts within a topic. Sketched out a post reply form.
2009-08-29 Brian Neal Forums: Added the ability to add a new topic. This is very much a work in progress.