log gpp/forums/forms.py @ 102:e67c4dd98db5

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