index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
HTMLFileCache.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move 3 files into cache directory
Sam Reed
2011-04-25
1
-250
/
+0
*
Type hinting
Sam Reed
2011-04-25
1
-8
/
+20
*
Documentation and explicit variable definitions
Sam Reed
2011-03-07
1
-1
/
+6
*
followup to r77843: fix off by one error
Ilmari Karonen
2010-12-06
1
-1
/
+1
*
Add new config variable $wgFileCacheDepth to set the depth of the subdirector...
Ilmari Karonen
2010-12-05
1
-6
/
+9
*
* (bug 25175) HTML file cache now honor $wgCacheDirectory if $wgFileCacheDire...
Alexandre Emsenhuber
2010-11-08
1
-2
/
+6
*
Big attack on unused variables...
Sam Reed
2010-10-14
1
-6
/
+3
*
Remove $wgContLanguageCode usage in core.
Platonides
2010-09-07
1
-2
/
+2
*
Removal of unused globals
Sam Reed
2010-07-24
1
-1
/
+1
*
Two error suppression opertators less (per bug 24159)
Alexandre Emsenhuber
2010-07-03
1
-3
/
+13
*
Ditched DatabaseFunctions.php. All extensions using it are old and incompatib...
Max Semenik
2010-03-04
1
-2
/
+1
*
* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache
Alexandre Emsenhuber
2009-10-21
1
-1
/
+0
*
* indent debug output produced when both $wgShowDebug and $wgDebugFunctionEnt...
Alexandre Emsenhuber
2009-09-17
1
-4
/
+4
*
* Introduced a new system for localisation caching. The system is based aroun...
Tim Starling
2009-06-28
1
-1
/
+11
*
* Avoid double output on filecache failover
Aaron Schulz
2009-03-13
1
-1
/
+1
*
Follow-up to r47361: code style cleanup (consolidate a couple of duplicated c...
Brion Vibber
2009-02-17
1
-8
/
+4
*
Try to avoid file caching php fatals, it's very annoying
Aaron Schulz
2009-02-17
1
-0
/
+3
*
(bug 17420) Send the correct content type from action=raw when the HTML file ...
Tim Starling
2009-02-11
1
-4
/
+4
*
Specify type here, rather than ''
Aaron Schulz
2009-01-02
1
-1
/
+1
*
Simplify type check
Aaron Schulz
2009-01-02
1
-1
/
+0
*
Fix doc comment, sigh
Aaron Schulz
2008-12-28
1
-1
/
+2
*
FileCache - Leave raw page cache control alone to avoid hits
Aaron Schulz
2008-12-28
1
-1
/
+3
*
FileCache tweaks:
Aaron Schulz
2008-12-28
1
-0
/
+1
*
FileCache cleanuo:
Aaron Schulz
2008-12-28
1
-8
/
+21
*
Enable filecache for raw page hits if $wgUseFileCache is on
Aaron Schulz
2008-12-28
1
-10
/
+16
*
Pull up and tweak filecache check to make it much faster and able to for requ...
Aaron Schulz
2008-12-11
1
-12
/
+41
*
Code style tweaks
Aaron Schulz
2008-12-10
1
-7
/
+6
*
(bug 16388) 'HTMLFileCache's $mFileCache is initialized too late'
Aaron Schulz
2008-11-21
1
-1
/
+1
*
FileCache cleanup:
Aaron Schulz
2008-09-25
1
-1
/
+5
*
No more icky mkdir() calls. Grepping for mkdir() now returns nothing :)
Chad Horohoe
2008-09-04
1
-2
/
+2
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-6
/
+9
*
* remove end of line whitespace
Siebrand Mazeland
2008-04-14
1
-2
/
+0
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
Antoine Musso
2007-01-20
1
-3
/
+1
*
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort...
Tim Starling
2006-10-11
1
-0
/
+159