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
/
FileDeleteForm.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
SpecialDelete: check permissions again when deleting
Dayllan Maza
2022-04-11
1
-1
/
+1
*
filerepo: make FileDeleteForm use cancelAtomic() instead of rollbackPrimaryCh...
Aaron Schulz
2022-02-21
1
-3
/
+2
*
DeletePage: add option to delete the associated talk page
Daimona Eaytoy
2022-01-11
1
-2
/
+10
*
Change return format of DeletePage again
Daimona Eaytoy
2021-11-29
1
-4
/
+5
*
Use DeletePage in FileDeleteForm and fix output of ApiDelete
Daimona Eaytoy
2021-11-18
1
-34
/
+36
*
DeleteAction-related cleanup, part 3
Daimona Eaytoy
2021-10-06
1
-21
/
+5
*
Move some methods from FileDeleteForm to a subclass of DeleteAction
Daimona Eaytoy
2021-09-17
1
-406
/
+1
*
ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChanges
James D. Forrester
2021-09-02
1
-1
/
+1
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-7
/
+4
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-4
/
+7
*
FileDeleteForm: inject services
Alexander Vorwerk
2021-06-15
1
-12
/
+45
*
Use IContextSource in FileDeleteForm instead of User and OutputPage
Petr Pchelko
2021-06-09
1
-77
/
+85
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Fix parameter order of setWatch to match add/removeWatch
Cindy Cicalese
2021-04-21
1
-2
/
+2
*
Use WatchlistManager in several classes
Cindy Cicalese
2021-04-21
1
-3
/
+4
*
Create mediawiki.actions.styles module for misc action styles
mainframe98
2021-03-31
1
-0
/
+1
*
FileDeleteForm: reduce use of global context
DannyS712
2021-03-28
1
-20
/
+17
*
Merge "Avoid using User::getBoolOption()"
jenkins-bot
2021-03-28
1
-3
/
+4
|
\
|
*
Avoid using User::getBoolOption()
ZabeMath
2021-03-27
1
-3
/
+4
*
|
FileDeleteForm: Declare some param and return type hints to methods
Timo Tijhof
2021-03-27
1
-6
/
+6
*
|
FileDeleteForm: Remove use of $wgLang
DannyS712
2021-03-27
1
-8
/
+10
|
/
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-1
/
+1
*
Document list of change tags as string[]
Umherirrender
2020-11-20
1
-1
/
+1
*
Replace deprecated WikiPage::factory in deletion related classes
Umherirrender
2020-11-12
1
-1
/
+2
*
Remove support for FileDeleteForm::doDelete without a user
DannyS712
2020-09-09
1
-9
/
+2
*
FileDeleteForm: Inject OutputPage instance
DannyS712
2020-08-29
1
-51
/
+48
*
Remove deprecated support for FileDeleteForm creation without User
DannyS712
2020-08-26
1
-15
/
+2
*
Merge "Combine mediawiki.action.delete.js and mediawiki.action.delete.file.js"
jenkins-bot
2020-08-13
1
-1
/
+1
|
\
|
*
Combine mediawiki.action.delete.js and mediawiki.action.delete.file.js
DannyS712
2020-06-30
1
-1
/
+1
*
|
Split reason dropdown list for action=delete
Umherirrender
2020-07-01
1
-4
/
+22
|
/
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-2
/
+3
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Improve docs in FileDeleteForm
Umherirrender
2020-05-07
1
-2
/
+6
*
FileDeleteForm: Use LocalFile::deleteFile
DannyS712
2020-03-20
1
-1
/
+1
*
Pass a user to WikiPage::doDeleteArticleReal, use new signature
DannyS712
2020-03-19
1
-2
/
+9
*
LocalFileDeleteBatch: Migrate to new signature requiring a user
DannyS712
2020-03-17
1
-1
/
+1
*
Use MediaWikiServices::getRepoGroup in file related classes
Umherirrender
2020-03-14
1
-1
/
+2
*
Deprecate calling FileDeleteForm::doDelete without passing a user
DannyS712
2020-02-21
1
-1
/
+3
*
FileDeleteForm: Add a user to constructor, hard deprecate not providing
DannyS712
2020-02-18
1
-14
/
+42
*
FileDeleteForm: Fix phpdoc for doDelete()
Kunal Mehta
2019-12-22
1
-1
/
+1
*
Document $file in FileDeleteForm as LocalFile (not File)
Umherirrender
2019-09-08
1
-6
/
+6
*
Merge "Better grouping for code adding elements to arrays"
jenkins-bot
2019-09-03
1
-5
/
+6
|
\
|
*
Better grouping for code adding elements to arrays
Daimona Eaytoy
2019-09-03
1
-5
/
+6
*
|
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-2
/
+2
|
/
*
Merge "Avoid usage of deprecated setTags() method, use addTags() instead"
jenkins-bot
2019-09-01
1
-2
/
+2
|
\
|
*
Avoid usage of deprecated setTags() method, use addTags() instead
Derick Alangi
2019-09-01
1
-2
/
+2
*
|
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-0
/
+1
|
/
*
Replace User::isAllowed with PermissionManager.
Petr Pchelko
2019-08-20
1
-3
/
+6
[next]