| Commit message (Expand) | Author | Age | Files | Lines |
* | r110979: removed implode() call and format the message as plaintext, as any H... | Aaron Schulz | 2012-02-08 | 1 | -1/+1 |
* | Properly expand the "error storing file" message. Fixes bug 33846 | Ian Baker | 2012-02-08 | 1 | -1/+2 |
* | Fix doc for includes/upload | Antoine Musso | 2012-02-08 | 6 | -14/+11 |
* | Revert feature out of r109562, r109564, r109570 | Sam Reed | 2012-01-22 | 1 | -25/+0 |
* | Followup r109562 | Sam Reed | 2012-01-19 | 1 | -1/+2 |
* | * (bug 32341) Add upload by URL domain limitation. | Sam Reed | 2012-01-19 | 1 | -4/+27 |
* | Add __METHOD__ to begin/commit | Sam Reed | 2012-01-18 | 1 | -2/+2 |
* | Fixup some returns/return documentation | Sam Reed | 2012-01-03 | 1 | -1/+1 |
* | Tidyup outputChunk added in r104687, remove/update documentation | Sam Reed | 2012-01-01 | 1 | -4/+3 |
* | update mLocalFile in concatenateChunks to make chunk upload | Jan Gerber | 2011-12-27 | 1 | -1/+4 |
* | Improve/add to documentation | Sam Reed | 2011-12-24 | 1 | -2/+9 |
* | In FileBackendBase/FileBackend: | Aaron Schulz | 2011-12-23 | 1 | -7/+13 |
* | Use getPath, all operations are on filerepo level no need to get a local path... | Jan Gerber | 2011-12-23 | 1 | -1/+1 |
* | - add comment to document us_chunk_inx in sql file | Jan Gerber | 2011-12-22 | 1 | -1/+1 |
* | fix race condition in UploadFromChunks, followup to r104687 | Neil Kandalgaonkar | 2011-12-20 | 1 | -2/+4 |
* | Cleaned up some references to FSRepo in code and comments. This should have n... | Aaron Schulz | 2011-12-20 | 1 | -1/+1 |
* | Merged FileBackend branch. Manually avoiding merging the many prop-only chang... | Aaron Schulz | 2011-12-20 | 3 | -47/+32 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -2/+2 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 4 | -47/+263 |
* | Revert r104659 and its followup r104665: break the unit tests with a fatal er... | Roan Kattouw | 2011-11-30 | 4 | -263/+47 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 4 | -47/+263 |
* | (bug 1672) Add $wgDisableUploadScriptChecks to allow disabling of the HTML/JS... | Roan Kattouw | 2011-11-20 | 1 | -6/+8 |
* | * Added getInfinity to DatabaseOracle | Jure Kajzer | 2011-11-10 | 1 | -0/+1 |
* | w/s fixup | Mark A. Hershberger | 2011-11-03 | 1 | -8/+8 |
* | Kill various unused variables | Sam Reed | 2011-10-29 | 1 | -3/+1 |
* | Few bits of documentation | Sam Reed | 2011-10-16 | 1 | -1/+5 |
* | Update some deprecated code | Sam Reed | 2011-10-14 | 1 | -9/+32 |
* | Follow-up r98430, use dedicated error message for filename too long error. Ad... | Bryan Tong Minh | 2011-10-07 | 1 | -7/+10 |
* | (bug 30202) Restrict file names on upload to 240 bytes, because wfTimestamp( ... | Bryan Tong Minh | 2011-09-29 | 1 | -0/+8 |
* | * (bug 29154) Allow upload-by-URL to follow HTTP redirects | Brion Vibber | 2011-09-22 | 1 | -1/+3 |
* | Fixed incorrect userId reference | Ian Baker | 2011-09-14 | 1 | -1/+1 |
* | Partial revert of r65898 (bug 27700). Callers should check 'create' and Title... | Aaron Schulz | 2011-09-08 | 1 | -1/+1 |
* | 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 | 3 | -9/+4 |
* | follow-up r88171 - fix fatal if suggested filename has illegal character in it. | Brian Wolff | 2011-08-16 | 1 | -1/+1 |
* | Removed the ability to pass a key into stashFile(), which simplifies the stas... | Ian Baker | 2011-08-15 | 3 | -50/+22 |
* | Removed complex replag handling, now just query master when record isn't pres... | Ian Baker | 2011-08-15 | 1 | -23/+11 |
* | checking for existence of mLocalFile in stashFile() was inverted | Ian Baker | 2011-08-15 | 1 | -1/+1 |
* | cleaned up database query, doesn't have to be aware of column names anymore (... | Ian Baker | 2011-08-15 | 1 | -16/+1 |
* | Fixed incorrect usage of || operator, added test | Ian Baker | 2011-08-15 | 2 | -9/+12 |
* | Fixed bug where global wgUploadStashMaxAge wasn't used, removed redundant def... | Ian Baker | 2011-08-04 | 1 | -6/+1 |
* | added a few comments about noAuth | Neil Kandalgaonkar | 2011-08-02 | 1 | -0/+4 |
* | Extend upload api adding an option to upload files in chunks, | Jan Gerber | 2011-08-02 | 1 | -1/+33 |
* | Changed stash age parameter from a constant to a config option, switched to s... | Ian Baker | 2011-07-29 | 1 | -5/+8 |
* | Changed storeResult to storeStatus (more informative), removed leftover stack... | Ian Baker | 2011-07-25 | 1 | -8/+7 |
* | Trim trailing whitespace | Sam Reed | 2011-07-24 | 1 | -1/+4 |
* | Bug #29874 - Image extension strict whitelist handling is inconsistent | Mark A. Hershberger | 2011-07-18 | 1 | -1/+1 |
* | No longer using the content hash as a file key. This solves a concurrency pr... | Ian Baker | 2011-07-15 | 1 | -5/+11 |
* | Slightly more informative error message when passed a bogus key (rather than ... | Chad Horohoe | 2011-07-15 | 1 | -0/+5 |