aboutsummaryrefslogtreecommitdiffstats
path: root/includes/interwiki
Commit message (Expand)AuthorAgeFilesLines
* Merge Interwiki extension into coreDringsim2024-12-051-26/+53
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* interwiki: Document order significance in InterwikiLookup return valueC. Scott Ananian2024-10-081-0/+7
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* tests: Avoid usage of deprecated `setContentLang()`Derick Alangi2024-07-191-2/+2
* Namespace remaining files in includes/siteJames D. Forrester2023-12-141-2/+2
* Namespace Site and SiteListAmir Sarabadani2023-12-141-1/+1
* interwiki: Switch ClassicInterwikiLookup to use ICPAmir Sarabadani2023-08-241-8/+8
* Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-10/+11
* interwiki: Hard deprecate InterwikiLoadPrefix hookDerick Alangi2023-07-101-1/+1
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-1/+1
* interwiki: Inject wikiId into ClassicInterwikiLookupDerick Alangi2023-01-271-27/+37
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* interwiki: Overall clean up and simplificationTimo Tijhof2022-09-292-179/+125
* interwiki: Remove outdated CDB referencesTimo Tijhof2022-09-235-54/+41
* Merge "interwiki: Adjust documentation for InterwikiLookup::getAllPrefixes"jenkins-bot2022-03-093-8/+4
|\
| * interwiki: Adjust documentation for InterwikiLookup::getAllPrefixesUmherirrender2022-02-243-8/+4
* | Avoid references to DefaultSettings.daniel2022-02-221-2/+2
|/
* Optimise Skin::getLanguages()Tim Starling2022-02-081-111/+69
* Use getWithSetCallback() instead of get() + set()Daimona Eaytoy2021-11-181-14/+13
* Use @deprecated annotation on hook interfaces, not functionsUmherirrender2021-05-171-2/+2
* Update Legoktm's email addressKunal Mehta2021-05-021-1/+1
* ClassicInterwikiLookup: inject load balancerDannyS7122021-04-221-2/+9
* 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