aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiRollback.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-5/+0
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+7
* Merge "Add 'temp' to allowed user types in various APIs"jenkins-bot2023-11-301-1/+1
|\
| * Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+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
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-2/+5
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz DziewoƄski2023-08-291-2/+1
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-3/+5
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-2/+9
* Factor out rollback logic from WikiPagePetr Pchelko2021-04-141-18/+22
* Merge "Convert ChangeTags public interface to Authority."jenkins-bot2021-03-011-1/+1
|\
| * Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* | Convert WikiPage to authority.Petr Pchelko2021-02-271-1/+1
|/
* 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