Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sat, 24 Oct 2009 02:39:54 +0000 | Brian Neal | Forgot to commit the template for the forums split topic view. |
Sat, 24 Oct 2009 02:39:19 +0000 | Brian Neal | Reduced some sql queries by adding a select_related and monkey patching user profiles onto a user list in shoutbox and the bio/member's list, respectively. |
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. |