aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiPageSet.php
Commit message (Expand)AuthorAgeFilesLines
* api: Remove deprecated ApiPageSet::get*TitlesUmherirrender2025-03-261-67/+0
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-2/+1
* Replace isset() with null check on variables or globalsUmherirrender2024-12-191-3/+3
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+7
* Fix specifying messages with params as arrays in API documentationBartosz Dziewoński2024-08-211-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-0/+2
* api: Hard-deprecate ApiPageSet::get*TitlesUmherirrender2024-07-201-6/+12
* api: Fix incomplete docs for ApiPageSet::$mRequestedPageFieldsthiemowmde2024-07-071-7/+7
* api: Use much more specific PHPDoc type hints in ApiPageSetthiemowmde2024-07-071-30/+30
* api: Replace deprecated ApiPageSet::getGoodTitlesUmherirrender2024-07-061-5/+5
* api: Use namespaced classesUmherirrender2024-06-141-0/+2
* Use more fitting IReadableDatabase type in ApiPageSetthiemowmde2024-06-021-2/+2
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+3
* More specific array type hints in ApiPageSetthiemowmde2024-01-081-3/+3
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-2/+2
* Merge "WikiPage: Stop trying to insert `redirect` rows on reads"jenkins-bot2023-09-221-25/+0
|\
| * WikiPage: Stop trying to insert `redirect` rows on readsBartosz Dziewoński2023-09-151-25/+0
* | Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
|/
* Bump phan to 0.13.0Amir Sarabadani2023-09-111-6/+6
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-26/+9
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* api: Switch to use IConnectionProviderAmir Sarabadani2023-04-241-1/+1
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-4/+2
* Fix infinite loop for self-redirects with variants conversionxiplus2023-03-251-1/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* api: Minor code cleanupReedy2022-08-141-1/+1
* api: Migrate IDatabase::select() to SelectQueryBuilder interfaceDerick Alangi2022-08-081-23/+40
* api: Replace numerous more deprecated constantsReedy2022-06-061-2/+3
* api: Replace numerous deprecated constantsReedy2022-06-061-9/+9
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+4
* api: Get all services for ApiPageSet in constructorUmherirrender2022-03-151-37/+65
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* ApiPageSet: Add "missing": true to missing revisionsLucas Werkmeister2022-02-051-1/+2
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-2/+2
* Add missing null to string casts when using rd_fragment and suchThiemo Kreuz2021-11-021-2/+2
* api: Do not use isset() to check for null on local var in ApiPageSetUmherirrender2021-08-281-2/+2
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-3/+3
* ApiPageSet: update reference to Language::findVariantLink()DannyS7122021-05-221-2/+2
* ApiPageSet: add documentation to all variablesDannyS7122021-05-151-11/+71
* Merge "Remove unused default values from class properties"jenkins-bot2021-05-131-2/+2
|\
| * Remove unused default values from class propertiesThiemo Kreuz2021-05-121-2/+2
* | ApiPageSet: replace Title in method signaturesdaniel2021-05-121-13/+93
|/