aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryDeletedRevisions.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-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
* ApiQueryDeletedRevisions: Simplify getExamplesMessagesReedy2024-01-251-10/+7
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-1/+1
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-5/+16
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* 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-7/+1
* | api: Use RevisionStore::newRevisionsFromBatch to fetch revision recordsUmherirrender2023-04-251-1/+7
* | api: Do not use rvslots=* in example urlsUmherirrender2023-04-221-1/+1
|/
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-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-19/+8
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-13/+13
* Do minor code cleanupMatěj Suchánek2022-06-241-2/+0
* api: Replace numerous deprecated constantsReedy2022-06-061-6/+7
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-0/+4
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-2/+6
* api: Inject services into ApiQuery(All)(Deleted)RevisionsUmherirrender2021-07-051-10/+46
* ApiPageSet: replace Title in method signaturesdaniel2021-05-121-2/+2
* Stop using legacy ActorMigration field "ar_user"Tim Starling2021-04-201-16/+11
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-8/+4
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+2
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-4/+9
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-5/+5
* api: Make ApiQuery(All)DeletedRevisions accessible to everyoneVincent Privat2019-09-091-6/+9
* 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
* Remove references to db field ar_text_idBill Pirkle2019-07-091-7/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Use (int) rather than intval()Reedy2019-02-251-2/+2
* Merge "Migrate Api modules from tag_summary table to change_tag"jenkins-bot2018-11-301-5/+1
|\
| * Migrate Api modules from tag_summary table to change_tagAmir Sarabadani2018-11-271-5/+1
* | Drop $wgChangeTagsSchemaMigrationStageAmir Sarabadani2018-11-281-12/+6
|/
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* API: Use ct_tag_id in queries when applicableAmir Sarabadani2018-09-041-1/+14
* API: Update examples to avoid MCR deprecationBrad Jorsch2018-08-271-1/+1
* API: Update query modules for MCRBrad Jorsch2018-07-271-4/+8
* Drop archive.ar_text and ar_flagsBrad Jorsch2018-04-031-6/+1