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
/
upload
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "upload: Modernize callback code to make use of PHP7 syntax"
jenkins-bot
2020-06-16
1
-6
/
+7
|
\
|
*
upload: Modernize callback code to make use of PHP7 syntax
Thiemo Kreuz
2020-05-29
1
-6
/
+7
*
|
Merge "Format file sizes in upload warning"
jenkins-bot
2020-06-09
1
-1
/
+4
|
\
\
|
*
|
Format file sizes in upload warning
Gergő Tisza
2020-05-08
1
-1
/
+4
*
|
|
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
5
-61
/
+61
*
|
|
Stop throwing an exception in UploadStash::getExtensionForPath
Reedy
2020-05-31
1
-8
/
+1
*
|
|
Hooks::run() call site migration
Tim Starling
2020-05-30
2
-8
/
+9
*
|
|
upload: Fix incomplete …|null documentation in UploadBase
Thiemo Kreuz
2020-05-29
1
-2
/
+2
|
|
/
|
/
|
*
|
mime: Update usage of MimeAnalyzer methods
Ori Livneh
2020-05-28
2
-8
/
+5
*
|
upload: Fix incorrect handling of missing file extension in UploadStash
Ori Livneh
2020-05-22
1
-3
/
+3
*
|
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-11
1
-2
/
+2
*
|
Add missing visibility on methods of upload related classes
Umherirrender
2020-05-10
3
-5
/
+5
|
/
*
upload: Move MinUploadChunkSize logic from Setup.php to ApiUpload
Timo Tijhof
2020-05-05
1
-1
/
+1
*
Pass a user to ArchivedFile::userCan in UploadBase
DannyS712
2020-04-29
1
-4
/
+12
*
Hook interface doc comment followup
Tim Starling
2020-04-21
1
-1
/
+1
*
docs: Hook interface doc comment review
apaskulin
2020-04-21
6
-39
/
+50
*
Automatically generated hook interfaces
Tim Starling
2020-04-20
6
-0
/
+150
*
Fix ignore of local dupes in UploadBase
Umherirrender
2020-04-14
1
-1
/
+1
*
Merge "Use MediaWikiServices::getRepoGroup in file related classes"
jenkins-bot
2020-03-14
3
-15
/
+22
|
\
|
*
Use MediaWikiServices::getRepoGroup in file related classes
Umherirrender
2020-03-14
3
-15
/
+22
*
|
Fix typo, accesible -> accessible
ankit
2020-03-11
1
-1
/
+1
|
/
*
Hard deprecate Title::getUserPermissionsErrors
DannyS712
2020-02-26
1
-2
/
+2
*
Replace calls to Title::getUserPermissionsErrors (part 5)
DannyS712
2020-02-26
1
-3
/
+4
*
Clean up redundant Exception|Throwable union type
Ricordisamoa
2020-02-12
1
-2
/
+2
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
3
-9
/
+9
*
upload: Fix incomplete type hint in UploadBase::initializePathInfo
Thiemo Kreuz
2019-12-29
1
-3
/
+2
*
upload: Improve method documentation blocks
Máté Szabó
2019-12-14
1
-8
/
+20
*
Set constant visibility, part 1
Max Semenik
2019-10-18
1
-13
/
+13
*
UploadBase: remove HHVM support
Max Semenik
2019-10-02
1
-8
/
+3
*
Fix using null for a non-nullable argument
Daimona Eaytoy
2019-09-19
1
-1
/
+1
*
Replace usages of deprecated User::isAllowed. Step 2.
Petr Pchelko
2019-09-11
2
-13
/
+26
*
Simplify some code by changing single-scope properties to local variables
Daimona Eaytoy
2019-09-07
1
-5
/
+2
*
Unsuppress more phan issues (part 3)
Daimona Eaytoy
2019-08-31
1
-1
/
+0
*
Fix call to non-existing TempFSFileFactory::getTempFSFile()
daniel
2019-08-28
1
-1
/
+1
*
TempFSFileFactory service
Aryeh Gregor
2019-08-21
2
-2
/
+10
*
Don't try to store File objects to the upload session
Tim Starling
2019-07-26
1
-0
/
+27
*
Drop UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(),...
James D. Forrester
2019-07-19
2
-45
/
+3
*
Drop the UploadVerification hook, deprecated in 1.28
James D. Forrester
2019-07-19
1
-7
/
+0
*
upload: move UploadBase status store from $wgMainStash to "db-replicated"
Aaron Schulz
2019-07-13
2
-17
/
+69
*
Fix return type of UploadStash::listFiles
Umherirrender
2019-06-18
1
-1
/
+1
*
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-4
/
+4
*
Relax HTML sniffing checks on image upload
Brion Vibber
2019-06-07
1
-38
/
+22
*
Fix return type of UploadBase::check* functions
Umherirrender
2019-06-04
1
-6
/
+6
*
Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions
Reedy
2019-05-11
1
-0
/
+1
*
Simplify by using ?: operator
Fomafix
2019-04-15
1
-6
/
+2
*
Move UploadStashFile to its own file
Reedy
2019-04-14
2
-192
/
+211
*
Fix return type of UploadStashFile::remove()
Reedy
2019-04-14
1
-1
/
+1
*
Replace deprecated function wfEscapeShellArg with Shell::escape()
Derick Alangi
2019-04-07
1
-2
/
+3
*
Collapse some nested if statements
Reedy
2019-04-04
2
-14
/
+8
*
Merge "upload: Simplify file extension extraction in UploadBase"
jenkins-bot
2019-03-25
1
-2
/
+2
|
\
[next]