aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/RollbackAction.php
Commit message (Expand)AuthorAgeFilesLines
...
* Silence transaction profiler master queries notices for rollbackAaron Schulz2018-10-241-0/+5
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-1/+0
* Add GENDER to rollback-success messagePurodha2017-02-221-2/+8
* RollbackAction: Allow 'from' to be an empty stringTimo Tijhof2016-09-071-1/+1
* Rollback: Catch error when unable to load latest revision dataChad Horohoe2016-08-261-0/+3
* RollbackAction: Don't return true, causes '1' to be outputKunal Mehta2016-05-271-2/+2
* Revert "RollbackAction: Implement AJAX interface and require POST"Krinkle2016-05-271-35/+12
* RollbackAction: Implement AJAX interface and require POSTTimo Tijhof2016-05-231-23/+68
* Move WatchedItem logic to WatchedItemStoreaddshore2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Distinguish read vs write mode Action classesAaron Schulz2016-01-151-0/+4
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-2/+2
* RollbackAction: Remove dead argumentjeroendedauw2015-09-241-1/+1
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+3
* Create preference to watchlist pages after rollbackingÉtienne Beaulé2014-07-301-0/+6
* Random documentation tweaksSiebrand Mazeland2014-01-021-0/+2
* Break long lines in Action classesSiebrand Mazeland2013-11-141-4/+15
* merge latest master into Wikidata branchdaniel2012-10-081-9/+2
|\
| * Simplify code for usertools in RollbackActionumherirrender2012-10-071-9/+2
* | Merge "Fix error display on failing rollback" into Wikidatadaniel2012-08-291-14/+7
|\ \
| * | Fix error display on failing rollbackdaniel2012-08-271-14/+7
* | | Fixing creation of DifferenceEningedaniel2012-08-241-1/+1
|/ /
* | Fix indenting errors introduced in Wikidata branchTim Starling2012-06-191-2/+2
* | renamed getDifferenceEngine to createDifferenceEnginedaniel2012-04-171-1/+1
* | Merge branch 'master' into WikidataJens Ohlig2012-04-111-5/+5
|\|
| * Use local context to get messagesAlexandre Emsenhuber2012-03-281-3/+3
| * fix doc grouping for actionsAntoine Musso2012-02-081-2/+2
* | use factory method to get difference engine everywhereDaniel Kinzler2012-04-041-1/+2
|/
* Made DifferenceEngine use a context instead of global variables and updaters ...Alexandre Emsenhuber2011-11-101-1/+1
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-3/+1
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-2/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-2/+2
* * Use wfMessage() instead of OutputPage::addWikiMsgArray() with the third par...Alexandre Emsenhuber2011-07-161-2/+2
* Moved action=rollback to an Action subclassAlexandre Emsenhuber2011-07-021-0/+122