aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/McrUndoAction.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-3/+3
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-1/+11
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+1
* PageUpdatedEvent: Model revert causesdaniel2025-03-071-0/+2
* Remove ParserOutput::getText() calls from core (runOutputPipeline)Isabelle Hurbain-Palatin2024-09-061-2/+3
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-1/+1
* actions: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-1/+3
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Merge "Remove uses of $wgUseMediaWikiUIEverywhere"jenkins-bot2024-02-051-6/+0
|\
| * Remove uses of $wgUseMediaWikiUIEverywhereBartosz Dziewoński2024-02-041-6/+0
* | actions: Switch from mixed Xml and Html classes to pure Html onesJames D. Forrester2024-02-031-1/+1
|/
* parser: Move lang/dir and mw-content-ltr to ParserOutput::getTextTimo Tijhof2023-11-031-5/+0
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-14/+5
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* actions: Actually store CommentFormatter in McrUndoActionAlexander Vorwerk2023-01-051-0/+1
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+2
* actions: Replace deprecated Linker::commentBlockUmherirrender2022-12-111-2/+14
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* actions: Inject HookContainer into abstract Action classUmherirrender2022-11-221-1/+1
* Merge "Action: Remove deprecated constructor parameters"jenkins-bot2022-11-221-3/+3
|\
| * Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* | Track reason for rendering in more detail.daniel2022-11-151-0/+1
|/
* Remove unneeded initalize of local variablesUmherirrender2022-09-211-2/+0
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-3/+3
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-2/+3
* Remove message boxes with IDs in coreStang2022-05-111-15/+20
* Merge "Use MainConfigNames instead of string literals, #4"jenkins-bot2022-04-271-3/+4
|\
| * Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-3/+4
* | actions: Undeprecate MCR restore & unto action codeDerick Alangi2022-04-261-1/+0
|/
* TempUser EditPage and permissionsTim Starling2022-04-261-0/+2
* Replace (error|warning)box with id attribute in corestang2022-03-271-2/+3
* Fix uses of (error|warning|success)box in corestang2022-03-201-2/+2
* Inject MainConfig into actionsAlexander Vorwerk2022-01-121-5/+8
* Merge "McrUndoAction: use authorizeWrite for permission checks."jenkins-bot2022-01-121-6/+5
|\
| * McrUndoAction: use authorizeWrite for permission checks.daniel2022-01-121-6/+5
* | Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
|/
* SECURITY: Fix permissions checks in undo actionsKunal Mehta2021-12-151-2/+45
* Reapply "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-2/+4
* Revert "Move limit report rendering to ParserOutput"Ppchelko2021-11-091-4/+2
* Move limit report rendering to ParserOutputPetr Pchelko2021-11-081-2/+4
* Move revert detection code from WikiPage to EditResultBuilderPetr Pchelko2021-09-161-18/+2