aboutsummaryrefslogtreecommitdiffstats
path: root/includes/interwiki
Commit message (Expand)AuthorAgeFilesLines
* Deprecate InterwikiLoadPrefix hookC. Scott Ananian2020-12-212-0/+38
* ClassicInterwikiLookup: Fix typo in commentC. Scott Ananian2020-12-181-1/+1
* InterwikiLookupAdapter: Move code out of loop that doesn't vary based on loop...Reedy2020-12-061-7/+8
* Document hook names in hook interfaces.daniel2020-09-271-0/+3
* Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Hooks::run() call site migrationTim Starling2020-05-301-2/+9
* docs: Hook interface doc comment reviewapaskulin2020-04-211-6/+6
* Automatically generated hook interfacesTim Starling2020-04-201-0/+22
* Remove deprecated methods in the Interwiki classDaimona Eaytoy2020-03-091-52/+0
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-102-2/+2
* Set method visibility for various constructorsUmherirrender2019-12-032-2/+2
* Fix new phan errors, part 6Daimona Eaytoy2019-10-201-0/+1
* Add missing newline between <?php and namespace/use sectionThiemo Kreuz2019-06-032-0/+2
* Clean up some database domain ID related code and fix some commentsAaron Schulz2019-03-291-1/+1
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-2/+2
* Use WikiMap methods in ClassicInterwikiLookup instead of wfWikiId()Aaron Schulz2018-10-291-4/+11
* Fix caller name in ClassicInterwikiLookup::loadUmherirrender2018-09-301-2/+3
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-5/+5
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Hard deprecate Interwiki static methodsKunal Mehta2018-06-071-0/+4
* installer: Fix display of UPGRADE by disabling InterwikiLookupKunal Mehta2018-06-071-0/+57
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-4/+4
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Replace wfGetLBUmherirrender2018-05-021-1/+1
* Remove superfluous spaces and semicolons in commentsFomafix2018-02-051-1/+1
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-5/+6
* Fix return of Interwiki::invalidateCacheUmherirrender2017-09-101-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Merge "Fix inconsistent spec of InterwikiLookup::getAllPrefixes."jenkins-bot2017-05-043-10/+25
|\
| * Fix inconsistent spec of InterwikiLookup::getAllPrefixes.daniel2017-05-043-10/+25
* | Interwiki: Don't override interwiki map orderTimo Tijhof2017-04-251-2/+0
* | Merge "Move Database and subclasses to Rdbms namespace"jenkins-bot2017-04-121-1/+1
|\ \
| * | Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-1/+1
* | | interwiki: Remove inappropiate use of wfMemcKey()Timo Tijhof2017-04-111-1/+1
|/ /
* / ClassicInterwikiLookup: Call static function selectFields staticallyReedy2017-04-051-2/+2
|/
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Fix case of MediaWikiSite in IWLookupAdapteraddshore2016-11-051-2/+2
* Fix @since tags of changes that missed the branchaddshore2016-11-051-1/+1
* Introduce InterwikiLookupAdapter on top of SiteLookupAmir Sarabadani2016-10-181-0/+175
* Fix doc typo in InterwikiLookupLeszek Manicki2016-09-081-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Factor InterwikiLookup out of Interwiki class.daniel2016-05-183-322/+529
* Remove wfDebug() from getInterwikiCacheEntry()Aaron Schulz2016-05-091-1/+0
* Introduce InterwikiTestdaniel2016-04-231-8/+18
* Convert all array() syntax to []Kunal Mehta2016-02-171-13/+13
* interwiki: Fix-up for I5a979f047031eOri Livneh2016-02-091-8/+6
* Allow $wgInterwikiCache to be an associative arrayOri Livneh2015-12-231-12/+22