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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Cleanup some incorrect return annotations"
jenkins-bot
2016-12-16
2
-2
/
+2
|
\
|
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
2
-2
/
+2
*
|
Merge "MessageCache invalidation improvements"
jenkins-bot
2016-12-15
1
-63
/
+127
|
\
\
|
|
/
|
/
|
|
*
MessageCache invalidation improvements
Aaron Schulz
2016-12-02
1
-63
/
+127
*
|
Merge "Replace Linker::link() usage with LinkRenderer"
jenkins-bot
2016-12-01
1
-2
/
+4
|
\
\
|
*
|
Replace Linker::link() usage with LinkRenderer
Haikal Izzuddin
2016-12-01
1
-2
/
+4
|
|
/
*
/
MessageCache: some inline comments
Andrew Green
2016-11-30
1
-1
/
+7
|
/
*
Revert "MessageCache invalidation improvements" (temporary)
Andrew Green
2016-11-28
1
-127
/
+63
*
Make cache object mandatory for MessageCache
Aaron Schulz
2016-11-22
1
-5
/
+1
*
MessageCache invalidation improvements
Aaron Schulz
2016-11-16
1
-63
/
+127
*
Merge "Update weblinks in comments from HTTP to HTTPS"
jenkins-bot
2016-11-08
1
-1
/
+1
|
\
|
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-1
/
+1
*
|
Remove empty lines at end of functions
umherirrender
2016-11-05
2
-5
/
+0
*
|
Merge "MessageCache: Use checkKeys for large messages"
jenkins-bot
2016-10-19
1
-10
/
+29
|
\
\
|
*
|
MessageCache: Use checkKeys for large messages
Andrew Green
2016-10-17
1
-10
/
+29
|
|
/
*
|
Merge "Make MessageCache::load() require a language code"
jenkins-bot
2016-10-19
1
-8
/
+8
|
\
\
|
*
|
Make MessageCache::load() require a language code
Aaron Schulz
2016-10-18
1
-8
/
+8
*
|
|
Use namespaced ScopedCallback
Kunal Mehta
2016-10-17
1
-0
/
+1
|
|
/
|
/
|
*
|
Only set memcache hash when saving messages to memcache
Elliott Eggleston
2016-10-13
1
-1
/
+1
|
/
*
Merge "Clean up some ObjectCache factory callers"
jenkins-bot
2016-10-04
1
-2
/
+3
|
\
|
*
Clean up some ObjectCache factory callers
Aaron Schulz
2016-10-03
1
-2
/
+3
*
|
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
|
/
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-1
/
+1
*
Replace DatabaseBase:: with Database:: and update type hints
Aaron Schulz
2016-09-27
1
-1
/
+1
*
Make rebuildFileCache cover ?action=history
Aaron Schulz
2016-09-20
2
-21
/
+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
*
Add one more level for GlobalTitleFail logging
Kunal Mehta
2016-09-15
1
-1
/
+1
*
LinkBatch: Set visibility and document constructor
Kunal Mehta
2016-09-08
1
-1
/
+5
*
Cache NS_TEMPLATE/NS_FILE titles in LinkCache persistently
Aaron Schulz
2016-09-07
1
-17
/
+65
*
filecache: Remove unused ObjectFileCache class
Timo Tijhof
2016-09-06
2
-55
/
+3
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
8
-8
/
+8
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
3
-4
/
+4
*
Clean up array() syntax in docs, part III
Amir Sarabadani
2016-08-13
1
-1
/
+1
*
Unbreak file caching
Aaron Schulz
2016-07-29
1
-1
/
+1
*
Fix reference to undefined class
Erik Bernhardson
2016-06-30
1
-0
/
+1
*
Avoid exceptions for empty titles in addResultToCache() for sanity
Aaron Schulz
2016-06-06
1
-2
/
+2
*
LinkBatch: Cast array keys to string when constructing TitleValue
Bartosz DziewoĆski
2016-06-01
1
-1
/
+1
*
LinkBatch: Use TitleValue instead of Title
Kunal Mehta
2016-05-26
1
-6
/
+10
*
LinkCache: Don't try looking up NS_SPECIAL
Kunal Mehta
2016-05-26
1
-1
/
+3
*
Merge "Language: Introduce new method equals( Language $lang )"
jenkins-bot
2016-05-23
1
-3
/
+2
|
\
|
*
Language: Introduce new method equals( Language $lang )
Fomafix
2016-05-16
1
-3
/
+2
*
|
Fix installer issues introduces by MediaWikiServices
daniel
2016-05-17
2
-4
/
+38
|
/
*
Add LinkCache::getSelectFields() and use it in a few places
Kunal Mehta
2016-05-13
2
-22
/
+25
*
Remove now-unused LinkCache::$instance
Kunal Mehta
2016-05-12
1
-5
/
+0
*
Add LinkCache to MediaWikiServices
Kunal Mehta
2016-05-12
1
-31
/
+2
*
LinkCache: Use LinkTarget instead of Title
Kunal Mehta
2016-05-12
1
-20
/
+31
*
Make GenderCache use MediaWikiServices
addshore
2016-05-07
1
-9
/
+3
*
LinkCache: Clarify in doc comments what format $title is
Kunal Mehta
2016-04-27
1
-6
/
+6
[next]