Mercurial > public > sg101
log
age | author | description |
---|---|---|
Wed, 07 Dec 2011 01:08:54 +0000 | Brian Neal | For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries. |
Sun, 04 Dec 2011 19:53:27 +0000 | Brian Neal | Created a centralized spot to get a Redis connection so that settings can be managed in one place. |
Sun, 04 Dec 2011 03:05:21 +0000 | Brian Neal | Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed. |
Sat, 03 Dec 2011 20:46:41 +0000 | Brian Neal | Added the rate_limit_clear management command, to delete IP addresses from the rate limit datastore. |