aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryAllDeletedRevisions.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
* rdbms: Create IReadableDatabase::andExpr() / ::orExpr()Umherirrender2024-07-111-2/+2
* api: Rewrite adrto/from/prefix handling to use expression builderUmherirrender2024-06-171-27/+44
* Migrate several more raw SQL building to expression buildersAmir Sarabadani2024-04-261-1/+1
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-2/+2
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* 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
* api: Use a temp placeholder for signature on preview/pstUmherirrender2023-05-041-2/+10
* 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
* Merge "api: Replace deprecated Linker::formatComment"jenkins-bot2022-12-151-2/+6
|\
| * api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-2/+6
* | Fix whitespaces after commaUmherirrender2022-12-151-1/+1
|/
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-2/+2
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-24/+11
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-17/+19
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* api: Replace numerous deprecated constantsReedy2022-06-061-9/+10
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* 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-11/+45
* Stop using legacy ActorMigration field "ar_user"Tim Starling2021-04-201-14/+10
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-6/+4
* Standardize archive indexesAmir Sarabadani2021-01-281-2/+2
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-3/+8
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-8/+8
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+5
* api: Make ApiQuery(All)DeletedRevisions accessible to everyoneVincent Privat2019-09-091-7/+9
* Use local variabe $services instead of MediaWikiServices::getInstance()Fomafix2019-08-261-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-1/+1
* Remove references to db field ar_text_idBill Pirkle2019-07-091-7/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+4
* 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
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-2/+2