log gpp/forums/models.py @ 112:d1b0b86441c0

age author description
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-22 Brian Neal Forums: implemented post delete feature.
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).