* Second try of split message caches with changes suggested by Tim Starling and other...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 3 Jun 2008 20:41:57 +0000 (20:41 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 3 Jun 2008 20:41:57 +0000 (20:41 +0000)
commite648c5fe136b0ee05c8b7c497432eec89a0cece5
treee6a28e2ea7806fb81528b11407cad1b46ca63384
parente9ccdd29ca36092ca962e6d502c74a83cb1a4972
* Second try of split message caches with changes suggested by Tim Starling and other small fixes
 * removed use of umask, wfMkdirParents works now
 * splitting of messages per language is now unconditional
 * storing cached messages in 2-d array of code => messages
 * fixed a bug in replace(), now deletion works properly
 * clear() should actually do something now
 * try to delay parser creation in transform()
 * removed the use of $memcPrefix and wfMemcKeyLang() in favour of wfMemcKey()
 * escape $code in loadFromDb()
 * use member variable instead of static variable for tracking loaded languages
includes/MessageCache.php