aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryContributors.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* [temp accounts] Make use of isKnown config flagKosta Harlan2024-06-141-1/+1
* Update summary message for ApiQueryContributors for temp accountsDreamy Jazz2024-02-281-1/+13
* Mass migrate simple cases to use expression builderAmir Sarabadani2023-10-261-1/+1
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-1/+5
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-11/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-3/+3
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-8/+4
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-5/+4
* api: Replace numerous deprecated constantsReedy2022-06-061-13/+15
* Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-14/+3
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-1/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* api: Replace ApiPageSet::getGoodTitles where PageIdentity is not usedUmherirrender2022-02-111-1/+1
* Use inject Config in api modules and special pagesAlexander Vorwerk2021-12-011-8/+9
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-4/+10
* api: Inject GroupPermissionsLookup into modulesUmherirrender2021-07-061-5/+12
* api: Inject services into ApiQueryContributorsUmherirrender2021-07-021-6/+32
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-11/+8
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-8/+11
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Sort user groups when shown in drop-downsMatěj Suchánek2019-09-241-1/+5
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-10/+4
* Move User::getAllRights to PermissionManager.Petr Pchelko2019-08-291-1/+1
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-2/+4
* Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queriesAaron Schulz2019-03-061-1/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-5/+6
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-3/+6
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* ApiQueryContributors: Use correct variableBrad Jorsch2018-03-031-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-26/+39
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* Remove $wgDisableUserGroupExpiry feature flagThis, that and the other2017-05-061-3/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* Make user_groups queries honor $wgDisableUserGroupExpiryThis, that and the other2017-01-311-1/+3
* Disregard expired user_group rows in special page and API DB queriesThis, that and the other2017-01-271-1/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-26/+26
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-2/+2
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-32/+5