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
/
RollbackAction.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-4
/
+4
*
Namespace all remaining files in includes/actions
James D. Forrester
2025-03-19
1
-0
/
+10
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-0
/
+1
*
RevisionRecord: add convenience methods for main slot
daniel
2024-11-28
1
-3
/
+1
*
Use namespaced classes (3)
Umherirrender
2024-06-16
1
-0
/
+1
*
Show all error messages on unsuccessful rollback
Matěj Suchánek
2024-06-01
1
-16
/
+14
*
Use StatusValue::getMessages() instead of deprecated methods
Bartosz Dziewoński
2024-05-18
1
-4
/
+5
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-0
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+1
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+1
*
Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()
C. Scott Ananian
2023-09-18
1
-2
/
+2
*
rollback: Fire postEdit JavaScript hook on success
Kosta Harlan
2023-09-01
1
-0
/
+11
*
Use real type hints for services etc. in actions/
Bartosz Dziewoński
2023-08-29
1
-14
/
+5
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+1
*
Action: Remove deprecated constructor parameters
Bartosz Dziewoński
2022-11-03
1
-5
/
+5
*
SECURITY: Hide suppressed users from rollback page error messages
Manfredi Martorana
2022-09-29
1
-1
/
+8
*
actions: Add Action::getAuthority and use it
Umherirrender
2022-07-08
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Pass rcid as integer to DifferenceEngine::createDifferenceEngine
Umherirrender
2022-03-05
1
-1
/
+1
*
SECURITY: Fix permissions check in action=rollback (CVE-2021-45038)
Kunal Mehta
2021-12-15
1
-1
/
+3
*
RollbackAction: fix missing pagetitle
Derk-Jan Hartman
2021-12-04
1
-0
/
+2
*
Introduce CommentFormatter
Tim Starling
2021-09-28
1
-4
/
+10
*
Cleanup mixed space/tab line indent
Umherirrender
2021-09-04
1
-1
/
+2
*
RollbackAction: use UserOptionsLookup for ::getOption()
Alexander Vorwerk
2021-09-02
1
-1
/
+1
*
Remove unneeded explicit true/false inside conditions
Umherirrender
2021-08-17
1
-1
/
+1
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-1
/
+1
*
Add an ActionFactory and start converting to DI
DannyS712
2021-07-29
1
-10
/
+44
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+1
*
Remove unused `'vertical-label' => true` from various forms
Bartosz Dziewoński
2021-06-01
1
-1
/
+0
*
Use WatchlistManager in several classes
Cindy Cicalese
2021-04-21
1
-5
/
+4
*
Merge "Move most remaining legacy styles to interface.helpers.styles"
jenkins-bot
2021-04-20
1
-0
/
+1
|
\
|
*
Move most remaining legacy styles to interface.helpers.styles
mainframe98
2021-04-20
1
-0
/
+1
*
|
Do not mark rollbacks as bot edits
Taavi Väänänen
2021-04-20
1
-1
/
+5
|
/
*
Factor out rollback logic from WikiPage
Petr Pchelko
2021-04-14
1
-24
/
+20
*
Avoid using User::getBoolOption()
ZabeMath
2021-03-27
1
-2
/
+4
*
Convert WikiPage to authority.
Petr Pchelko
2021-02-27
1
-1
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
WikiPage::commitRollback - also return a RevisionRecord
DannyS712
2020-06-20
1
-4
/
+4
*
RollbackAction: Reduce uses of Revision objects
DannyS712
2020-05-16
1
-12
/
+23
*
Replace uses and hard deprecate Article:: and WikiPage::getRevision
DannyS712
2020-04-20
1
-3
/
+6
*
Pass RevisionRecord to Linker methods
DannyS712
2020-04-18
1
-2
/
+2
*
Remove direct access to Action::page and Article::page properties
ArtBaltai
2020-03-27
1
-3
/
+3
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
action: Avoid use of deprecated Revision::* constants, use RevisionRecord
Derick Alangi
2019-07-21
1
-2
/
+4
*
Remove temporary rollback confirmation toggle
Tim Eulitz
2019-03-26
1
-9
/
+1
*
Implement temporary rollback confirmation toggle
Tim Eulitz
2019-03-21
1
-1
/
+9
*
Implement non-JS RollbackAction with form
Tim Eulitz
2019-03-21
1
-28
/
+95
[next]