aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRevisionsBase.php
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: emtpy -> emptyDannyS7122020-11-221-1/+1
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-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
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/
* Mark API base classes as extensibledaniel2020-07-081-0/+13
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+0
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+1
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-2/+8
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-4/+11
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-9/+9
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Fix some phan warnings for too many params (part 1)Daimona Eaytoy2019-10-101-1/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+6
* Clean up spacing of doc commentsUmherirrender2019-08-051-1/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-5/+4
* Stop gap to shut up log spam due to T212428.daniel2019-03-261-59/+91
* Use (int) rather than intval()Reedy2019-02-251-4/+4
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-2/+2
* [MCR] Introduce SlotRoleHandler and SlotRoleRegistrydaniel2018-11-301-4/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-3/+3
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-3/+3
* API: Update query modules for MCRBrad Jorsch2018-07-271-114/+319
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Deprecate diff and parse parameters in ApiQueryRevisionsBaseBrad Jorsch2017-06-161-0/+16
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-20/+26
* Merge "Use single quotes in API where possible"jenkins-bot2016-03-081-4/+4
|\
| * Use single quotes in API where possibleSiebrand Mazeland2016-03-081-4/+4
* | Use Elvis operator where possible in APISiebrand Mazeland2016-03-081-1/+1
|/
* Convert all array() syntax to []Kunal Mehta2016-02-171-33/+33
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* Fix casing of function calls in APIReedy2015-11-071-2/+2
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-3/+0
* Merge "ApiBase::PARAM_DFLT => null is the default anyway"jenkins-bot2015-10-261-4/+0
|\
| * ApiBase::PARAM_DFLT => null is the default anywayThiemo Mättig2015-10-051-4/+0
* | Add pst option to API difftotextMatt Russell2015-10-211-2/+12
|/
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* API: Use message-per-value for apihelp-query+revisions+base-param-propumherirrender2015-07-031-0/+16
* API: Deprecate generatexml of modules revisions/deletedrevisions/parseumherirrender2015-06-301-7/+15
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-14/+14
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-4/+4
* Revision: mark getRaw*() methods as deprecatedRicordisamoa2015-01-181-3/+3
* Fix case of various newFromID/newFromId functionsumherirrender2014-12-101-1/+1
* Refactor content fetch condition in ApiQueryRevisionsBaseumherirrender2014-11-101-3/+6