Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / LocalisationCache.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-12-25 Siebrand MazelandBye, bye $wgExtensionAliasesFiles (deprecated in 1...
2011-11-23 Roan KattouwFollowup r101507: don't automatically use APC for the...
2011-11-22 Chad Horohoe(bug 29747) eAccelerator shared memory caching has...
2011-11-19 Antoine Mussorevert r103694 r103687
2011-11-19 Antoine Mussoclosing a store is only available for CDB type
2011-11-19 Antoine Mussoadd possibility to close a LCStore_CDB
2011-11-10 Siebrand MazelandRevert r102650, r102640. Caused breakage on translatewi...
2011-11-10 Antoine Mussocorrect variable name
2011-11-10 Antoine Mussomove store writing out of recache()
2011-11-09 Aaron SchulzFixed misleading getItem() comments...things like array...
2011-11-07 Mark A. Hershbergerre Bug #29283, r101507: Apply Vitaliy Filippov's follow...
2011-11-03 Sam ReedFix fixme on r101177
2011-11-03 Mark A. Hershbergerfollowup r101490, remove extra tabs after talking to...
2011-11-01 Mark A. Hershbergerfollow up r101496 — ^demon's comments re style
2011-11-01 Mark A. HershbergerRe-apply Vitaliy Filippov's patch from Bug #29283 with...
2011-11-01 Roan KattouwRevert r101492, broken, see CR. Also revert followup...
2011-11-01 Mark A. Hershbergerfollowup 101492 — make it actually work.
2011-11-01 Mark A. HershbergerApply Vitaliy Filippov's patch from Bug #29283 with...
2011-11-01 Mark A. HershbergerStyle fixups
2011-10-28 Sam ReedFollowup r101161 having array() doesn't work so well...
2011-10-28 Sam ReedMore documentation updates
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...