aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/FSRepo.php
Commit message (Expand)AuthorAgeFilesLines
* In FileBackend/FileOp:Aaron Schulz2012-01-071-4/+5
* In LocalFile:Aaron Schulz2011-12-261-5/+0
* FU r106752: use "media-" instead of "images-" in container names. Long live b...Aaron Schulz2011-12-201-5/+5
* FU r106752: added b/c code to FSRepo to make things easy for extensions (like...Aaron Schulz2011-12-201-3/+41
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-765/+3
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-1/+1
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-1/+53
* Revert r104659 and its followup r104665: break the unit tests with a fatal er...Roan Kattouw2011-11-301-53/+1
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-1/+53
* Kill various unused variablesSam Reed2011-10-291-1/+0
* StoreBatchTest counts even MORE correct than before.Russ Nelson2011-10-161-0/+2
* Document return typesAaron Schulz2011-10-091-1/+16
* Adding __METHOD__ to parameters passed to wfMkdirParents()Sam Reed2011-07-251-20/+20
* Bunch of error suppression operator fixes (bug Chad Horohoe2011-07-061-4/+8
* There is no getThumbRel;Russ Nelson2011-05-291-12/+12
* And even more documentationSam Reed2011-05-281-0/+16
* Space cadet\!Russ Nelson2011-05-231-1/+1
* Fill-in missing implementations of abstract function appendFinish()Russ Nelson2011-05-231-0/+3
* missing closedir() and ... protected the readdir against opendir() failingRuss Nelson2011-03-301-2/+5
* Fix and make file moving better resilient against errors by first copying the...Bryan Tong Minh2011-03-041-8/+20
* Remove unused variablesSam Reed2011-02-181-1/+1
* (bug 19751) Filesystem is now checked during image undeletionBryan Tong Minh2011-02-041-1/+47
* * added file description headersAlexandre Emsenhuber2010-09-041-0/+6
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-261-12/+12
* follow up r62231, r61779, r62175Mark A. Hershberger2010-02-221-9/+19
* * new FauxResponse class to help with unit testingMark A. Hershberger2010-02-101-1/+28
* Removed JS2 work (has been moved to the js2-work branch). Has been lightly te...Tim Starling2009-11-261-27/+0
* Move construction of $url and $thumbUrl up to FileRepo so ForeignApiRepo can ...Chad Horohoe2009-10-091-4/+4
* Comments and whitespace fixes only.Tim Starling2009-09-101-16/+18
* * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the t...Tim Starling2009-07-161-0/+14
* here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...Michael Dale2009-07-141-0/+25
* Cleanup to r50310 & 50313: Don't use @ on chmod() and dl(), use wfSuppressWar...Chad Horohoe2009-05-191-3/+13
* Supress chmod() errors, they're annoying and very common. In all liklihood, t...Chad Horohoe2009-05-071-4/+5
* Fix a typo in the function nameVictor Vasiliev2009-03-291-2/+2
* Improve image moving error handling:Victor Vasiliev2009-03-291-0/+27
* * Add a .htaccess to deleted images directory for additional protectionBrion Vibber2008-11-171-5/+16
* * Redo thumb caching and make it a part of the default /thumb/ structure with...Chad Horohoe2008-11-081-9/+1
* Revert r39608 "More descriptive sanitized paths for file repo errors"Brion Vibber2008-08-191-3/+3
* More descriptive sanitized paths for file repo errorsFran Rogers2008-08-181-3/+3
* * We no longer just give up on a missing upload base directory; it's nowBrion Vibber2008-06-101-0/+6
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-19/+17
* put a @ on a chmod, since all other file ops in there are so marked.Brion Vibber2008-01-301-1/+1
* Revert r29361 -- breaks upload, calls nonexistent functionsBrion Vibber2008-01-081-8/+3
* Added RepoGroup::setSingleton(). Required to support the DumpHTML extension. Tim Starling2008-01-071-3/+8
* Revert r26281 for the moment. Big patch, changes several existing practices. ...Brion Vibber2007-10-011-9/+2
* *Clean up deletion of revisions and remove some gapsAaron Schulz2007-10-011-2/+9
* A message (fileexists) with the same name of another one was introduced in r2...Rotem Liss2007-07-291-2/+2
* Seed subdirs in the deleted zone with a blank index.html file, to prevent cra...Tim Starling2007-07-231-5/+16
* * Introduced FileRepoStatus -- result class for file repo operations. Tim Starling2007-07-221-87/+293