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
*
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
*
Mostly drop old comment schemas
Brad Jorsch
2019-02-07
1
-5
/
+2
*
Remove a few obscure "done" and "empty" comments
Thiemo Kreuz
2019-01-30
1
-1
/
+0
*
Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappers
C. Scott Ananian
2018-10-17
1
-2
/
+3
*
Use OutputPage::addWikiTextAsInterface() instead of untidy addWikiText()
C. Scott Ananian
2018-10-17
1
-1
/
+1
*
Merge "Convert file delete to use OOUI"
jenkins-bot
2018-08-01
1
-90
/
+129
|
\
|
*
Convert file delete to use OOUI
Jayprakash12345
2018-08-01
1
-90
/
+129
*
|
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
|
/
*
rdbms: make IDatabase::onTransaction* methods pass the DB handle for convenience
Aaron Schulz
2018-04-24
1
-1
/
+1
*
Update more forms to limit comments by codepoints rather than bytes
Brad Jorsch
2018-02-26
1
-2
/
+14
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-5
/
+5
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-21
1
-2
/
+0
*
FileDeleteForm: Create log entry even if the page didn't exist
Brad Jorsch
2017-06-12
1
-1
/
+21
*
Replace some of the deprecated wfGetLBFactory() calls
WMDE-Fisch
2017-02-07
1
-1
/
+2
*
Replaced all deprecated Linker methods with proper ones in core(1)
Yuriy Shnitkovskiy
2017-01-20
1
-2
/
+4
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-1
/
+1
*
Move tagging of API deletions to RC save
cenarium
2016-09-21
1
-2
/
+5
*
Use Status::isOK() method in FileDeleteForm
Aaron Schulz
2016-09-20
1
-1
/
+1
*
Remove direct rollback() calls from some places
Aaron Schulz
2016-08-23
1
-23
/
+16
*
Make non-exception rollback() calls safer
Aaron Schulz
2016-07-21
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-12
/
+12
*
Convert doDeleteArticleReal to startAtomic()/endAtomic()
Aaron Schulz
2015-10-26
1
-1
/
+6
*
Return log id for file deletions
Brad Jorsch
2015-10-07
1
-0
/
+3
*
Revert "Remove mismatched COMMIT from FileDeleteForm"
Aaron Schulz
2015-10-06
1
-1
/
+3
*
Remove mismatched COMMIT from FileDeleteForm
Aaron Schulz
2015-10-05
1
-3
/
+1
*
Use Linker::linkKnown for some links to MediaWiki pages from navigation
umherirrender
2015-06-19
1
-1
/
+1
*
Fix edit link for messages in $wgForceUIMsgAsContentMsg
umherirrender
2015-05-15
1
-1
/
+1
*
Updated some try-catch statements: MWException -> Exception
Aaron Schulz
2015-01-09
1
-1
/
+1
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-1
/
+1
*
Make phpcs-strict pass on includes/ (1/~10)
Siebrand Mazeland
2014-05-11
1
-8
/
+31
*
Pass $user to LocalFileDeleteBatch
umherirrender
2014-05-06
1
-2
/
+2
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-5
/
+6
*
Removed unneeded spaces and colons in @param and friends
umherirrender
2014-04-08
1
-7
/
+7
*
Add user rights 'viewmywatchlist', 'editmywatchlist'
Brad Jorsch
2013-06-26
1
-7
/
+1
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-13
/
+13
[next]