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
*
upload: Suppress warnings from iconv()
Ammarpad
2025-03-18
1
-0
/
+2
*
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
5
-5
/
+5
*
Switch over a bunch of class_alias uses to actuals
James D. Forrester
2024-10-03
1
-0
/
+1
*
Add namespace to remaining parts of Wikimedia\FileBackend
James D. Forrester
2024-10-03
1
-0
/
+2
*
Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\Stats
James D. Forrester
2024-09-27
1
-0
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
*
Merge "upload: Remove declaration UploadFromUrl::$mTempPath"
jenkins-bot
2024-09-17
1
-4
/
+0
|
\
|
*
upload: Remove declaration UploadFromUrl::$mTempPath
Umherirrender
2024-09-17
1
-4
/
+0
*
|
Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()
James D. Forrester
2024-09-10
1
-1
/
+1
|
/
*
Merge "upload: Add missing documentation to class properties"
jenkins-bot
2024-09-05
5
-0
/
+17
|
\
|
*
upload: Add missing documentation to class properties
Umherirrender
2024-09-04
5
-0
/
+17
*
|
upload: Use const for UploadBase::$safeXmlEncodings
Umherirrender
2024-09-01
1
-4
/
+4
|
/
*
upload: Use more compact ?? operators and such
thiemowmde
2024-08-08
2
-19
/
+4
*
Namespace MessageSpecifier under Wikimedia\Message\
Bartosz Dziewoński
2024-07-28
4
-3
/
+4
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+1
*
Use namespaced classes (2)
Umherirrender
2024-06-16
3
-0
/
+4
*
Merge "Use StatusValue::getMessages() instead of deprecated methods"
jenkins-bot
2024-05-29
1
-15
/
+10
|
\
|
*
Use StatusValue::getMessages() instead of deprecated methods
Bartosz Dziewoński
2024-05-18
1
-15
/
+10
*
|
Add namespace and deprecation alias to FileBackend
Ebrahim Byagowi
2024-05-19
2
-0
/
+2
|
/
*
upload: Fix PSR2.Classes.PropertyDeclaration.Multiple errors
Taavi Väänänen
2024-04-21
1
-1
/
+2
*
IReadableDatabase::select cannot return false
Umherirrender
2024-04-18
1
-1
/
+1
*
Switch Special:Upload to use async upload-by-url
Giuseppe Lavagetto
2024-03-28
2
-1
/
+63
*
Allow async upload by url via the Api
Giuseppe Lavagetto
2024-03-23
2
-1
/
+23
*
Merge "Make verifyPartialFile reuse SHA1 hash if we already know"
jenkins-bot
2024-03-12
2
-4
/
+14
|
\
|
*
Make verifyPartialFile reuse SHA1 hash if we already know
Brian Wolff
2024-03-02
2
-4
/
+14
*
|
Add getCacheKey static method to UploadFromUrl
Giuseppe Lavagetto
2024-02-28
1
-0
/
+20
|
/
*
Merge "Make chunked upload delete chunks in deferred update"
jenkins-bot
2024-02-27
1
-1
/
+24
|
\
|
*
Make chunked upload delete chunks in deferred update
Brian Wolff
2024-02-23
1
-1
/
+24
*
|
Optimize AssembleUploadChunks to reuse SHA1 hash instead of recalc
Brian Wolff
2024-02-25
3
-8
/
+42
|
/
*
Improve chunked upload jobs and abort assemble job if already in progress
Brian Wolff
2024-02-21
1
-3
/
+22
*
Add additional debug logging for chunked upload
Brian Wolff
2024-02-16
2
-6
/
+84
*
Change $wgSVGMetadataCutoff default to 5 MiB (previously 512KiB).
Brian Wolff
2024-02-09
1
-5
/
+7
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
3
-0
/
+3
*
Make use of the [ ... ] operator instead of array_merge
thiemowmde
2024-01-31
1
-2
/
+2
*
upload: Distinct logs in UploadFromChunks as mention in comment
Umherirrender
2024-01-30
1
-3
/
+3
*
Merge "upload: Remove a duplicate strpos call in UploadBase"
jenkins-bot
2024-01-25
1
-5
/
+5
|
\
|
*
upload: Remove a duplicate strpos call in UploadBase
thiemowmde
2024-01-25
1
-5
/
+5
*
|
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-3
/
+3
*
|
Replace more instances of deprecated MWException
Daimona Eaytoy
2024-01-19
2
-4
/
+2
*
|
Remove unused UploadChunkZeroLengthFileException
Bartosz Dziewoński
2024-01-17
1
-26
/
+0
*
|
Reparent trivial subclasses of MWException
Bartosz Dziewoński
2024-01-17
4
-4
/
+4
|
/
*
Replace MWException with Exception in UploadChunkFileException
Dogu
2024-01-05
1
-1
/
+1
*
layering: UploadBase should not depend on API modules.
daniel
2023-12-16
1
-19
/
+6
*
UploadStashException: Remove redundant doc comments
Bartosz Dziewoński
2023-12-14
11
-22
/
+0
*
Deprecate UploadBase::isThrottled
daniel
2023-10-23
1
-0
/
+4
*
upload: Log all filebackend errors in UploadFromChunks
Umherirrender
2023-10-01
1
-9
/
+49
*
Namespace Sanitizer under \MediaWiki\Parser
James D. Forrester
2023-09-21
2
-0
/
+3
*
Merge "Migrate another major batch to SelectQueryBuilder"
jenkins-bot
2023-09-20
1
-10
/
+5
|
\
[next]