Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / LocalisationCache.php
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-09 Robin PepermansReplace localisation cache check removed in r91432...
2011-08-25 Siebrand MazelandWhitespace and formatting updates.
2011-08-22 Niklas LaxströmMake the language recaching non-recursive and load...
2011-08-19 Niklas LaxströmFu r94907 - also update localisation cache, which acces...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-05 Robin Pepermans(see bug 29712) Removing the defaultUserOptionOverrides...
2011-05-28 Sam ReedAnd even more documentation
2011-04-25 Mark A. Hershbergerclean up eol w/s
2011-04-09 Brion VibberFollowup to r85706 and friends: now that Math messages...
2011-02-28 Tim StarlingFollowup for r81340:
2011-02-16 Tim Starling* Fix for r81960: List the local magic word synonyms...
2011-02-12 Niklas Laxström* (bug 17160) Gender specific display text for User...
2011-02-11 Tim StarlingSince 1.17 a whole lot of extensions have sprouted...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2010-12-15 Sam ReedRemove public from interface defintion, as decleration...
2010-09-04 Trevor ParscalFollowup to r72349: fix database error caused by update...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-03-08 Roan KattouwBuild preload l10ncache after running hooks, not before...
2010-01-06 Tim StarlingMade Special:Allmessages many times faster for a typica...
2010-01-06 Tim Starling(bug 20837) Don't give a PHP notice when getSubitem...
2009-11-13 Max SemenikFixed variable name in error message
2009-09-23 Roan Kattouw(bug 20773) Disabling LocalisationUpdate breaks stuff...
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...