aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/RollbackAction.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-4/+4
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-0/+10
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+1
* RevisionRecord: add convenience methods for main slotdaniel2024-11-281-3/+1
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Show all error messages on unsuccessful rollbackMatěj Suchánek2024-06-011-16/+14
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-4/+5
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-2/+2
* rollback: Fire postEdit JavaScript hook on successKosta Harlan2023-09-011-0/+11
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-14/+5
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-5/+5
* SECURITY: Hide suppressed users from rollback page error messagesManfredi Martorana2022-09-291-1/+8
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-1/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Pass rcid as integer to DifferenceEngine::createDifferenceEngineUmherirrender2022-03-051-1/+1
* SECURITY: Fix permissions check in action=rollback (CVE-2021-45038)Kunal Mehta2021-12-151-1/+3
* RollbackAction: fix missing pagetitleDerk-Jan Hartman2021-12-041-0/+2
* Introduce CommentFormatterTim Starling2021-09-281-4/+10
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+2
* RollbackAction: use UserOptionsLookup for ::getOption()Alexander Vorwerk2021-09-021-1/+1
* Remove unneeded explicit true/false inside conditionsUmherirrender2021-08-171-1/+1
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-1/+1
* Add an ActionFactory and start converting to DIDannyS7122021-07-291-10/+44
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+1
* Remove unused `'vertical-label' => true` from various formsBartosz Dziewoński2021-06-011-1/+0
* Use WatchlistManager in several classesCindy Cicalese2021-04-211-5/+4
* Merge "Move most remaining legacy styles to interface.helpers.styles"jenkins-bot2021-04-201-0/+1
|\
| * Move most remaining legacy styles to interface.helpers.stylesmainframe982021-04-201-0/+1
* | Do not mark rollbacks as bot editsTaavi Väänänen2021-04-201-1/+5
|/
* Factor out rollback logic from WikiPagePetr Pchelko2021-04-141-24/+20
* Avoid using User::getBoolOption()ZabeMath2021-03-271-2/+4
* Convert WikiPage to authority.Petr Pchelko2021-02-271-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* WikiPage::commitRollback - also return a RevisionRecordDannyS7122020-06-201-4/+4
* RollbackAction: Reduce uses of Revision objectsDannyS7122020-05-161-12/+23
* Replace uses and hard deprecate Article:: and WikiPage::getRevisionDannyS7122020-04-201-3/+6
* Pass RevisionRecord to Linker methodsDannyS7122020-04-181-2/+2
* Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-3/+3
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* action: Avoid use of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-2/+4
* Remove temporary rollback confirmation toggleTim Eulitz2019-03-261-9/+1
* Implement temporary rollback confirmation toggleTim Eulitz2019-03-211-1/+9
* Implement non-JS RollbackAction with formTim Eulitz2019-03-211-28/+95