aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMove.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* 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
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-5/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Implement rate limiting in Authority.daniel2023-07-231-5/+0
* 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: Minor code cleanupReedy2022-08-141-4/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+4
* MovePage: Re-use more of MovePage logic in ApiMoveDaimona Eaytoy2022-03-271-45/+12
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
* api: Avoid fatal if movetalk is requested for namespace without talkUmherirrender2022-02-191-1/+1
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-1/+8
* api: Inject RepoGroup into ApiMoveUmherirrender2021-06-291-5/+8
* Convert MovePage to AuthorityPetr Pchelko2021-03-171-6/+4
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-3/+4
* Inject and use MovePageFactory in ApiMoveTaavi Väänänen2020-12-301-4/+14
* 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