aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache
Commit message (Expand)AuthorAgeFilesLines
* MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r...Sam Reed2012-03-061-7/+2
* make gzopen() portable by using binary flagAntoine Musso2012-02-081-1/+1
* simplify FileCacheBase::fetchTextAntoine Musso2012-02-071-6/+4
* add up comment for FileCache rewrite (r98698)Antoine Musso2012-02-072-1/+6
* Merge r97508 changes to MessageCache.php and Skin.php into trunkSam Reed2012-02-071-2/+2
* Follow-up r110761: removed duplicate check of $wgShowIPinHeader and fix some ...Alexandre Emsenhuber2012-02-061-3/+3
* disable wgDebugToolbar when rebuilding file cacheAntoine Musso2012-02-061-1/+6
* Removed false comment, we no longer use file cache for action=raw calls.Alexandre Emsenhuber2012-02-061-1/+0
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-123-0/+5
* Kill "* @return void"Sam Reed2012-01-123-5/+0
* Moved GenderCache to cache/Niklas Laxström2012-01-101-0/+135
* Attempt to avoid a warning I got during input:Mark A. Hershberger2012-01-041-0/+3
* Comment and whitespace fixesTim Starling2011-12-271-4/+4
* Follow-up r98698: Reduce amount of ipv6 spam in FileCacheBase::incrMissesRece...Aaron Schulz2011-12-231-1/+1
* Declare constant default values directly in the class definition and removed ...Alexandre Emsenhuber2011-12-211-9/+4
* Gender is already needed in addResultToCacheNiklas Laxström2011-12-081-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey its...Aaron Schulz2011-11-021-3/+5
* More documentationSam Reed2011-10-291-0/+13
* More documentation updatesSam Reed2011-10-281-1/+10
* FU r98405: ObjectFileCache doesn't need to be abstractAaron Schulz2011-10-061-2/+1
* Documentation and type hinting.Happy-melon2011-10-061-2/+14
* * Added a script to prune old file cache entries.Aaron Schulz2011-10-041-2/+2
* Simplified cacheDirectory() in FileCacheBase and HTMLFileCache. It turns out ...Aaron Schulz2011-10-032-19/+3
* Follow-up r98698: cache urls with 'version' param...which is kind if importantAaron Schulz2011-10-031-2/+2
* * Added isCacheWorthy() optimization (checks if the file exists, stale or not)Aaron Schulz2011-10-023-9/+21
* FileCache:Aaron Schulz2011-10-024-38/+187
* More RequestContext -> IContextSource.Daniel Friesen2011-10-021-4/+4
* Reverted accidental change in r98405Aaron Schulz2011-10-021-1/+1
* More spurious code r98467Sam Reed2011-09-291-2/+0
* Back out r95396 and friendsSam Reed2011-09-291-46/+0
* FU r98405: various document cleanupAaron Schulz2011-09-293-8/+23
* HTMLFileCache refactoring:Aaron Schulz2011-09-293-162/+304
* Debug logging and possible fix for bug 31177: mystery sidebar message failuresBrion Vibber2011-09-271-3/+17
* Added filecache support for history pagesAaron Schulz2011-09-241-6/+10
* Removed action=raw support from HTMLFileCache. Obsolete due to RL.Aaron Schulz2011-09-241-18/+8
* I broke few parser tests in r97633 by overlooking the return value. This fixe...Niklas Laxström2011-09-201-0/+2
* Added LinkCache::addGoodLinkObjFromRow, since addGoodLinkObj is not going to ...Niklas Laxström2011-09-202-14/+20
* No need to check isset before unset, shortens the code a bit, and added some ...Niklas Laxström2011-09-201-9/+3
* Simplify array( 'page_id IN (' . $dbw->makeList( $batch ) . ')' ), to array( ...Sam Reed2011-09-191-4/+4
* Merge r82361 from 1.17wmf1 to trunk. This shuts up "Non-string key given" exc...Roan Kattouw2011-09-151-0/+5
* Introduce MessageCache::getAllMessageKeys(), which returns all message keys s...Roan Kattouw2011-09-141-0/+21
* Whitespace/documentationSam Reed2011-09-141-2/+14
* Followup r86304, guard against $title AND $wgTitle being nullSam Reed2011-09-141-0/+8
* Refactor deferrable updates into classes & interfaces, also add helper method...Chad Horohoe2011-09-101-2/+1
* Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//uplo...Roan Kattouw2011-09-071-6/+1
* Unused variables.Platonides2011-08-271-1/+1
* Merge the iwtransclusion branch back into trunkSam Reed2011-08-241-0/+49
* Back out r93533, r93531, r93530Sam Reed2011-07-301-50/+1
* Merge iwtransclusion branch into trunkSam Reed2011-07-301-1/+50