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
/
FileCacheBase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove meaningless @var documentation from constants
thiemowmde
2024-10-09
1
-1
/
+1
*
objectcache,profiler,externalstore: Simpler mt_rand() for 1 in N chance
Timo Tijhof
2024-09-25
1
-1
/
+1
*
cache: Add missing documentation to class properties
Umherirrender
2024-09-10
1
-0
/
+5
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-1
/
+1
*
User objectCacheFactory methods not deprecated ObjectCache methods
Wandji69
2024-06-06
1
-3
/
+4
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-1
/
+1
*
Namespace includes/cache
James D. Forrester
2024-02-20
1
-0
/
+7
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-9
/
+10
*
cache: Introduce member to expose service options for configs
Derick Alangi
2022-04-13
1
-8
/
+20
*
Avoid use of null, bool or Status in log messages
Umherirrender
2022-03-02
1
-1
/
+1
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-10
/
+11
*
Prefer is_dir/is_file to file_exists
Kosta Harlan
2022-01-04
1
-1
/
+1
*
Improve class property documentation
Umherirrender
2020-10-30
1
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-2
/
+2
*
Use namespaced IPUtils class
Kunal Mehta
2020-01-01
1
-4
/
+6
*
Migrate BagOStuff::incr() calls to incrWithInit()
Aaron Schulz
2019-08-25
1
-9
/
+4
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
FileCacheBase: Avoid deprecated wfMemcKey()
Kunal Mehta
2017-05-23
1
-5
/
+6
*
Clean up get_class($this) -> static::class in /includes/cache and /includes/libs
Timo Tijhof
2017-03-07
1
-2
/
+2
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
Make rebuildFileCache cover ?action=history
Aaron Schulz
2016-09-20
1
-6
/
+0
*
Migrate more callers away from $wgMemc
Aaron Schulz
2015-10-26
1
-8
/
+8
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Fixed some @params documentation (includes/[cache|objectcache])
umherirrender
2014-04-19
1
-2
/
+2
*
Update some documentation
Siebrand Mazeland
2013-12-03
1
-0
/
+1
*
Break long lines in includes/cache/
Siebrand Mazeland
2013-11-17
1
-1
/
+2
*
Update formatting
Siebrand Mazeland
2013-11-17
1
-0
/
+7
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-1
/
+1
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-1
/
+1
*
fix some spacing
umherirrender
2013-02-09
1
-1
/
+1
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-1
/
+1
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-08
1
-1
/
+23
*
Add missing >
Sam Reed
2012-02-16
1
-1
/
+1
*
Fix some injection from r110871
Antoine Musso
2012-02-12
1
-3
/
+6
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
make gzopen() portable by using binary flag
Antoine Musso
2012-02-08
1
-1
/
+1
*
simplify FileCacheBase::fetchText
Antoine Musso
2012-02-07
1
-6
/
+4
*
add up comment for FileCache rewrite (r98698)
Antoine Musso
2012-02-07
1
-1
/
+4
*
Reverted r108743 per CR comment. This should at least be discussed first.
Aaron Schulz
2012-01-12
1
-0
/
+3
*
Kill "* @return void"
Sam Reed
2012-01-12
1
-3
/
+0
*
Comment and whitespace fixes
Tim Starling
2011-12-27
1
-4
/
+4
*
Follow-up r98698: Reduce amount of ipv6 spam in FileCacheBase::incrMissesRece...
Aaron Schulz
2011-12-23
1
-1
/
+1
[next]