aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/RevertAction.php
Commit message (Expand)AuthorAgeFilesLines
* Apply proper restrictions on file revert actionFunc2025-03-241-0/+11
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Deprecate returning a string from Action::getPageTitle()C. Scott Ananian2023-09-211-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-5/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Replace some deprecated wfExpandUrl calls with UrlUtils::expandJames D. Forrester2023-05-301-2/+4
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-1/+1
* actions: Add missing ->text() in RevertAction::getPageTitle()Timo Tijhof2022-04-131-2/+2
* Inject services into a bunch more actionsDannyS7122021-07-291-4/+26
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Remove unused `'vertical-label' => true` from various formsBartosz Dziewoński2021-06-011-1/+0
* Complete WikiPage/Article split and deprecate Page interfaceArtBaltai2020-03-281-4/+24
* Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-141-4/+2
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Add separate log action for file revertsMGChecker2019-03-021-1/+4
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-4/+5
* Convert various FormActions to OOUIThis, that and the other2017-03-111-0/+4
* RevertAction: Prevent file revert if current version is identicalBartosz Dziewoński2016-09-021-4/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Distinguish read vs write mode Action classesAaron Schulz2016-01-151-0/+4
* Add MWTimestamp::getTimezoneString(), use it in file revert messagegladoscc2015-09-231-4/+7
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* Fix backlink for RevertActionumherirrender2014-12-051-3/+1
* Fold RevertFileAction class into RevertActionwithoutaname2014-07-131-21/+5
* Allow to set a salt for the edit token in HTMLFormAlexandre Emsenhuber2014-07-081-0/+1
* Update docs for files in includes/actions/Siebrand Mazeland2013-11-141-0/+3
* Break long lines in Action classesSiebrand Mazeland2013-11-141-5/+21
* Update formattingSiebrand Mazeland2013-11-141-3/+6
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-2/+2
* pass user object for delete/undelete/filerevert in api/guiumherirrender2012-10-061-1/+1
* Use local context to get messagesAlexandre Emsenhuber2012-03-271-13/+23
* fix doc grouping for actionsAntoine Musso2012-02-081-3/+3
* Reduce some duplication in Action::getRestriction(), all but 2 (plus one exte...Chad Horohoe2011-12-061-4/+0
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-3/+3
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-4/+2
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-1/+1
* Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n...Roan Kattouw2011-08-191-2/+6
* * Changed action=revert to use a subclass of ActionAlexandre Emsenhuber2011-07-011-0/+136