aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryRevisionsBase.php
Commit message (Expand)AuthorAgeFilesLines
* Add `temp` flags to api callsSTran2023-12-121-1/+9
* api: On revision related modules add extra info to limit parameterUmherirrender2023-12-061-9/+15
* api: Add rvcontentformat-{slot} to define output format per slotUmherirrender2023-09-281-8/+31
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-26/+9
* TempUserCreator: Change getStashedNameOrPlaceholder() to just getStashedName()Bartosz Dziewoński2023-07-181-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-1/+0
* Add convenience method TempUserCreator::shouldAutoCreate()Tim Starling2023-05-121-4/+1
* api: Use a temp placeholder for signature on preview/pstUmherirrender2023-05-041-2/+29
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-3/+9
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-051-0/+3
* ApiQueryRevisionsBase: Fix 'rvdiffto' parameter handling on PHP 8.0Máté Szabó2022-11-031-5/+9
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-0/+1
* api: Minor code cleanupReedy2022-08-141-1/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-9/+10
* api: Replace numerous deprecated constantsReedy2022-06-061-14/+14
* Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-3/+2
* Merge "api: Inline ContentHandler::makeContent, use local ContentHandlerFactory"jenkins-bot2022-04-161-6/+2
|\
| * api: Inline ContentHandler::makeContent, use local ContentHandlerFactoryUmherirrender2022-04-161-6/+2
* | Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
|/
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-1/+9
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-2/+14
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-5/+5
* api: Inject services into ApiQuery(All)(Deleted)RevisionsUmherirrender2021-07-051-12/+50
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-1/+1
* Improve custom folding and groupingTim Starling2020-12-231-5/+3
* Fix a typo: emtpy -> emptyDannyS7122020-11-221-1/+1
* Improve docs in api related classesUmherirrender2020-11-131-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-1/+1
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/
* Mark API base classes as extensibledaniel2020-07-081-0/+13
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+0
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+1
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-2/+8
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-4/+11
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-9/+9
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Fix some phan warnings for too many params (part 1)Daimona Eaytoy2019-10-101-1/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+6
* Clean up spacing of doc commentsUmherirrender2019-08-051-1/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-5/+4