aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiRollback.php
Commit message (Expand)AuthorAgeFilesLines
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-1/+1
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-11/+19
* WikiPage::commitRollback - also return a RevisionRecordDannyS7122020-06-201-2/+2
* ApiRollback: Reduce use of Revision objectsDannyS7122020-06-101-3/+6
* ApiRollback: Properly deal with UserIdentityDaimona Eaytoy2020-02-131-4/+5
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-7/+5
* Use (int) rather than intval()Reedy2019-02-251-4/+4
* Add TransactionProfiler::redefineExpectations and migrate appropriate callersAaron Schulz2018-12-101-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 23.0.0Umherirrender2018-12-011-3/+4
* Avoid post-send DBPerformance log warnings for page rollbackAaron Schulz2018-11-221-0/+3
* Merge "Silence transaction profiler master queries notices for rollback"jenkins-bot2018-10-251-0/+5
|\
| * Silence transaction profiler master queries notices for rollbackAaron Schulz2018-10-241-0/+5
* | Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-4/+1
|/
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: More i18n cleanupBrad Jorsch2016-12-081-11/+0
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-21/+5
* RollbackAction: Implement AJAX interface and require POSTTimo Tijhof2016-05-231-19/+30
* Convert all array() syntax to []Kunal Mehta2016-02-171-25/+25
* Make change tagging of edits in RecentChange::notifyNew/Editcenarium2016-02-101-5/+2
* Add logic for "tags" in ApiBasevictorbarbu2016-02-041-1/+1
* API: Flag "user" parameters in various modules as type 'user'Brad Jorsch2016-01-091-1/+1
* Add tag parameter to API action=rollbackmhutti12015-12-161-0/+18
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-28/+8
* API: Overhaul token handlingBrad Jorsch2014-08-261-15/+20
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-26/+0
* Create preference to watchlist pages after rollbackingÉtienne Beaulé2014-07-301-1/+7
* Change 'delete' to 'rollback' in action=rollback params descriptionumherirrender2014-06-101-2/+2
* Add missing possible errors to ApiRollback.phpumherirrender2014-05-201-6/+10
* Require one of page id or page title as params to ApiRollbackMarius Hoch2014-05-131-8/+18
* Allow use of ApiRollback using pageid instead of titleaddshore2014-05-131-8/+20
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-7/+18
* API: Throw error when interwiki is given for various title paramumherirrender2013-03-011-1/+1
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* (bug 38190) Add "required" flag to some token paramsumherirrender2012-07-201-1/+4
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | API: Cleanup around comment/reason paramsumherirrender2012-07-081-3/+3
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+13
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Use WikiPage instead of ArticleAlexandre Emsenhuber2011-11-121-2/+2
* Adding context to the APIJohn Du Hart2011-10-261-5/+5
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1