Mercurial > public > sg101
log
age | author | description |
---|---|---|
Fri, 14 Oct 2011 02:12:05 +0000 | Brian Neal | Fix #231: add a 'view my forum posts' link to profile. |
Fri, 07 Oct 2011 02:11:33 +0000 | Brian Neal | Fixing #230; add a scrollbar to the PM popup dialog if necessary. This wasn't as easy as I thought. Had to wrap the PM text in a div with its styling (max-height and overflow). If I then resized the dialog, I'd get two scrollbars. So for now, made the dialog non-resizable. |
Wed, 05 Oct 2011 00:09:30 +0000 | Brian Neal | Fixing #229: Download details view with a bogus download ID produces internal server error isntead of a 404. |
Sun, 25 Sep 2011 00:49:05 +0000 | Brian Neal | 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. |