Changesets can be listed by changeset number.
The Git repository is here.
Changeset 224
Fix nasty bug identified on the Typo mailing list. An incorrect
assignment in the memcache module meant it ran in testing mode.
This stopped certain features from working at all as well as
making Typo run slowly.
Temporarily commented out pending official fix.
- Comitted by: rool
- Date: Tuesday June 12 15:51:51 2007 (over 17 years ago)
Affected files:
rool/rails/typo/trunk/vendor/memcache-client/lib/memcache.rb:
prev. | current | |
1 | ||
1 | # $TESTING = defined? $TESTING | |
require 'socket' | ||
require 'thread' |