aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiPageSet.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-1/+1
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-19/+19
* Hard deprecation of Language::convertTitle(),ArtBaltai2020-10-201-3/+7
* ApiPageSet: Avoid infinite loop when merging redirectsErik Bernhardson2020-10-081-4/+25
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+2
* Hooks::run() call site migrationTim Starling2020-05-301-3/+1
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Remove compat code for pre-MCR schema.daniel2020-03-241-3/+1
* Reduce the length of 6 long lines of codeSam Wilson2020-03-131-1/+2
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-2/+3
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-3/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set default for ApiPageSet::mParams to empty arrayAmir Sarabadani2019-12-111-1/+1
* Improve param docsUmherirrender2019-11-281-4/+4
* Fix use of GenderCache in ApiPageSet::processTitlesArrayUmherirrender2019-09-091-15/+15
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
* Use local variabe $services instead of MediaWikiServices::getInstance()Fomafix2019-08-261-1/+1
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+2
* Type hint against IResultWrapper in api classesUmherirrender2019-06-191-3/+3
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-3/+8
* Collapse some nested if statementsReedy2019-04-041-4/+4
* Use (int) rather than intval()Reedy2019-02-251-6/+6
* ApiPageSet::initFromPageIds: Default $filterIds to trueBrad Jorsch2018-12-121-1/+1
* API: Filter lists of IDs before sending them to the databaseBrad Jorsch2018-12-041-31/+14
* API: Remove long-deprecated methods (and one class)Brad Jorsch2018-10-151-13/+0