Mercurial > public > sg101
graph
- Refactor RateLimiter so that if Redis is not running, everything still runs normally (minus the rate limiting protection). My assumption that creating a Redis connection would throw an exception if Redis wasn't running was wrong. The exceptions actually occur when you issue a command. This is for #224.2011-09-25, by Brian Neal
- Updating to MarkitUp 1.1.12. Merging vendor branch changes into trunk.2011-09-11, by Brian Neal
- Add a link to John Blair's 50 years of surf music article on the banner.2011-09-09, by Brian Neal
- Updating the warning on the registration page; it is now only AT&T and Sbcglobal that aren't getting our mail.2011-09-06, by Brian Neal
- Putting the 50 years of surf music banner on the base template so all pages get it.2011-09-06, by Brian Neal
- Adding Ferenc's 50 years of surf music banner.2011-09-05, by Brian Neal
- Fixing #224; make sure we block IP's that have tripped the rate limiter or have been manually blocked.2011-08-27, by Brian Neal
- Implement rate limiting on registration and login for #224.2011-08-25, by Brian Neal
- For #227: only enqueue user profiles if the user has changed the content we have in the search index.2011-08-17, by Brian Neal
- For #227; rework last commit slightly (r508). Adapt the desired forums signal signature to the queued_search API instead of the other way around.2011-08-17, by Brian Neal
- Smarter search index updating for forums. This work is for #227.2011-08-17, by Brian Neal
- Adding a basic forums test that exercises adding a new topic, post, and editing a post.2011-08-07, by Brian Neal