index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiMove.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-1
/
+1
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+7
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Use real type hints for services etc. in api/ except ApiQuery*.php
Bartosz Dziewoński
2023-08-29
1
-5
/
+2
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Implement rate limiting in Authority.
daniel
2023-07-23
1
-5
/
+0
*
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
api: Minor code cleanup
Reedy
2022-08-14
1
-4
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-5
/
+6
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-2
/
+4
*
MovePage: Re-use more of MovePage logic in ApiMove
Daimona Eaytoy
2022-03-27
1
-45
/
+12
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+3
*
api: Avoid fatal if movetalk is requested for namespace without talk
Umherirrender
2022-02-19
1
-1
/
+1
*
api: Inject services into ApiWatchlistTrait
Umherirrender
2021-07-06
1
-1
/
+8
*
api: Inject RepoGroup into ApiMove
Umherirrender
2021-06-29
1
-5
/
+8
*
Convert MovePage to Authority
Petr Pchelko
2021-03-17
1
-6
/
+4
*
Convert ChangeTags public interface to Authority.
Petr Pchelko
2021-02-24
1
-1
/
+1
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-3
/
+4
*
Inject and use MovePageFactory in ApiMove
Taavi Väänänen
2020-12-30
1
-4
/
+14
*
Document list of change tags as string[]
Umherirrender
2020-11-20
1
-2
/
+2
*
Remove requirement for ApiWatchlistTrait to be in ApiBase.
Ammar Abdulhamid
2020-09-07
1
-2
/
+2
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
Add watchlist expiry support to applicable APIs
MusikAnimal
2020-07-13
1
-12
/
+20
*
Fix some PHPStorm inspection warnings in includes/api
Tim Starling
2020-02-18
1
-0
/
+1
*
Avoid multiply calls to MediaWikiServices::getInstance() in one function
Umherirrender
2019-09-01
1
-2
/
+3
*
Fix method/function names case mismatch in core files
Derick Alangi
2019-08-31
1
-1
/
+1
*
Merge "Replace User::isAllowed with PermissionManager."
jenkins-bot
2019-08-21
1
-3
/
+4
|
\
|
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-3
/
+4
*
|
Introduce MovePageFactory
Aryeh Gregor
2019-08-19
1
-1
/
+1
|
/
*
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-1
/
+3
*
Introduce MovePage::moveSubpages(IfAllowed)
Aryeh Gregor
2019-05-22
1
-10
/
+10
*
API: Spread autoblocks from action=edit and action=move
Brad Jorsch
2019-02-19
1
-0
/
+1
*
Test ApiMove
Aryeh Gregor
2018-04-15
1
-13
/
+0
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
Avoid using deprecated Title::canTalk()
Kunal Mehta
2017-08-29
1
-1
/
+1
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
includes/api: Replace implicitly-Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-24
1
-1
/
+1
*
Add parameter to API modules to apply change tags to log entries
This, that and the other
2017-01-12
1
-13
/
+46
*
ApiMove: Fix fatal when attempting to move to a namespace with no talkpages
Brad Jorsch
2016-12-19
1
-2
/
+2
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-13
/
+13
*
SECURITY: Rate limit moves via the API
Brad Jorsch
2016-05-20
1
-0
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-24
/
+24
*
API: Log all deprecated parameter uses to api-feature-usage.log
Brad Jorsch
2015-11-03
1
-2
/
+0
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-1
/
+1
*
Added wfTransactionalTimeLimit() method and applied it
Aaron Schulz
2015-08-12
1
-0
/
+2
*
Change API result data structure to be cleaner in new formats
Brad Jorsch
2015-04-20
1
-14
/
+8
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-2
/
+2
*
API: Check suppressredirect right in ApiMove
Brad Jorsch
2014-11-26
1
-0
/
+5
[next]