FU r106770: fixed the other getTransform() call
[lhc/web/wiklou.git] / includes / cache /
2011-12-08 Niklas LaxströmGender is already needed in addResultToCache
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-02 Aaron Schulz* Let HTMLFileCache constructor take in a Title *or...
2011-10-29 Sam ReedMore documentation
2011-10-28 Sam ReedMore documentation updates
2011-10-06 Aaron SchulzFU r98405: ObjectFileCache doesn't need to be abstract
2011-10-06 Happy-melonDocumentation and type hinting.
2011-10-04 Aaron Schulz* Added a script to prune old file cache entries.
2011-10-03 Aaron SchulzSimplified cacheDirectory() in FileCacheBase and HTMLFi...
2011-10-03 Aaron SchulzFollow-up r98698: cache urls with 'version' param....
2011-10-02 Aaron Schulz* Added isCacheWorthy() optimization (checks if the...
2011-10-02 Aaron SchulzFileCache:
2011-10-02 Daniel FriesenMore RequestContext -> IContextSource.
2011-10-02 Aaron SchulzReverted accidental change in r98405
2011-09-29 Sam ReedMore spurious code r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Aaron SchulzFU r98405: various document cleanup
2011-09-29 Aaron SchulzHTMLFileCache refactoring:
2011-09-27 Brion VibberDebug logging and possible fix for bug 31177: mystery...
2011-09-24 Aaron SchulzAdded filecache support for history pages
2011-09-24 Aaron SchulzRemoved action=raw support from HTMLFileCache. Obsolete...
2011-09-20 Niklas LaxströmI broke few parser tests in r97633 by overlooking the...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-20 Niklas LaxströmNo need to check isset before unset, shortens the code...
2011-09-19 Sam ReedSimplify array( 'page_id IN (' . $dbw->makeList( $batch...
2011-09-15 Roan KattouwMerge r82361 from 1.17wmf1 to trunk. This shuts up...
2011-09-14 Roan KattouwIntroduce MessageCache::getAllMessageKeys(), which...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Sam ReedFollowup r86304, guard against $title AND $wgTitle...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-07 Roan KattouwActually fix bug 30792, despite my earlier claims....
2011-08-27 PlatonidesUnused variables.
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-12 Sam ReedDocumentation
2011-07-01 Aaron SchulzRemoved ampersand in HTMLFileCache constructor
2011-06-25 Aaron Schulz* Follow-up r90749
2011-06-17 Sam ReedSwap else if for elseif
2011-06-03 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-26 Sam ReedParam documentation updates/added
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-22 Platonides/* to /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Niklas LaxströmFixed a bug in transformation where previous language...
2011-05-06 Sam ReedHTMLCacheUpdate->invalidate() deprecated since 1.16...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-25 Sam ReedMore parameter and return type hints
2011-04-25 Sam ReedMove 5 more classes into cache/
2011-04-25 Sam ReedMove 3 files into cache directory