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
/
cache
/
HTMLFileCache.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use namespaced classes (1)
Umherirrender
2024-06-16
1
-0
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
HTMLFileCache: Remove `@throws` for unchecked exception
Timo Tijhof
2023-07-24
1
-13
/
+8
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-5
/
+6
*
FileCache: Allow ?uselang= to utilize cache if set to content language
Platonides
2022-09-07
1
-0
/
+3
*
Use User::isRegistered for readability instead of ::getId falsy check
Umherirrender
2022-04-29
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-3
/
+4
*
cache: Introduce member to expose service options for configs
Derick Alangi
2022-04-13
1
-3
/
+1
*
Fix typos in comments (E-H)
Siddharth VP
2021-12-30
1
-1
/
+1
*
HTMLFileCache: replace Title in method signatures
daniel
2021-04-14
1
-8
/
+9
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Merge "Use new TalkPageNotificationManager"
jenkins-bot
2020-05-20
1
-1
/
+3
|
\
|
*
Use new TalkPageNotificationManager
Clara Andrew-Wani
2020-05-15
1
-1
/
+3
*
|
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-3
/
+3
|
/
*
Fix SingleSpaceBeforeSingleLineComment
Reedy
2020-05-11
1
-1
/
+1
*
Fix typo: 'the the' -> 'the'
Ed Sanders
2020-05-03
1
-1
/
+1
*
Add small HtmlCacheUpdater service class to normalize purging code (2)
Aaron Schulz
2020-04-14
1
-7
/
+7
*
Setup: Move MWDebug logic to MWDebug.php
Timo Tijhof
2019-09-04
1
-4
/
+0
*
Revert "Add small HtmlCacheUpdater service class to normalize purging code"
Daniel Kinzler
2019-08-07
1
-18
/
+6
*
Add small HtmlCacheUpdater service class to normalize purging code
Aaron Schulz
2019-08-06
1
-6
/
+18
*
Collapse some nested if statements
Reedy
2019-04-04
1
-14
/
+8
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-4
/
+4
*
Use Language::equals to compare Language objects
Fomafix
2018-07-10
1
-1
/
+2
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-2
/
+2
*
Remove HTMLFileCache::newFromTitle()
addshore
2017-01-28
1
-13
/
+0
*
Don't use Config as an access method for global objects
Florian Schmidt
2016-10-04
1
-2
/
+2
*
Restore Content-Language header change from e53ff931a
Aaron Schulz
2016-10-03
1
-1
/
+2
*
Make rebuildFileCache cover ?action=history
Aaron Schulz
2016-09-20
1
-15
/
+23
*
Apply wfBCP47() to HTTP response header Content-Language
Fomafix
2016-09-16
1
-2
/
+2
*
Fix $wgFileCache DB outage fallback
Aaron Schulz
2016-09-16
1
-3
/
+22
*
filecache: Remove unused ObjectFileCache class
Timo Tijhof
2016-09-06
1
-3
/
+3
*
Unbreak file caching
Aaron Schulz
2016-07-29
1
-1
/
+1
*
Language: Introduce new method equals( Language $lang )
Fomafix
2016-05-16
1
-3
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
Remove use of $dest = 'log' for wfDebugLog
Bryan Davis
2015-12-30
1
-1
/
+1
*
Improved personal toolbar for logged-out users
This, that and the other
2015-12-01
1
-3
/
+3
*
$wgUseGzip had no effect
Seb35
2015-06-20
1
-0
/
+1
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-1
/
+1
*
Merge "Deprecate HTMLFileCache::newFromTitle() in favor of constructor"
jenkins-bot
2014-09-19
1
-8
/
+15
|
\
|
*
Deprecate HTMLFileCache::newFromTitle() in favor of constructor
Max Semenik
2014-09-19
1
-8
/
+15
*
|
Add a hook to allow extensions to prevent HTML file caching
Max Semenik
2014-09-18
1
-1
/
+5
|
/
*
Fixed some @params documentation (includes/[cache|objectcache])
umherirrender
2014-04-19
1
-6
/
+6
*
Enhance the destination control parameter of wfDebug() and wfDebugLog()
Alexandre Emsenhuber
2014-02-04
1
-1
/
+1
*
Update formatting
Siebrand Mazeland
2013-11-17
1
-0
/
+4
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
Fixed spacing around parenthesis in includes
umherirrender
2013-04-28
1
-1
/
+1
*
fix some spacing
umherirrender
2013-02-09
1
-1
/
+1
*
fix some spacing
umherirrender
2013-02-04
1
-2
/
+2
*
Update docs for return and exception info
Siebrand Mazeland
2012-10-09
1
-0
/
+1
[next]