Mercurial > public > sg101
log gpp/forums/views.py @ 109:07be3e39e639
age | author | description |
---|---|---|
Sat, 26 Sep 2009 18:03:57 +0000 | Brian Neal | Forums: implemented topic level moderator controls. |
Sat, 26 Sep 2009 03:55:50 +0000 | Brian Neal | Forums: quoting existing posts. |
Tue, 22 Sep 2009 03:36:39 +0000 | Brian Neal | Forums: implemented post delete feature. |
Sat, 19 Sep 2009 21:49:56 +0000 | Brian Neal | Forums: implemented the edit post function. |
Thu, 17 Sep 2009 01:44:51 +0000 | Brian Neal | Forums: display of sticky status. Moderators/superusers see IP address of post. Added a can_reply flag to the template and have view compute it. |
Wed, 16 Sep 2009 02:01:57 +0000 | 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). |
Wed, 16 Sep 2009 00:39:27 +0000 | Brian Neal | Forums: use select_related() with get_object_or_404() to reduce queries. |