Bug 35034 - moved autocomment-prefix between the prefix and the arrow. Follow up...
[lhc/web/wiklou.git] / includes / objectcache /
2012-03-08 Krinkle[ObjectCache.php] typo from r112985
2012-03-04 Krinkle[ObjectCache.php] Add comment describing that CACHE_ANY...
2012-02-26 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-17 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin() and DatabaseBa...
2011-12-07 Antoine Musso(bug 32853) DBA cache broken in MW 1.18
2011-12-02 Tim StarlingpurgeParserCache.php improvements:
2011-11-22 Chad Horohoe(bug 29747) eAccelerator shared memory caching has...
2011-11-19 Sam ReedBug 13759 - memcached predefined hashes
2011-11-03 Mark A. Hershbergereol w/s
2011-11-01 Mark A. HershbergerMeant to include these: feed the OCD: eol w/s
2011-11-01 Mark A. Hershbergerfeed the OCD: eol w/s
2011-10-16 PlatonidesParse error (missing ';') in r99938.
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-06 Roan KattouwPer Domas, reinstate <1e9 check that was dropped in...
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...