aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRevisions.php
Commit message (Expand)AuthorAgeFilesLines
* Inject services into API classesFomafix2024-10-281-3/+5
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-17/+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
* api: Replace deprecated ApiPageSet::getGoodTitlesUmherirrender2024-07-061-5/+14
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-7/+10
* Merge "General whitespace clean-up of tabs followed by multiple spaces"jenkins-bot2023-09-061-6/+6
|\
| * General whitespace clean-up of tabs followed by multiple spacesJames D. Forrester2023-09-061-6/+6
* | Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-6/+5
|/
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* build: Remove unneeded newline from one line condition/foreachUmherirrender2023-08-221-2/+1
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+3
* Merge "api: Use a temp placeholder for signature on preview/pst"jenkins-bot2023-05-101-2/+10
|\
| * api: Use a temp placeholder for signature on preview/pstUmherirrender2023-05-041-2/+10
* | Revert "api: Use RevisionStore::newRevisionsFromBatch to fetch revision records"Umherirrender2023-05-051-6/+1
* | api: Use RevisionStore::newRevisionsFromBatch to fetch revision recordsUmherirrender2023-04-251-1/+6
* | api: Do not use rvslots=* in example urlsUmherirrender2023-04-221-1/+1
|/
* rdbms: Introduce UnionQueryBuilderAmir Sarabadani2023-04-121-16/+14
* api: Mark query as read-only to avoid regex on SQLAmir Sarabadani2023-03-271-1/+2
* 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-9/+4
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-21/+24
* Merge "Remove index detection 'rev_page_timestamp'"jenkins-bot2022-07-031-5/+1
|\
| * Remove index detection 'rev_page_timestamp'Umherirrender2022-04-221-5/+1
* | api: Replace numerous deprecated constantsReedy2022-06-061-8/+9
* | Start clean up of revision_actor_temp tableAmir Sarabadani2022-05-231-22/+0
|/
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+6
* api: Replace ApiPageSet::getGoodTitles where PageIdentity is not usedUmherirrender2022-02-111-4/+4
* 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
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-70/+0
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-2/+6
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-3/+1
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-1/+5
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+3
* api: Inject services into ApiQuery(All)(Deleted)RevisionsUmherirrender2021-07-051-12/+46
* Prepare for renaming `page_timestamp` revision indexAmmarpad2021-04-291-1/+5
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-7/+4
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4