aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/FileRepo.php
Commit message (Expand)AuthorAgeFilesLines
* Disable file locking for thumbnail purging just as it already is with creatio...Aaron Schulz2012-03-221-1/+6
* enhance filerepo doc structureAntoine Musso2012-02-081-0/+8
* align variables / enhance commentAntoine Musso2012-02-081-4/+6
* debug statement for FileRepo::storeBatch()Antoine Musso2012-02-081-5/+7
* Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke...Aaron Schulz2012-01-291-3/+3
* FileRepo: check constructor parametersAntoine Musso2012-01-231-1/+10
* * Fixed bugs in SwiftFileBackend file listing codeAaron Schulz2012-01-221-1/+1
* Renamed 'overwriteDest' FileBackend operation parameter to just 'overwrite', ...Aaron Schulz2012-01-191-1/+1
* Follow-up r108185: removed now unused ALLOW_STALE paramAaron Schulz2012-01-161-5/+0
* Fixed annoying bug in FileRepo::deleteBatch() when a file is deleted that has...Aaron Schulz2012-01-141-12/+8
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-1/+5
* Kill "* @return void"Sam Reed2012-01-121-5/+1
* * Follow-up r107170: Moved FileBackend::concatenate() outside of doOperations...Aaron Schulz2012-01-081-5/+3
* In FileBackend:Aaron Schulz2012-01-081-5/+5
* In FileBackend/FileOp:Aaron Schulz2012-01-071-1/+1
* * Updated rebuildImages.php per r106752.Aaron Schulz2012-01-041-1/+2
* * Removed excess prepare() calls in initZones() - the batch functions already...Aaron Schulz2012-01-031-9/+6
* Fixup some returns/return documentationSam Reed2012-01-031-3/+1
* Followup r106752Sam Reed2012-01-011-2/+2
* In FileBackendBase/FileBackend:Aaron Schulz2011-12-231-3/+7
* * FU r106752: de-uglified Setup.php by moving most of the b/c code into FileB...Aaron Schulz2011-12-221-22/+9
* * FU r106752: unbreak urls to ForeignAPIRepo file thumbnails. FileRepo no lon...Aaron Schulz2011-12-211-12/+18
* * Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.Aaron Schulz2011-12-211-11/+8
* FU r106752: use "media-" instead of "images-" in container names. Long live b...Aaron Schulz2011-12-201-1/+1
* Cleaned up some references to FSRepo in code and comments. This should have n...Aaron Schulz2011-12-201-1/+1
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-143/+859
* FU r101117: removed cURL thumb handler code and made thumb_handler.php a thin...Aaron Schulz2011-12-081-0/+9
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-0/+8
* Revert r104659 and its followup r104665: break the unit tests with a fatal er...Roan Kattouw2011-11-301-8/+0
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-0/+8
* Fixed comment typoAaron Schulz2011-11-161-1/+1
* FU r102073:Aaron Schulz2011-11-111-12/+8
* Added title type hint to invalidateImageRedirect here tooAaron Schulz2011-11-051-1/+1
* * Added File::normalizeTitle() function and used it to consolidate file title...Aaron Schulz2011-11-041-1/+1
* * Added some Title type hintingAaron Schulz2011-11-041-1/+1
* * Removed newFileFromKey() which had a misleading description and a bug where...Aaron Schulz2011-10-191-39/+16
* DocumentationSam Reed2011-09-071-6/+36
* Swap else if for elseifSam Reed2011-06-171-10/+10
* And even more documentationSam Reed2011-05-281-1/+7
* Some HipHop fixes:Tim Starling2011-05-271-1/+1
* Swift needs to rewrite entire files. We need this call to prevent N**2 operat...Russ Nelson2011-05-231-1/+9
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-1/+1
* Reverted r84918 per CRAaron Schulz2011-03-281-0/+58
* findFileFromKey, newFileFromKey, $fileFactoryKey, and $oldFileFactoryKey were...Russ Nelson2011-03-281-58/+0
* Don't assume newFileFromKey always returns a File object (some repos many not...Aaron Schulz2011-03-271-1/+1
* Made FileRepo::newFileFromKey actually workAaron Schulz2011-03-221-3/+4
* Followup r84470, fill "MW 1.15 compat"Sam Reed2011-03-221-14/+2
* Some docs, a spelin eror and fixing a mw1.15 compatibility bug.Russ Nelson2011-03-211-0/+2
* More comments on hash inputsAaron Schulz2011-03-201-2/+2
* Tweak documentationSam Reed2011-02-271-0/+2