aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryDeletedrevs.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+5
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+7
* Merge "api: On revision related modules add extra info to limit parameter"jenkins-bot2023-12-061-2/+6
|\
| * api: On revision related modules add extra info to limit parameterUmherirrender2023-12-061-2/+6
* | Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* | api: Migrate away from buildLike to expression builderAmir Sarabadani2023-11-081-3/+12
|/
* 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-14/+5
* Merge "i18n: Split apihelp for parameter list=deletedrevs&drprop="jenkins-bot2023-08-061-1/+6
|\
| * i18n: Split apihelp for parameter list=deletedrevs&drprop=Umherirrender2023-08-051-1/+6
* | i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
|/
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-6/+4
* 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
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-2/+2
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-18/+8
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-14/+14
* api: Replace numerous deprecated constantsReedy2022-06-061-17/+17
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* Introduce CommentFormatterTim Starling2021-09-281-2/+20
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+1
* api: Inject services into ApiQueryDeletedrevsUmherirrender2021-07-041-9/+26
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* ApiPageSet: replace Title in method signaturesdaniel2021-05-121-1/+1
* Inject CommentStore service into api query modulesDannyS7122021-04-231-3/+15
* Stop using legacy ActorMigration field "ar_user"Tim Starling2021-04-201-14/+3
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-5/+3
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+2
* Hard deprecate Revision::userCanBitfieldDannyS7122020-02-241-4/+20
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-5/+20
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-10/+10
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Remove Revision::getRevisionText from ApiQueryDeletedrevsPetr Pchelko2019-09-191-1/+4
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-1/+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-2/+2
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-11/+12
* Remove references to db field ar_text_idBill Pirkle2019-07-091-29/+8
* API: Removed unused local variable `$p` from ApiQueryDeletedrevsDerick Alangi2019-07-021-4/+0
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Use (int) rather than intval()Reedy2019-02-251-3/+3
* 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
|/
* API: Use ct_tag_id in queries when applicableAmir Sarabadani2018-09-041-1/+16