aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBase.php
Commit message (Expand)AuthorAgeFilesLines
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* api: Drop ApiQuery::getNamedDB() and ApiQueryBase::selectNamedDB()Amir Sarabadani2023-06-011-18/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace some tivial ??= with even more trivial ??thiemowmde2022-12-231-4/+4
* Make use of ??= in more placesDannyS7122022-12-171-9/+4
* api: Deprecate ApiQuery::getNamedDB and ::selectNamedDB()Timo Tijhof2022-08-221-2/+7
* Remove ApiQueryBase::prefixedTitlePartToKeyMatěj Suchánek2022-06-171-15/+0
* Remove ApiQueryBase::showHiddenUsersAddBlockInfoMatěj Suchánek2022-06-171-18/+0
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-1/+1
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-2/+2
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-4/+4
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* docs: Fix nullable documentation for class propertiesUmherirrender2021-09-241-1/+1
* api: Replace deprecated Hooks::isRegistered in ApiQueryBaseUmherirrender2021-06-301-1/+1
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-2/+2
* Users with detelerevision right should see private bits of historyHuji2021-03-231-0/+1
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-2/+1
* Strict return types for PageIdentitydaniel2021-01-181-1/+1
* Remove unnecessary phan issue suppressionAmmarpad2021-01-081-1/+1
* Improve custom folding and groupingTim Starling2020-12-231-25/+20
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-4/+4
|/
* Mark API base classes as extensibledaniel2020-07-081-0/+7
* Hooks::run() call site migrationTim Starling2020-05-301-6/+6
* In ApiQueryBase, use a SelectQueryBuilder to store query informationTim Starling2020-05-181-58/+59
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-5/+5
* Allow null on ApiQueryBase::addTimestampWhereRangeUmherirrender2019-12-281-4/+4
* API: Update docs on addWhere() and related methodsBrad Jorsch2019-12-171-6/+25
* Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-3/+3
* Don't fail hard on bad titles in the database.daniel2019-11-251-8/+29
* Merge "Run GenderCache for api query modules using ApiQueryBase::addTitleInfo"jenkins-bot2019-11-051-0/+4
|\
| * Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+4
* | Minor cleanupsMax Semenik2019-11-031-2/+1
|/
* Fill GenderCache for used pages in action=query&prop=fileusageUmherirrender2019-09-251-0/+37
* API: Use ApiBlockInfoTrait in ApiQueryUsers and AllUsersBrad Jorsch2019-09-181-41/+21
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+2
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* Clean up spacing of doc commentsUmherirrender2019-08-051-4/+4
* Type hint against IResultWrapper in api classesUmherirrender2019-06-191-2/+2
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Change array type on ApiQueryBase::addTablesUmherirrender2019-06-071-1/+2
* Fix doc for $item of ApiQueryBase::addPageSubItemUmherirrender2019-05-261-1/+1
* api: Remove deprecated `prepareUrlQuerySearchString()` from coreDerick Alangi2019-05-111-29/+0
* Collapse some nested if statementsReedy2019-04-041-6/+4
* Use (int) rather than intval()Reedy2019-02-251-2/+2