aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryUserContribs.php
Commit message (Expand)AuthorAgeFilesLines
* ApiQueryUserContributions: use UserSelectQueryBuilderPetr Pchelko2021-02-241-34/+40
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-5/+3
* Hard deprecate Revision::getParentLengthsPetr Pchelko2020-03-181-1/+1
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-1/+4
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-0/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-10/+10
* ApiQueryUserContribs: Stringify user names in queryBrad Jorsch2019-12-161-1/+4
* Remove hacks for lack of index on rc_this_oldidBrad Jorsch2019-12-041-7/+1
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+4
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-124/+46
* Deprecate and replace usages of User:isAllowed{All,Any}Petr Pchelko2019-08-211-1/+3
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+1
* API: Add STRAIGHT_JOIN to ApiQueryUserContribs to avoid planner oddnessBrad Jorsch2019-04-261-3/+21
* Remove many references to db fields being retired as part of MCR Schema Migra...Bill Pirkle2019-03-191-1/+0
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Use (int) rather than intval()Reedy2019-02-251-6/+6
* ApiQueryUserContribs: Only use 'contributions' replica if querying by user IDBrad Jorsch2019-02-211-4/+8
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Merge "Migrate Api modules from tag_summary table to change_tag"jenkins-bot2018-11-301-5/+1
|\
| * Migrate Api modules from tag_summary table to change_tagAmir Sarabadani2018-11-271-5/+1
* | Drop $wgChangeTagsSchemaMigrationStageAmir Sarabadani2018-11-281-11/+7
|/
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-154/+34
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Use ct_tag_id in queries when applicableAmir Sarabadani2018-09-041-2/+13
* API: Update query modules for MCRBrad Jorsch2018-07-271-10/+14
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-3/+5
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-3/+3
* Add @deprecated tags to various class_alias callsReedy2018-05-291-0/+4
* Rename ApiQueryContributions to ApiQueryUserContribs to match api module nameReedy2018-05-261-0/+835