aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file
Commit message (Expand)AuthorAgeFilesLines
* Disable file locking for thumbnail purging just as it already is with creatio...Aaron Schulz2012-03-222-2/+2
* MFT r112918, r113214, r113268, r113277, r113312, r113415, r113454, r113737, r...Sam Reed2012-03-161-3/+10
* enhance filerepo doc structureAntoine Musso2012-02-087-17/+24
* Reverted r96516, manually, per CR. Moved maybeDoTransform() code back into tr...Aaron Schulz2012-02-031-92/+74
* * Moved FSFile classes from file/ to backend/Aaron Schulz2012-01-242-331/+0
* * r109659: actually return the exact type we say we doAaron Schulz2012-01-211-5/+8
* Renamed 'overwriteDest' FileBackend operation parameter to just 'overwrite', ...Aaron Schulz2012-01-191-1/+1
* A couple more for r108785Sam Reed2012-01-131-1/+1
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-122-1/+5
* Kill "* @return void"Sam Reed2012-01-122-5/+1
* Removed debug code from r108472Aaron Schulz2012-01-091-1/+0
* Fix r108185: file transform store op needs 'overwriteDest'Aaron Schulz2012-01-091-1/+2
* * Fixed FileOp::attemptBatch() bug that had status->ok set wrong if 'force' o...Aaron Schulz2012-01-091-4/+5
* In FileBackend:Aaron Schulz2012-01-081-1/+1
* Partially reverted r108111: we can't assume subclasses put thumbnails in the....Aaron Schulz2012-01-051-3/+6
* In SpecialUploadStash:Aaron Schulz2012-01-051-25/+51
* In FSFile:Aaron Schulz2012-01-051-5/+29
* * Follow-up r107447: removed dead codeAaron Schulz2011-12-271-7/+6
* re Aaron's comment on r107351: remove double extension from temporary fileMark A. Hershberger2011-12-271-1/+1
* Pass the user doing the upload to WikiPage::doEdit()Alexandre Emsenhuber2011-12-271-1/+1
* * First simple XCF thumbnailing. Convert from ImageMagick has buggyMark A. Hershberger2011-12-271-2/+5
* w/sMark A. Hershberger2011-12-271-4/+4
* In LocalFile:Aaron Schulz2011-12-261-79/+82
* FU r106752: fixed call to bogus function in LocalFile::getSha1()Aaron Schulz2011-12-241-1/+1
* In FileBackendBase/FileBackend:Aaron Schulz2011-12-231-1/+1
* * FU r106752: unbreak urls to ForeignAPIRepo file thumbnails. FileRepo no lon...Aaron Schulz2011-12-211-2/+1
* * Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.Aaron Schulz2011-12-211-23/+36
* FU r106770: fixed the other getTransform() callAaron Schulz2011-12-201-1/+4
* Cleaned up some references to FSRepo in code and comments. This should have n...Aaron Schulz2011-12-203-8/+8
* FU r106752: unbreak "other sizes" links on File: pages by working around the ...Aaron Schulz2011-12-201-2/+4
* follow-up r98710/r104410. I personally think that forRefresh is confusing, si...Brian Wolff2011-12-202-2/+2
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-207-185/+485
* purgeThumbList debug message is now a onelinerAntoine Musso2011-12-081-1/+6
* Revert r105140 temporarily. The exception is thrown while running the parser ...Roan Kattouw2011-12-051-3/+0
* Added file old version name sanity check to recordUpload2()Aaron Schulz2011-12-041-0/+3
* Fix r104410: Added default value for $options to purgeThumbnails(), not sure ...Aaron Schulz2011-11-281-1/+1
* FU r104410: don't even bother calling filterThumbnailPurgeList() if 'forRefre...Aaron Schulz2011-11-281-3/+5
* Restored r98710 but with a 'forRefresh' option (not used yet)Aaron Schulz2011-11-283-7/+25
* Moved File classes to filerepo/file (as well as ArchivedFile)Aaron Schulz2011-11-167-0/+5235