log gpp/core/middleware.py @ 432:ca744075e7b7

age author description
2011-04-23 Brian Neal Fixing #203; use Redis for who's online function.
2011-03-06 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.
2010-07-14 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.
2010-07-13 Brian Neal Who's online middleware wasn't returning a proper response in the is_ajax case.
2010-07-06 Brian Neal Rework the who's online middleware and template tag for #87.
2010-05-29 Brian Neal Implement #84; additional checks on spammers; implement stranger status.