Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN...
[lhc/web/wiklou.git] / includes / filerepo / FSRepo.php
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-10-29 Sam ReedKill various unused variables
2011-10-16 Russ NelsonStoreBatchTest counts even MORE correct than before.
2011-10-09 Aaron SchulzDocument return types
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
2011-05-29 Russ NelsonThere is no getThumbRel;
2011-05-28 Sam ReedAnd even more documentation
2011-05-23 Russ NelsonSpace cadet\!
2011-05-23 Russ NelsonFill-in missing implementations of abstract function...
2011-03-30 Russ Nelsonmissing closedir() and ... protected the readdir agains...
2011-03-04 Bryan Tong MinhFix and make file moving better resilient against error...
2011-02-18 Sam ReedRemove unused variables
2011-02-04 Bryan Tong Minh(bug 19751) Filesystem is now checked during image...
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-09 Chad HorohoeMove construction of $url and $thumbUrl up to FileRepo...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-07-16 Tim Starling* Added FSRepo configuration properties thumbUrl and...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-05-19 Chad HorohoeCleanup to r50310 & 50313: Don't use @ on chmod() and...
2009-05-07 Chad HorohoeSupress chmod() errors, they're annoying and very commo...
2009-03-29 Victor VasilievFix a typo in the function name
2009-03-29 Victor VasilievImprove image moving error handling:
2008-11-17 Brion Vibber* Add a .htaccess to deleted images directory for addit...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
2008-08-19 Brion VibberRevert r39608 "More descriptive sanitized paths for...
2008-08-18 Fran RogersMore descriptive sanitized paths for file repo errors
2008-06-10 Brion Vibber* We no longer just give up on a missing upload base...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-01-30 Brion Vibberput a @ on a chmod, since all other file ops in there...
2008-01-08 Brion VibberRevert r29361 -- breaks upload, calls nonexistent functions
2008-01-07 Tim StarlingAdded RepoGroup::setSingleton(). Required to support...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-07-29 Rotem LissA message (fileexists) with the same name of another...
2007-07-23 Tim StarlingSeed subdirs in the deleted zone with a blank index...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-06 Tim StarlingDon't move the destination to the archive until we...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-06-11 Tim StarlingFix incorrect virtual URL encoding in storeTemp
2007-06-11 Tim StarlingFixed some errant double-slashes appearing in file...
2007-06-03 Tim StarlingFix SpecialUpload::unsaveUploadedFile(). Move UploadVer...
2007-06-03 Tim StarlingPartial implementation of $wgCapitalLinks differences...
2007-05-31 Tim StarlingFixed a few filerepo bugs, added some documentation
2007-05-30 Tim StarlingMerged filerepo-work branch: