Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / objectcache /
2011-09-21 Aaron SchulzAdded lock/unlock function stubs. Fixes:
2011-09-09 Tim Starling* Added a script to reduce disk space on a MySQL parser...
2011-08-10 Roan KattouwMerge r93797 to trunk, in a somewhat modified form...
2011-07-31 Brion Vibber* (bug 30131) XCache with variable caching disabled...
2011-07-06 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-07-04 Tim StarlingAllow SqlBagOStuff data to be split over many tables...
2011-06-08 Chad HorohoeRevert r87145, bug 28752: Xcache doesn't work in cli...
2011-05-29 Sam ReedFollowup r83140, fix undefined $id
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-29 Chad HorohoeMake this private since nothing outside here calls it
2011-04-29 Chad Horohoe(bug 28752) XCache doesn't work in CLI mode
2011-04-25 Sam ReedMore parameter and return type hints
2011-04-19 Platonides(Bug 28611) Don't die in SqlBagOStuff::incr() if there...
2011-04-12 Tim StarlingIn SQLBagOStuff: make it possible to change the purge...
2011-03-25 Sam ReedAdd/tweak/update documentation and add some explicit...
2011-03-08 PlatonidesComment the var_dump() and add a comment.
2011-03-06 PlatonidesReorder so that wfProfileOut() is the last sentence...
2011-03-06 PlatonidesFollow up r83140. Add a clear() method to ObjectCache...
2011-03-04 Tim Starling* Added an Ehcache client.
2011-03-03 Tim Starling* When CACHE_ANYTHING is requested, return the cached...
2011-03-03 Chad HorohoeTweak debug() to use name of class in debug output
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-03-03 Tim StarlingMore renames and splits for objectcache reorganisation.
2011-03-03 Tim StarlingStart of ObjectCache reorganisation. Moved the object...