aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/HTMLFileCache.php
Commit message (Expand)AuthorAgeFilesLines
...
* Make HTMLFileCache also work when gzip is not enabled server-side.Alexandre Emsenhuber2012-06-261-0/+2
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-081-1/+25
* Made loadFromFileCache() always disable $wgOut regardless of whether compress...Aaron Schulz2012-02-091-2/+1
* debug statements for HTMLFileCache / OutputAntoine Musso2012-02-091-0/+2
* add up comment for FileCache rewrite (r98698)Antoine Musso2012-02-071-0/+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-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* 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
* Simplified cacheDirectory() in FileCacheBase and HTMLFileCache. It turns out ...Aaron Schulz2011-10-031-10/+1
* * Added isCacheWorthy() optimization (checks if the file exists, stale or not)Aaron Schulz2011-10-021-3/+3
* FileCache:Aaron Schulz2011-10-021-2/+14
* More RequestContext -> IContextSource.Daniel Friesen2011-10-021-4/+4
* Reverted accidental change in r98405Aaron Schulz2011-10-021-1/+1
* FU r98405: various document cleanupAaron Schulz2011-09-291-2/+7
* HTMLFileCache refactoring:Aaron Schulz2011-09-291-162/+90
* 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
* Adding __METHOD__ to parameters passed to wfMkdirParents()Sam Reed2011-07-251-2/+2
* Removed ampersand in HTMLFileCache constructorAaron Schulz2011-07-011-1/+1
* * Follow-up r90749Aaron Schulz2011-06-251-4/+2
* Swap else if for elseifSam Reed2011-06-171-4/+4
* And some more parameter documentation!!Sam Reed2011-05-281-0/+2
* /* to /**Platonides2011-05-221-4/+4
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-2/+2
* Move 3 files into cache directorySam Reed2011-04-251-0/+250