aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryUserContributions.php
Commit message (Expand)AuthorAgeFilesLines
* Rename ApiQueryContributions to ApiQueryUserContribs to match api module nameReedy2018-05-261-832/+0
* Replace rc_patrolled values with contants, part IAmir Sarabadani2018-04-111-4/+16
* Make autopatrol third option in rc_patrolled and use it in APIAmir Sarabadani2018-04-031-3/+12
* SECURITY: Fix variable usage in ApiQueryUserContributionsBrad Jorsch2018-03-231-5/+6
* Allow querying contributions of interwiki usernamesBrad Jorsch2018-03-061-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-158/+376
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-3/+3
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-5/+14
* Make API documentation links language awareBaha2017-04-051-1/+1
* API should allow querying user contribs by useridblackspirit962017-01-061-4/+26
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-8/+14
* API: Add hooks for ApiQueryBase's query and row-processingBrad Jorsch2016-10-071-2/+4
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-3/+3
* Fix Undefined variable issue in ApiQueryUserContributionsSébastien Santoro2016-07-281-1/+3
* API: Use rev_user when possible for list=usercontribsBrad Jorsch2016-07-151-30/+51
* Convert all array() syntax to []Kunal Mehta2016-02-171-50/+50
* API: Flag "user" parameters in various modules as type 'user'Brad Jorsch2016-01-091-0/+1
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-1/+0
* API: Use message-per-value for apihelp-query+usercontribs-param-propumherirrender2015-07-251-1/+2
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-1/+1
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-15/+9
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-49/+15
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-71/+0
* Split "suppressrevision" into two user rightseikes2014-07-191-1/+1
* Change some mixed @param docs in api classesumherirrender2014-07-091-1/+1
* Switch API to use Config classesReedy2014-06-151-2/+2
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-2/+2
* API: Make more continuations uniqueBrad Jorsch2014-04-111-22/+36
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Use a secondary db connection for Revsion::getParentLength in apiumherirrender2014-03-041-1/+6
* Add option to show only creations in Special:Contribs, APIPiRSquared172014-02-281-5/+18
* Fix CodeSniffer errors and warningsSiebrand Mazeland2014-02-051-1/+7
* Improve API query RevDel handlingBrad Jorsch2014-01-171-3/+27
* Remove change_tag_tag_id index forcing from API tooBrad Jorsch2013-12-041-1/+0
* Fix CodeSniffer errors and warnings on yet more API classesSiebrand Mazeland2013-11-151-12/+38
* I'm in your API classes updating your formattingSiebrand Mazeland2013-11-141-6/+9
* Removed $wgOldChangeTagsIndexReedy2013-07-121-2/+1
* Removed space after issetumherirrender2013-04-261-1/+1
* Add parentid to output of list=usercontribsBrian Wolff2013-04-241-2/+10
* Fixed spacing in api folderumherirrender2013-04-201-2/+2
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* fix some spacingumherirrender2013-02-041-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-4/+1