aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllRevisions.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid constructing Title from LinkTarget where not neededthiemowmde2025-01-241-1/+1
* Inject services into API classesFomafix2024-10-281-3/+5
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-16/+1
* Merge "Use explicit nullable type on parameter arguments"jenkins-bot2024-10-161-1/+1
|\
| * Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* | Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+5
|/
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+7
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-17/+10
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* build: Remove unneeded newline from one line condition/foreachUmherirrender2023-08-221-2/+1
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* api: Use a temp placeholder for signature on preview/pstUmherirrender2023-05-041-2/+10
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-2/+6
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-5/+2
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-5/+5
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+11
* Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-28/+0
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-3/+5
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* Use inject Config in api modules and special pagesAlexander Vorwerk2021-12-011-3/+1
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-0/+4
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-2/+6
* 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