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
*
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
*
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
Kunal Mehta
2018-05-23
1
-1
/
+1
*
Replace wfGetLB
Umherirrender
2018-05-02
1
-1
/
+1
*
Remove superfluous spaces and semicolons in comments
Fomafix
2018-02-05
1
-1
/
+1
*
Remove leading backslashes from "use \…" tags
Thiemo Mättig
2017-12-28
1
-5
/
+6
*
Fix return of Interwiki::invalidateCache
Umherirrender
2017-09-10
1
-1
/
+1
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Merge "Fix inconsistent spec of InterwikiLookup::getAllPrefixes."
jenkins-bot
2017-05-04
3
-10
/
+25
|
\
|
*
Fix inconsistent spec of InterwikiLookup::getAllPrefixes.
daniel
2017-05-04
3
-10
/
+25
*
|
Interwiki: Don't override interwiki map order
Timo Tijhof
2017-04-25
1
-2
/
+0
*
|
Merge "Move Database and subclasses to Rdbms namespace"
jenkins-bot
2017-04-12
1
-1
/
+1
|
\
\
|
*
|
Move Database and subclasses to Rdbms namespace
Aaron Schulz
2017-04-12
1
-1
/
+1
*
|
|
interwiki: Remove inappropiate use of wfMemcKey()
Timo Tijhof
2017-04-11
1
-1
/
+1
|
/
/
*
/
ClassicInterwikiLookup: Call static function selectFields statically
Reedy
2017-04-05
1
-2
/
+2
|
/
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
Fix case of MediaWikiSite in IWLookupAdapter
addshore
2016-11-05
1
-2
/
+2
*
Fix @since tags of changes that missed the branch
addshore
2016-11-05
1
-1
/
+1
*
Introduce InterwikiLookupAdapter on top of SiteLookup
Amir Sarabadani
2016-10-18
1
-0
/
+175
*
Fix doc typo in InterwikiLookup
Leszek Manicki
2016-09-08
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Factor InterwikiLookup out of Interwiki class.
daniel
2016-05-18
3
-322
/
+529
*
Remove wfDebug() from getInterwikiCacheEntry()
Aaron Schulz
2016-05-09
1
-1
/
+0
*
Introduce InterwikiTest
daniel
2016-04-23
1
-8
/
+18
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-13
/
+13
*
interwiki: Fix-up for I5a979f047031e
Ori Livneh
2016-02-09
1
-8
/
+6
*
Allow $wgInterwikiCache to be an associative array
Ori Livneh
2015-12-23
1
-12
/
+22
[next]