aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllRevisions.php
Commit message (Expand)AuthorAgeFilesLines
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-1/+5
* api: Inject services into ApiQuery(All)(Deleted)RevisionsUmherirrender2021-07-051-13/+46
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-3/+2
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-2/+7
* ApiQueryAllRevisions: Fix second exampleDannyS7122020-01-281-1/+1
* Merge "Run GenderCache for api query modules using ApiQueryBase::addTitleInfo"jenkins-bot2019-11-051-0/+5
|\
| * Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+5
* | Avoid extra Title::newFromId calls in api modules with revisionsUmherirrender2019-10-101-1/+1
|/
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-5/+1
* 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
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+3
* Remove usages of 'text' flag in revision-related getQueryInfo() callsBill Pirkle2019-04-161-3/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Migrate Api modules from tag_summary table to change_tagAmir Sarabadani2018-11-271-5/+1
* Improve some queries ordering by rev_timestamp with actor migration READ_NEWBrad Jorsch2018-10-261-27/+63
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-5/+9
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-12/+10
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-15/+6
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-1/+1
* API: Add hooks for ApiQueryBase's query and row-processingBrad Jorsch2016-10-071-5/+6
* API: Add generator non-continuation dataBrad Jorsch2016-09-211-0/+7
* Convert all array() syntax to []Kunal Mehta2016-02-171-41/+41
* ApiQueryAllRevisions: Actually use 'start' and 'end'Brad Jorsch2015-10-211-2/+3
* API: Add ApiQueryAllRevisionsBrad Jorsch2015-10-061-0/+286