wiki.techinc.nl/includes/upload
thiemowmde 983c157e6b upload: Use more compact ?? operators and such
This makes the code more compact and more readable while doing the
same as before.

One relevant note: I'm also removing a null check for a variable
that will be used as an array index. This is fine because of the ??
operator. What actually happens is an $maxUploadSize[''] array
access, which never exists and falls back to what comes after the ??.

Change-Id: I7fc82fd179c9594ce5755327523ceec4f502d14f
2024-08-08 16:04:05 +02:00
..
exception Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
Hook Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
UploadBase.php upload: Use more compact ?? operators and such 2024-08-08 16:04:05 +02:00
UploadFromChunks.php upload: Use more compact ?? operators and such 2024-08-08 16:04:05 +02:00
UploadFromFile.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
UploadFromStash.php Make verifyPartialFile reuse SHA1 hash if we already know 2024-03-02 00:56:39 -08:00
UploadFromUrl.php upload: Fix PSR2.Classes.PropertyDeclaration.Multiple errors 2024-04-21 23:06:07 +03:00
UploadStash.php Use StatusValue::getMessages() instead of deprecated methods 2024-05-18 14:45:54 +00:00
UploadStashFile.php Optimize AssembleUploadChunks to reuse SHA1 hash instead of recalc 2024-02-25 23:54:33 -08:00