aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload
Commit message (Expand)AuthorAgeFilesLines
* r110979: removed implode() call and format the message as plaintext, as any H...Aaron Schulz2012-02-081-1/+1
* Properly expand the "error storing file" message. Fixes bug 33846Ian Baker2012-02-081-1/+2
* Fix doc for includes/uploadAntoine Musso2012-02-086-14/+11
* Revert feature out of r109562, r109564, r109570Sam Reed2012-01-221-25/+0
* Followup r109562Sam Reed2012-01-191-1/+2
* * (bug 32341) Add upload by URL domain limitation.Sam Reed2012-01-191-4/+27
* Add __METHOD__ to begin/commitSam Reed2012-01-181-2/+2
* Fixup some returns/return documentationSam Reed2012-01-031-1/+1
* Tidyup outputChunk added in r104687, remove/update documentationSam Reed2012-01-011-4/+3
* update mLocalFile in concatenateChunks to make chunk uploadJan Gerber2011-12-271-1/+4
* Improve/add to documentationSam Reed2011-12-241-2/+9
* In FileBackendBase/FileBackend:Aaron Schulz2011-12-231-7/+13
* Use getPath, all operations are on filerepo level no need to get a local path...Jan Gerber2011-12-231-1/+1
* - add comment to document us_chunk_inx in sql fileJan Gerber2011-12-221-1/+1
* fix race condition in UploadFromChunks, followup to r104687Neil Kandalgaonkar2011-12-201-2/+4
* Cleaned up some references to FSRepo in code and comments. This should have n...Aaron Schulz2011-12-201-1/+1
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-203-47/+32
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-2/+2
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-304-47/+263
* Revert r104659 and its followup r104665: break the unit tests with a fatal er...Roan Kattouw2011-11-304-263/+47
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-304-47/+263
* (bug 1672) Add $wgDisableUploadScriptChecks to allow disabling of the HTML/JS...Roan Kattouw2011-11-201-6/+8
* * Added getInfinity to DatabaseOracleJure Kajzer2011-11-101-0/+1
* w/s fixupMark A. Hershberger2011-11-031-8/+8
* Kill various unused variablesSam Reed2011-10-291-3/+1
* Few bits of documentationSam Reed2011-10-161-1/+5
* Update some deprecated codeSam Reed2011-10-141-9/+32
* Follow-up r98430, use dedicated error message for filename too long error. Ad...Bryan Tong Minh2011-10-071-7/+10
* (bug 30202) Restrict file names on upload to 240 bytes, because wfTimestamp( ...Bryan Tong Minh2011-09-291-0/+8
* * (bug 29154) Allow upload-by-URL to follow HTTP redirectsBrion Vibber2011-09-221-1/+3
* Fixed incorrect userId referenceIan Baker2011-09-141-1/+1
* Partial revert of r65898 (bug 27700). Callers should check 'create' and Title...Aaron Schulz2011-09-081-1/+1
* UploadFromStash::stashSession returned an object instead of a file key, which...Ian Baker2011-08-261-2/+2
* Two bugs:Ian Baker2011-08-181-6/+11
* Cleaning up little things, updates to code clarity, documentation fixes per C...Ian Baker2011-08-163-9/+4
* follow-up r88171 - fix fatal if suggested filename has illegal character in it.Brian Wolff2011-08-161-1/+1
* Removed the ability to pass a key into stashFile(), which simplifies the stas...Ian Baker2011-08-153-50/+22
* Removed complex replag handling, now just query master when record isn't pres...Ian Baker2011-08-151-23/+11
* checking for existence of mLocalFile in stashFile() was invertedIan Baker2011-08-151-1/+1
* cleaned up database query, doesn't have to be aware of column names anymore (...Ian Baker2011-08-151-16/+1
* Fixed incorrect usage of || operator, added testIan Baker2011-08-152-9/+12
* Fixed bug where global wgUploadStashMaxAge wasn't used, removed redundant def...Ian Baker2011-08-041-6/+1
* added a few comments about noAuthNeil Kandalgaonkar2011-08-021-0/+4
* Extend upload api adding an option to upload files in chunks,Jan Gerber2011-08-021-1/+33
* Changed stash age parameter from a constant to a config option, switched to s...Ian Baker2011-07-291-5/+8
* Changed storeResult to storeStatus (more informative), removed leftover stack...Ian Baker2011-07-251-8/+7
* Trim trailing whitespaceSam Reed2011-07-241-1/+4
* Bug #29874 - Image extension strict whitelist handling is inconsistentMark A. Hershberger2011-07-181-1/+1
* No longer using the content hash as a file key. This solves a concurrency pr...Ian Baker2011-07-151-5/+11
* Slightly more informative error message when passed a bogus key (rather than ...Chad Horohoe2011-07-151-0/+5