log gpp/core/middleware.py @ 461:2d96d9bcf0de

age author description
Sat, 23 Apr 2011 19:19:38 +0000 Brian Neal Fixing #203; use Redis for who's online function.
Sun, 06 Mar 2011 00:40:50 +0000 Brian Neal Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169.
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 01:25:48 +0000 Brian Neal Who's online middleware wasn't returning a proper response in the is_ajax case.
Tue, 06 Jul 2010 03:02:20 +0000 Brian Neal Rework the who's online middleware and template tag for #87.
Sat, 29 May 2010 04:51:28 +0000 Brian Neal Implement #84; additional checks on spammers; implement stranger status.