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
/
UploadFromStash.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-0
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
upload: Add missing documentation to class properties
Umherirrender
2024-09-04
1
-0
/
+3
*
Make verifyPartialFile reuse SHA1 hash if we already know
Brian Wolff
2024-03-02
1
-2
/
+8
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-2
/
+2
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-1
/
+0
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-0
/
+1
*
UploadFromStash: convert default user from false to null
Petr Pchelko
2021-05-19
1
-2
/
+2
*
Upload: convert b/c cases to UserIdentity
Petr Pchelko
2021-05-13
1
-1
/
+2
*
Improve class property documentation
Umherirrender
2020-10-30
1
-2
/
+2
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
Use MediaWikiServices::getRepoGroup in file related classes
Umherirrender
2020-03-14
1
-1
/
+3
*
Simplify some code by changing single-scope properties to local variables
Daimona Eaytoy
2019-09-07
1
-5
/
+2
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Remove pointless override of doStashFile in UploadFromStash
Aaron Schulz
2016-08-17
1
-18
/
+0
*
Introduce UploadStashFile hook, improve API handling of stash errors
Bartosz Dziewoński
2016-08-09
1
-2
/
+2
*
UploadBase: Formally deprecate old methods for stashing files
Bartosz Dziewoński
2016-08-03
1
-8
/
+0
*
UploadFromStash: Only remove stashed file on successful uploads
Bartosz Dziewoński
2016-01-21
1
-10
/
+3
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-1
/
+1
*
Update formatting of includes/upload/
Siebrand Mazeland
2014-05-09
1
-0
/
+2
*
Update docs and declare visibility on class props
Siebrand Mazeland
2013-11-01
1
-19
/
+25
*
SECURITY: Do checks on all upload types
csteipp
2013-05-21
1
-7
/
+2
*
Fixed spacing in context/installer/media/templates/upload folder
umherirrender
2013-04-21
1
-3
/
+3
*
Make UploadBase::getTempFileSha1Base36 public
Marius Hoch
2013-02-28
1
-1
/
+1
*
Added async upload-from-stash support.
Aaron Schulz
2013-01-09
1
-2
/
+10
*
Fix method declaration in UploadFromStash
umherirrender
2012-12-07
1
-2
/
+3
*
[Upload] [Schema] Added us_props column to avoid expensive GETs.
Aaron Schulz
2012-12-03
1
-1
/
+1
*
Minor bits of documentation updates to upload code
Reedy
2012-08-09
1
-2
/
+0
*
Big oops - merged to wrong branch.
awjrichards
2012-06-05
1
-0
/
+22
*
Revert to arbitrarily old point before initial remote branch creation to help...
awjrichards
2012-06-02
1
-22
/
+0
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-29
1
-0
/
+22
*
Can't return values from functions that don't return anything
Reedy
2012-04-19
1
-1
/
+1
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
Fix doc for includes/upload
Antoine Musso
2012-02-08
1
-3
/
+1
*
Use database to track uploaded chunks and concatenate at the end.
Jan Gerber
2011-11-30
1
-36
/
+0
*
Revert r104659 and its followup r104665: break the unit tests with a fatal er...
Roan Kattouw
2011-11-30
1
-0
/
+36
*
Use database to track uploaded chunks and concatenate at the end.
Jan Gerber
2011-11-30
1
-36
/
+0
*
Few bits of documentation
Sam Reed
2011-10-16
1
-1
/
+5
*
Update some deprecated code
Sam Reed
2011-10-14
1
-9
/
+32
*
UploadFromStash::stashSession returned an object instead of a file key, which...
Ian Baker
2011-08-26
1
-2
/
+2
*
Two bugs:
Ian Baker
2011-08-18
1
-6
/
+11
*
Cleaning up little things, updates to code clarity, documentation fixes per C...
Ian Baker
2011-08-16
1
-1
/
+1
*
Removed the ability to pass a key into stashFile(), which simplifies the stas...
Ian Baker
2011-08-15
1
-4
/
+4
*
checking for existence of mLocalFile in stashFile() was inverted
Ian Baker
2011-08-15
1
-1
/
+1
*
Fixed incorrect usage of || operator, added test
Ian Baker
2011-08-15
1
-8
/
+11
*
Extend upload api adding an option to upload files in chunks,
Jan Gerber
2011-08-02
1
-1
/
+33
*
properly handle the case where a file disappears during the uploadwizard process
Ian Baker
2011-07-14
1
-4
/
+13
[next]