Mercurial > public > sg101
log
age | author | description |
---|---|---|
Fri, 23 Oct 2009 03:09:33 +0000 | Brian Neal | Forums: pre-select all the user profiles when displaying a topic. As it was, the template was calling get_user_profile which was causing a db hit on every post in the topic. |
Fri, 23 Oct 2009 03:08:40 +0000 | Brian Neal | Fix typo introduced in last commit. |
Thu, 22 Oct 2009 02:57:18 +0000 | Brian Neal | Forums: split topic. |
Sun, 11 Oct 2009 20:27:07 +0000 | Brian Neal | Forums: Implemented unread status for topics and posts. |
Sun, 11 Oct 2009 19:10:54 +0000 | Brian Neal | Forums: ForumLastVisit logic in place. Need to add code for topics and posts next. |
Wed, 30 Sep 2009 00:42:13 +0000 | 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. |
Mon, 28 Sep 2009 03:57:09 +0000 | 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. |