index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
actions
/
McrUndoAction.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
1
-1
/
+1
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-3
/
+3
*
Namespace all remaining files in includes/recentchanges
James D. Forrester
2025-03-20
1
-1
/
+1
*
Namespace all remaining files in includes/actions
James D. Forrester
2025-03-19
1
-1
/
+11
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-0
/
+1
*
PageUpdatedEvent: Model revert causes
daniel
2025-03-07
1
-0
/
+2
*
Remove ParserOutput::getText() calls from core (runOutputPipeline)
Isabelle Hurbain-Palatin
2024-09-06
1
-2
/
+3
*
Use namespaced classes (3)
Umherirrender
2024-06-16
1
-0
/
+1
*
Use StatusValue::getMessages() instead of deprecated methods
Bartosz Dziewoński
2024-05-18
1
-1
/
+1
*
actions: Fix PSR2.Classes.PropertyDeclaration.Multiple errors
Taavi Väänänen
2024-04-21
1
-1
/
+3
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Merge "Remove uses of $wgUseMediaWikiUIEverywhere"
jenkins-bot
2024-02-05
1
-6
/
+0
|
\
|
*
Remove uses of $wgUseMediaWikiUIEverywhere
Bartosz Dziewoński
2024-02-04
1
-6
/
+0
*
|
actions: Switch from mixed Xml and Html classes to pure Html ones
James D. Forrester
2024-02-03
1
-1
/
+1
|
/
*
parser: Move lang/dir and mw-content-ltr to ParserOutput::getText
Timo Tijhof
2023-11-03
1
-5
/
+0
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
1
-0
/
+1
*
Use real type hints for services etc. in actions/
Bartosz Dziewoński
2023-08-29
1
-14
/
+5
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library
Amir Sarabadani
2023-05-04
1
-1
/
+1
*
Reorg: Move ReadOnlyMode classes to db/
Amir Sarabadani
2023-04-28
1
-0
/
+1
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
actions: Actually store CommentFormatter in McrUndoAction
Alexander Vorwerk
2023-01-05
1
-0
/
+1
*
Split a base class out of CommentStore
Alexander Vorwerk
2023-01-01
1
-0
/
+2
*
actions: Replace deprecated Linker::commentBlock
Umherirrender
2022-12-11
1
-2
/
+14
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+1
*
actions: Inject HookContainer into abstract Action class
Umherirrender
2022-11-22
1
-1
/
+1
*
Merge "Action: Remove deprecated constructor parameters"
jenkins-bot
2022-11-22
1
-3
/
+3
|
\
|
*
Action: Remove deprecated constructor parameters
Bartosz Dziewoński
2022-11-03
1
-3
/
+3
*
|
Track reason for rendering in more detail.
daniel
2022-11-15
1
-0
/
+1
|
/
*
Remove unneeded initalize of local variables
Umherirrender
2022-09-21
1
-2
/
+0
*
actions: Add Action::getAuthority and use it
Umherirrender
2022-07-08
1
-3
/
+3
*
Get rid of warnings on PHP 8.1
Aryeh Gregor
2022-06-13
1
-2
/
+3
*
Remove message boxes with IDs in core
Stang
2022-05-11
1
-15
/
+20
*
Merge "Use MainConfigNames instead of string literals, #4"
jenkins-bot
2022-04-27
1
-3
/
+4
|
\
|
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-3
/
+4
*
|
actions: Undeprecate MCR restore & unto action code
Derick Alangi
2022-04-26
1
-1
/
+0
|
/
*
TempUser EditPage and permissions
Tim Starling
2022-04-26
1
-0
/
+2
*
Replace (error|warning)box with id attribute in core
stang
2022-03-27
1
-2
/
+3
*
Fix uses of (error|warning|success)box in core
stang
2022-03-20
1
-2
/
+2
*
Inject MainConfig into actions
Alexander Vorwerk
2022-01-12
1
-5
/
+8
*
Merge "McrUndoAction: use authorizeWrite for permission checks."
jenkins-bot
2022-01-12
1
-6
/
+5
|
\
|
*
McrUndoAction: use authorizeWrite for permission checks.
daniel
2022-01-12
1
-6
/
+5
*
|
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+2
|
/
*
SECURITY: Fix permissions checks in undo actions
Kunal Mehta
2021-12-15
1
-2
/
+45
*
Reapply "Move limit report rendering to ParserOutput"
Ppchelko
2021-11-09
1
-2
/
+4
*
Revert "Move limit report rendering to ParserOutput"
Ppchelko
2021-11-09
1
-4
/
+2
*
Move limit report rendering to ParserOutput
Petr Pchelko
2021-11-08
1
-2
/
+4
*
Move revert detection code from WikiPage to EditResultBuilder
Petr Pchelko
2021-09-16
1
-18
/
+2
[next]