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
/
interwiki
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Interwiki extension into core
Dringsim
2024-12-05
1
-26
/
+53
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Remove meaningless @var documentation from constants
thiemowmde
2024-10-09
1
-1
/
+0
*
interwiki: Document order significance in InterwikiLookup return value
C. Scott Ananian
2024-10-08
1
-0
/
+7
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-1
/
+1
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
tests: Avoid usage of deprecated `setContentLang()`
Derick Alangi
2024-07-19
1
-2
/
+2
*
Namespace remaining files in includes/site
James D. Forrester
2023-12-14
1
-2
/
+2
*
Namespace Site and SiteList
Amir Sarabadani
2023-12-14
1
-1
/
+1
*
interwiki: Switch ClassicInterwikiLookup to use ICP
Amir Sarabadani
2023-08-24
1
-8
/
+8
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-10
/
+11
*
interwiki: Hard deprecate InterwikiLoadPrefix hook
Derick Alangi
2023-07-10
1
-1
/
+1
*
Fix even more PHPStorm inspections (#3)
Tim Starling
2023-03-25
1
-1
/
+1
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-1
/
+1
*
interwiki: Inject wikiId into ClassicInterwikiLookup
Derick Alangi
2023-01-27
1
-27
/
+37
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
interwiki: Overall clean up and simplification
Timo Tijhof
2022-09-29
2
-179
/
+125
*
interwiki: Remove outdated CDB references
Timo Tijhof
2022-09-23
5
-54
/
+41
*
Merge "interwiki: Adjust documentation for InterwikiLookup::getAllPrefixes"
jenkins-bot
2022-03-09
3
-8
/
+4
|
\
|
*
interwiki: Adjust documentation for InterwikiLookup::getAllPrefixes
Umherirrender
2022-02-24
3
-8
/
+4
*
|
Avoid references to DefaultSettings.
daniel
2022-02-22
1
-2
/
+2
|
/
*
Optimise Skin::getLanguages()
Tim Starling
2022-02-08
1
-111
/
+69
*
Use getWithSetCallback() instead of get() + set()
Daimona Eaytoy
2021-11-18
1
-14
/
+13
*
Use @deprecated annotation on hook interfaces, not functions
Umherirrender
2021-05-17
1
-2
/
+2
*
Update Legoktm's email address
Kunal Mehta
2021-05-02
1
-1
/
+1
*
ClassicInterwikiLookup: inject load balancer
DannyS712
2021-04-22
1
-2
/
+9
*
Deprecate InterwikiLoadPrefix hook
C. Scott Ananian
2020-12-21
2
-0
/
+38
*
ClassicInterwikiLookup: Fix typo in comment
C. Scott Ananian
2020-12-18
1
-1
/
+1
*
InterwikiLookupAdapter: Move code out of loop that doesn't vary based on loop...
Reedy
2020-12-06
1
-7
/
+8
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
*
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
-2
/
+9
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
1
-6
/
+6
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
1
-0
/
+22
*
Remove deprecated methods in the Interwiki class
Daimona Eaytoy
2020-03-09
1
-52
/
+0
*
WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easier
Timo Tijhof
2020-03-03
1
-2
/
+2
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
2
-2
/
+2
*
Set method visibility for various constructors
Umherirrender
2019-12-03
2
-2
/
+2
*
Fix new phan errors, part 6
Daimona Eaytoy
2019-10-20
1
-0
/
+1
*
Add missing newline between <?php and namespace/use section
Thiemo Kreuz
2019-06-03
2
-0
/
+2
*
Clean up some database domain ID related code and fix some comments
Aaron Schulz
2019-03-29
1
-1
/
+1
*
Rename WikiMap DB domain ID methods to reduce confusion with web domains
Aaron Schulz
2019-02-06
1
-2
/
+2
*
Use WikiMap methods in ClassicInterwikiLookup instead of wfWikiId()
Aaron Schulz
2018-10-29
1
-4
/
+11
*
Fix caller name in ClassicInterwikiLookup::load
Umherirrender
2018-09-30
1
-2
/
+3
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-5
/
+5
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Hard deprecate Interwiki static methods
Kunal Mehta
2018-06-07
1
-0
/
+4
*
installer: Fix display of UPGRADE by disabling InterwikiLookup
Kunal Mehta
2018-06-07
1
-0
/
+57
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz DziewoĆski
2018-05-30
1
-4
/
+4
[next]