| Commit message (Expand) | Author | Age | Files | Lines |
* | In FileBackend/FileOp: | Aaron Schulz | 2012-01-07 | 1 | -4/+5 |
* | In LocalFile: | Aaron Schulz | 2011-12-26 | 1 | -5/+0 |
* | FU r106752: use "media-" instead of "images-" in container names. Long live b... | Aaron Schulz | 2011-12-20 | 1 | -5/+5 |
* | FU r106752: added b/c code to FSRepo to make things easy for extensions (like... | Aaron Schulz | 2011-12-20 | 1 | -3/+41 |
* | Merged FileBackend branch. Manually avoiding merging the many prop-only chang... | Aaron Schulz | 2011-12-20 | 1 | -765/+3 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -1/+1 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 1 | -1/+53 |
* | Revert r104659 and its followup r104665: break the unit tests with a fatal er... | Roan Kattouw | 2011-11-30 | 1 | -53/+1 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 1 | -1/+53 |
* | Kill various unused variables | Sam Reed | 2011-10-29 | 1 | -1/+0 |
* | StoreBatchTest counts even MORE correct than before. | Russ Nelson | 2011-10-16 | 1 | -0/+2 |
* | Document return types | Aaron Schulz | 2011-10-09 | 1 | -1/+16 |
* | Adding __METHOD__ to parameters passed to wfMkdirParents() | Sam Reed | 2011-07-25 | 1 | -20/+20 |
* | Bunch of error suppression operator fixes (bug | Chad Horohoe | 2011-07-06 | 1 | -4/+8 |
* | There is no getThumbRel; | Russ Nelson | 2011-05-29 | 1 | -12/+12 |
* | And even more documentation | Sam Reed | 2011-05-28 | 1 | -0/+16 |
* | Space cadet\! | Russ Nelson | 2011-05-23 | 1 | -1/+1 |
* | Fill-in missing implementations of abstract function appendFinish() | Russ Nelson | 2011-05-23 | 1 | -0/+3 |
* | missing closedir() and ... protected the readdir against opendir() failing | Russ Nelson | 2011-03-30 | 1 | -2/+5 |
* | Fix and make file moving better resilient against errors by first copying the... | Bryan Tong Minh | 2011-03-04 | 1 | -8/+20 |
* | Remove unused variables | Sam Reed | 2011-02-18 | 1 | -1/+1 |
* | (bug 19751) Filesystem is now checked during image undeletion | Bryan Tong Minh | 2011-02-04 | 1 | -1/+47 |
* | * added file description headers | Alexandre Emsenhuber | 2010-09-04 | 1 | -0/+6 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-03-26 | 1 | -12/+12 |
* | follow up r62231, r61779, r62175 | Mark A. Hershberger | 2010-02-22 | 1 | -9/+19 |
* | * new FauxResponse class to help with unit testing | Mark A. Hershberger | 2010-02-10 | 1 | -1/+28 |
* | Removed JS2 work (has been moved to the js2-work branch). Has been lightly te... | Tim Starling | 2009-11-26 | 1 | -27/+0 |
* | Move construction of $url and $thumbUrl up to FileRepo so ForeignApiRepo can ... | Chad Horohoe | 2009-10-09 | 1 | -4/+4 |
* | Comments and whitespace fixes only. | Tim Starling | 2009-09-10 | 1 | -16/+18 |
* | * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the t... | Tim Starling | 2009-07-16 | 1 | -0/+14 |
* | here it is ... the upload-api, script-server, js2 (javascript phase2) branch ... | Michael Dale | 2009-07-14 | 1 | -0/+25 |
* | Cleanup to r50310 & 50313: Don't use @ on chmod() and dl(), use wfSuppressWar... | Chad Horohoe | 2009-05-19 | 1 | -3/+13 |
* | Supress chmod() errors, they're annoying and very common. In all liklihood, t... | Chad Horohoe | 2009-05-07 | 1 | -4/+5 |
* | Fix a typo in the function name | Victor Vasiliev | 2009-03-29 | 1 | -2/+2 |
* | Improve image moving error handling: | Victor Vasiliev | 2009-03-29 | 1 | -0/+27 |
* | * Add a .htaccess to deleted images directory for additional protection | Brion Vibber | 2008-11-17 | 1 | -5/+16 |
* | * Redo thumb caching and make it a part of the default /thumb/ structure with... | Chad Horohoe | 2008-11-08 | 1 | -9/+1 |
* | Revert r39608 "More descriptive sanitized paths for file repo errors" | Brion Vibber | 2008-08-19 | 1 | -3/+3 |
* | More descriptive sanitized paths for file repo errors | Fran Rogers | 2008-08-18 | 1 | -3/+3 |
* | * We no longer just give up on a missing upload base directory; it's now | Brion Vibber | 2008-06-10 | 1 | -0/+6 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+1 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -19/+17 |
* | put a @ on a chmod, since all other file ops in there are so marked. | Brion Vibber | 2008-01-30 | 1 | -1/+1 |
* | Revert r29361 -- breaks upload, calls nonexistent functions | Brion Vibber | 2008-01-08 | 1 | -8/+3 |
* | Added RepoGroup::setSingleton(). Required to support the DumpHTML extension. | Tim Starling | 2008-01-07 | 1 | -3/+8 |
* | Revert r26281 for the moment. Big patch, changes several existing practices. ... | Brion Vibber | 2007-10-01 | 1 | -9/+2 |
* | *Clean up deletion of revisions and remove some gaps | Aaron Schulz | 2007-10-01 | 1 | -2/+9 |
* | A message (fileexists) with the same name of another one was introduced in r2... | Rotem Liss | 2007-07-29 | 1 | -2/+2 |
* | Seed subdirs in the deleted zone with a blank index.html file, to prevent cra... | Tim Starling | 2007-07-23 | 1 | -5/+16 |
* | * Introduced FileRepoStatus -- result class for file repo operations. | Tim Starling | 2007-07-22 | 1 | -87/+293 |