Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sun, 01 Aug 2010 21:26:12 +0000 | Brian Neal | Implement a forum favorites feature for #82 |
Wed, 14 Jul 2010 02:35:39 +0000 | Brian Neal | Guard against the request object not having a user attribute in my Who's online middleware. This can happen if a redirect is issued before the authentication middleware gets to run. |
Tue, 13 Jul 2010 03:51:37 +0000 | Brian Neal | Fix lack of trailing slash on the individual forum RSS feed links. For some reason this was causing a bizarre middleware error 'request object has not attribute session'. |
Tue, 13 Jul 2010 01:25:48 +0000 | Brian Neal | Who's online middleware wasn't returning a proper response in the is_ajax case. |
Sun, 11 Jul 2010 21:03:41 +0000 | Brian Neal | Implement #88; add option to create a new forum thread from a new calendar entry. |
Tue, 06 Jul 2010 03:02:20 +0000 | Brian Neal | Rework the who's online middleware and template tag for #87. |