Refactor redundant attrib dropping into new method
[lhc/web/wiklou.git] / includes / LocalisationCache.php
2009-09-04 Tim StarlingFix disabling of APC cache when loading message files...
2009-09-04 Tim StarlingFixed a bug whereby if a recache is triggered via getSu...
2009-09-02 Alexandre Emsenhuber* (bug 20464) Force manual recaching to false in Locali...
2009-08-22 Brion VibberChange r52690 per suggestions on CodeReview: rearrange...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-08-13 Aaron SchulzFollow-up r54968: this close() should be redundant now
2009-08-13 Aaron SchulzFixed 'permission denied' cdb fatals (on windows at...
2009-07-22 Tim Starling(bug 19574) LocalisationCache gets confused when extern...
2009-07-03 Tim Starling* Added the ability to set the localisation cache direc...
2009-07-03 Tim Starling(bug 19447) Disable the localisation store backend...
2009-07-03 Tim Starling* Re-added $wgMessageCache->addMessages(), there are...
2009-07-02 Victor VasilievReplace || with |, so messages get merged regardless...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...