aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiComparePages.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+2
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Avoid constructing Title from LinkTarget where not neededthiemowmde2025-01-241-10/+8
* RevisionRecord: add convenience methods for main slotdaniel2024-11-281-1/+1
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-13/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+9
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* ArchivedRevisionLookup: Allow lookups using just the revision IDBartosz Dziewoński2023-09-021-15/+6
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-22/+8
* ApiComparePages: Add help urlReedy2023-07-251-0/+4
* Migrate ApiComparePages to TextDiffer conceptsTim Starling2023-07-191-19/+13
* TempUserCreator: Change getStashedNameOrPlaceholder() to just getStashedName()Bartosz Dziewoński2023-07-181-1/+1
* 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
* ApiComparePages: expose 'difftype' param if wikidiff2 is installedMusikAnimal2023-04-111-0/+16
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* api: Remove use of undeclared property in action=comparepagesUmherirrender2022-12-121-4/+1
* When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-051-0/+3
* Use short array destructuring instead of list()Tim Starling2022-10-211-3/+3
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-4/+4
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* api: Replace numerous more deprecated constantsReedy2022-06-061-5/+5
* api: Replace numerous deprecated constantsReedy2022-06-061-18/+19
* Merge "api: Inline ContentHandler::makeContent, use local ContentHandlerFactory"jenkins-bot2022-04-161-1/+3
|\
| * api: Inline ContentHandler::makeContent, use local ContentHandlerFactoryUmherirrender2022-04-161-1/+3
* | phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+3
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+5
|/
* api: Fix documenation/types related to null and int typesUmherirrender2022-02-241-1/+1
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Introduce CommentFormatterTim Starling2021-09-281-2/+9
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* api: Remove redundant truthy check in ApiComparePagesUmherirrender2021-08-271-1/+1
* Replace Content::preSaveTransform call to ContentTransformer::preSaveTransformRoman Stolar2021-08-191-2/+14
* api: Inject services into ApiComparePagesUmherirrender2021-06-281-7/+20
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Deprecate constructing revision with non-proper pagePetr Pchelko2021-03-101-2/+2
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-6/+2
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-3/+1
* Introduce ActorStore, ActorLookup and ActorFactory.Petr Pchelko2021-02-081-0/+1
* Hard deprecate RevisionStore::newMutableRevisionFromArrayPeter Ovchyn2021-02-031-6/+4
* Remove ApiComparePages::getContentHandlerFactoryDannyS7122020-11-011-8/+4
* Added timestamp to action=compareVarun Das2020-04-091-0/+7
* Remove auto-generated and empty lines in commentsThiemo Kreuz2020-03-171-1/+0
* Reduce the length of 6 long lines of codeSam Wilson2020-03-131-2/+4
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-1/+3
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-4/+13
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+2