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
/
ApiDelete.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/changetags
James D. Forrester
2025-03-25
1
-1
/
+1
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-2
/
+2
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-1
/
+1
*
api: Use type-declaration for string arg in ApiBase::__construct
Umherirrender
2024-10-17
1
-9
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-0
/
+10
*
Make use of the ??= and ?? operators where it makes sense
thiemowmde
2024-08-26
1
-5
/
+2
*
Use StatusValue::getMessages() instead of deprecated methods
Bartosz Dziewoński
2024-05-18
1
-2
/
+2
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Get correct main page in API call examples
Ammar Abdulhamid
2023-09-20
1
-2
/
+6
*
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
*
Api: Fix some very old copyright statements for Roan
James D. Forrester
2023-03-16
1
-1
/
+1
*
Follow-up 0f13e81a1: Fix namespace of FileDeleteForm
James D. Forrester
2023-03-09
1
-1
/
+1
*
Reorg: Move five page-related classes to page/ out of includes/
Amir Sarabadani
2023-02-23
1
-0
/
+1
*
api: Replace numerous more deprecated constants
Reedy
2022-06-06
1
-2
/
+2
*
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
*
ApiDelete: add option to delete associated talk page
Dayllan Maza
2022-02-22
1
-10
/
+43
*
Change return format of DeletePage again
Daimona Eaytoy
2021-11-29
1
-10
/
+7
*
Use DeletePage in FileDeleteForm and fix output of ApiDelete
Daimona Eaytoy
2021-11-18
1
-2
/
+5
*
Deprecate $hasHistory param to ContentHandler::getAutoDeleteReason()
Daimona Eaytoy
2021-11-11
1
-4
/
+1
*
Merge "ApiDelete: pass in page title to 'deleted-scheduled' message"
jenkins-bot
2021-10-21
1
-1
/
+1
|
\
|
*
ApiDelete: pass in page title to 'deleted-scheduled' message
MusikAnimal
2021-10-20
1
-1
/
+1
*
|
Change return format of DeletePage entrypoints
Daimona Eaytoy
2021-10-20
1
-4
/
+14
|
/
*
Use DeletePage in ApiDelete and DeletePageJob
Daimona Eaytoy
2021-10-05
1
-41
/
+37
*
api: Inject services into ApiWatchlistTrait
Umherirrender
2021-07-06
1
-1
/
+10
*
api: Inject services into ApiDelete
Umherirrender
2021-06-29
1
-7
/
+18
*
ApiDelete: eliminate User class usages.
Petr Pchelko
2021-06-11
1
-7
/
+8
*
Use the edited page's title for magic words in action=edit error messages
Bartosz Dziewoński
2021-05-21
1
-0
/
+1
*
Convert ChangeTags public interface to Authority.
Petr Pchelko
2021-02-24
1
-1
/
+1
*
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
-1
/
+1
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-2
/
+2
*
Add watchlist expiry support to applicable APIs
MusikAnimal
2020-07-13
1
-11
/
+22
*
Use MediaWikiServices::getRepoGroup in api related classes
Umherirrender
2020-04-11
1
-1
/
+4
*
ApiDelete: Make ::delete(File)? only accept a wikipage, make private
DannyS712
2020-03-20
1
-6
/
+14
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-2
/
+2
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+2
*
Fix function/class case
Max Semenik
2019-03-29
1
-1
/
+1
*
ApiDelete: Handle batched deletions properly
Brad Jorsch
2018-12-20
1
-2
/
+9
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Improve test coverage for ApiDelete.php
Aryeh Gregor
2018-03-26
1
-1
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
API: Account for PHP 7.2 change
Brad Jorsch
2017-12-04
1
-1
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-2
/
+2
*
API: Allow deleting files without corresponding pages
Brad Jorsch
2017-06-12
1
-3
/
+13
*
Make API documentation links language aware
Baha
2017-04-05
1
-1
/
+1
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-13
/
+7
*
Move tagging of API deletions to RC save
cenarium
2016-09-21
1
-12
/
+10
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-21
/
+21
[next]