aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMove.php
Commit message (Expand)AuthorAgeFilesLines
* Document list of change tags as string[]Umherirrender2020-11-201-2/+2
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-2/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-12/+20
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+1
* Avoid multiply calls to MediaWikiServices::getInstance() in one functionUmherirrender2019-09-011-2/+3
* Fix method/function names case mismatch in core filesDerick Alangi2019-08-311-1/+1
* Merge "Replace User::isAllowed with PermissionManager."jenkins-bot2019-08-211-3/+4
|\
| * Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-3/+4
* | Introduce MovePageFactoryAryeh Gregor2019-08-191-1/+1
|/
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+3
* Introduce MovePage::moveSubpages(IfAllowed)Aryeh Gregor2019-05-221-10/+10
* API: Spread autoblocks from action=edit and action=moveBrad Jorsch2019-02-191-0/+1
* Test ApiMoveAryeh Gregor2018-04-151-13/+0
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Avoid using deprecated Title::canTalk()Kunal Mehta2017-08-291-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-1/+1
* Add parameter to API modules to apply change tags to log entriesThis, that and the other2017-01-121-13/+46
* ApiMove: Fix fatal when attempting to move to a namespace with no talkpagesBrad Jorsch2016-12-191-2/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-13/+13
* SECURITY: Rate limit moves via the APIBrad Jorsch2016-05-201-0/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-2/+0
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-14/+8
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+2
* API: Check suppressredirect right in ApiMoveBrad Jorsch2014-11-261-0/+5
* Merge "Fully replace Title::moveTo() with MovePage"jenkins-bot2014-10-301-8/+30
|\
| * Fully replace Title::moveTo() with MovePageKunal Mehta2014-10-281-8/+30
* | API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
|/
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-25/+3
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-42/+0
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-2/+2
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-2/+2
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Remove unneeded uses of else{} in api/Siebrand Mazeland2013-11-181-12/+12
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-3/+9
* Update formatting on more API classesSiebrand Mazeland2013-11-141-3/+5
* Fixed spacing in api folderumherirrender2013-04-201-2/+2
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* API: Throw error when interwiki is given for various title paramumherirrender2013-03-011-2/+2
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Minor cleanupYuri Astrakhan2013-01-121-1/+1
* (bug 42915) make MovePage aware of whether redirects are supported.daniel2012-12-201-1/+8
* add moveoverredirect to result of api moveumherirrender2012-08-311-0/+10