aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HTMLFileCache.php
Commit message (Expand)AuthorAgeFilesLines
* Move 3 files into cache directorySam Reed2011-04-251-250/+0
* Type hintingSam Reed2011-04-251-8/+20
* Documentation and explicit variable definitionsSam Reed2011-03-071-1/+6
* followup to r77843: fix off by one errorIlmari Karonen2010-12-061-1/+1
* Add new config variable $wgFileCacheDepth to set the depth of the subdirector...Ilmari Karonen2010-12-051-6/+9
* * (bug 25175) HTML file cache now honor $wgCacheDirectory if $wgFileCacheDire...Alexandre Emsenhuber2010-11-081-2/+6
* Big attack on unused variables...Sam Reed2010-10-141-6/+3
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* Removal of unused globalsSam Reed2010-07-241-1/+1
* Two error suppression opertators less (per bug 24159)Alexandre Emsenhuber2010-07-031-3/+13
* Ditched DatabaseFunctions.php. All extensions using it are old and incompatib...Max Semenik2010-03-041-2/+1
* * (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cacheAlexandre Emsenhuber2009-10-211-1/+0
* * indent debug output produced when both $wgShowDebug and $wgDebugFunctionEnt...Alexandre Emsenhuber2009-09-171-4/+4
* * Introduced a new system for localisation caching. The system is based aroun...Tim Starling2009-06-281-1/+11
* * Avoid double output on filecache failoverAaron Schulz2009-03-131-1/+1
* Follow-up to r47361: code style cleanup (consolidate a couple of duplicated c...Brion Vibber2009-02-171-8/+4
* Try to avoid file caching php fatals, it's very annoyingAaron Schulz2009-02-171-0/+3
* (bug 17420) Send the correct content type from action=raw when the HTML file ...Tim Starling2009-02-111-4/+4
* Specify type here, rather than ''Aaron Schulz2009-01-021-1/+1
* Simplify type checkAaron Schulz2009-01-021-1/+0
* Fix doc comment, sighAaron Schulz2008-12-281-1/+2
* FileCache - Leave raw page cache control alone to avoid hitsAaron Schulz2008-12-281-1/+3
* FileCache tweaks:Aaron Schulz2008-12-281-0/+1
* FileCache cleanuo:Aaron Schulz2008-12-281-8/+21
* Enable filecache for raw page hits if $wgUseFileCache is onAaron Schulz2008-12-281-10/+16
* Pull up and tweak filecache check to make it much faster and able to for requ...Aaron Schulz2008-12-111-12/+41
* Code style tweaksAaron Schulz2008-12-101-7/+6
* (bug 16388) 'HTMLFileCache's $mFileCache is initialized too late'Aaron Schulz2008-11-211-1/+1
* FileCache cleanup:Aaron Schulz2008-09-251-1/+5
* No more icky mkdir() calls. Grepping for mkdir() now returns nothing :)Chad Horohoe2008-09-041-2/+2
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-6/+9
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-3/+1
* Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort...Tim Starling2006-10-111-0/+159