Kill "* @return void"
[lhc/web/wiklou.git] / includes / filerepo /
2012-01-12 Sam ReedKill "* @return void"
2012-01-12 Aaron Schulz* Added 'basePath' config param to FSFileBackend and...
2012-01-10 Aaron Schulzr108353: Distinguish null/false in FileBackend::fileExi...
2012-01-09 Aaron SchulzRemoved debug code from r108472
2012-01-09 Aaron SchulzFix r108185: file transform store op needs 'overwriteDest'
2012-01-09 Aaron Schulz* Fixed FileOp::attemptBatch() bug that had status...
2012-01-09 Antoine Mussofilerepo: always use realpath()
2012-01-09 Aaron Schulz* r107986: Added readOnly checks to prepare(), secure...
2012-01-08 Aaron Schulz* Fixed 'success' value of doOperations() Status to...
2012-01-08 Aaron Schulz* Follow-up r107170: Moved FileBackend::concatenate...
2012-01-08 Aaron SchulzIn FileBackend:
2012-01-07 Aaron Schulz* Fixed bogus dollar signs left in $tmpGlobals array...
2012-01-07 Aaron SchulzPartially reverted bits from r108300. Not allowing...
2012-01-07 Aaron SchulzIn FileBackend/FileOp:
2012-01-06 Aaron Schulzr108192: Explicitly set flags for RecursiveDirectoryIte...
2012-01-06 Aaron SchulzFixes for r106752:
2012-01-05 Aaron SchulzPartially reverted r108111: we can't assume subclasses...
2012-01-05 Aaron Schulz* Made use of FileBackend function 'latest' param in...
2012-01-05 Aaron SchulzIn SpecialUploadStash:
2012-01-05 Aaron SchulzIn FSFile:
2012-01-04 Aaron Schulz* Updated rebuildImages.php per r106752.
2012-01-04 Aaron Schulz* Added FileBackendBase::getFileContents() function...
2012-01-04 Aaron Schulz* Added supported for container sharding via existing...
2012-01-03 Aaron Schulz* Removed excess prepare() calls in initZones() - the...
2012-01-03 Sam ReedFixup some returns/return documentation
2012-01-03 Aaron SchulzFollow-up r107859: use the proper *Internal functions...
2012-01-03 Markus GlaserUse FileOp when file exists ($this->backend has a null...
2012-01-01 Sam ReedCleanup a few unused variables
2012-01-01 Sam ReedFollowup r106752
2012-01-01 Sam ReedFollowup r99892, actually use $options in query
2011-12-31 Sam ReedAdd braces
2011-12-27 Aaron Schulz* Follow-up r107447: removed dead code
2011-12-27 Mark A. Hershbergerre Aaron's comment on r107351: remove double extension...
2011-12-27 Alexandre EmsenhuberPass the user doing the upload to WikiPage::doEdit()
2011-12-27 Aaron SchulzAdded/tweaked some FileBackend function comments
2011-12-27 Mark A. Hershberger* First simple XCF thumbnailing. Convert from ImageMag...
2011-12-27 Mark A. Hershbergerw/s
2011-12-26 Aaron SchulzIn LocalFile:
2011-12-25 Aaron SchulzFixed undefined var from r106280
2011-12-24 Aaron Schulz* Follow-up r107195: these params are resource paths...
2011-12-24 Aaron SchulzFU r106752: fixed call to bogus function in LocalFile...
2011-12-24 Aaron SchulzIn LockManager classes:
2011-12-23 Aaron SchulzIn FileBackendBase/FileBackend:
2011-12-23 Aaron Schulz* Added 'latest' parameter to functions that get inform...
2011-12-22 Aaron SchulzDocumentation fixes
2011-12-22 Aaron Schulz* FU r106752: de-uglified Setup.php by moving most...
2011-12-21 Aaron Schulz* FU r106752: unbreak urls to ForeignAPIRepo file thumb...
2011-12-21 Aaron Schulz* Added FileRepo::SKIP_LOCKING constant and made storeB...
2011-12-21 Aaron SchulzOptimized doOperations() a bit to only get SH locks...
2011-12-21 Aaron Schulz* Renamed FileBackend functions internal to FileBackend...
2011-12-20 Aaron SchulzFU r106752: use "media-" instead of "images-" in contai...
2011-12-20 Aaron SchulzFU r106770: fixed the other getTransform() call
2011-12-20 Aaron SchulzCleaned up some references to FSRepo in code and commen...
2011-12-20 Aaron SchulzFU r106752: added b/c code to FSRepo to make things...
2011-12-20 Aaron SchulzFU r106752: unbreak "other sizes" links on File: pages...
2011-12-20 Aaron SchulzFU r106752: Fixed directory b/c for ForeignAPIRepo...
2011-12-20 Brian Wolfffollow-up r98710/r104410. I personally think that forRe...
2011-12-20 Tim StarlingDon't suppress warnings when attempting file creation...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-08 Aaron SchulzRemoved swift subclass comments from r99546 (that is...
2011-12-08 Antoine MussopurgeThumbList debug message is now a oneliner
2011-12-08 Aaron SchulzFU r101117: removed cURL thumb handler code and made...
2011-12-05 Roan KattouwRevert r105140 temporarily. The exception is thrown...
2011-12-04 Aaron SchulzAdded file old version name sanity check to recordUpload2()
2011-11-30 Jan Gerberadd concatenate no-op to ForeignAPIRepo.php
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-11-28 Aaron SchulzFix r104410: Added default value for $options to purgeT...
2011-11-28 Aaron SchulzFU r104410: don't even bother calling filterThumbnailPu...
2011-11-28 Aaron SchulzRestored r98710 but with a 'forRefresh' option (not...
2011-11-17 Aaron SchulzDocumentation
2011-11-16 Aaron SchulzMoved File classes to filerepo/file (as well as Archive...
2011-11-16 Aaron SchulzFixed comment typo
2011-11-16 Alexandre EmsenhuberPer Aaron, fix for r102973: create directly a WikiFileP...
2011-11-16 Brian Wolff(bug 31535; bug 332) Properly truncate upload summaries...
2011-11-15 Aaron SchulzChanged new LocalFilePurgeThumbnails hook arguments...
2011-11-14 Alexandre EmsenhuberUpdated remaining functions executing NewRevisionFromEd...
2011-11-11 Aaron SchulzFU r102073:
2011-11-07 Aaron SchulzRemoved old, unused, MW_IMG_* constants
2011-11-07 Aaron SchulzFU r102073:
2011-11-07 Aaron Schulz* Use 'new self' instead of hard-coded class name
2011-11-05 Aaron SchulzAdded title type hint to invalidateImageRedirect here too
2011-11-04 Aaron Schulz* Added File::normalizeTitle() function and used it...
2011-11-04 Aaron Schulz* Added some Title type hinting
2011-11-04 Aaron SchulzRemoved debug code from r101944
2011-11-04 Brion VibberPartial revert of r101912 -- restores r99315 'includexm...
2011-11-03 Antoine Mussolet us force thumb rendering even if previous file...
2011-10-29 Sam ReedKill various unused variables
2011-10-28 Aaron SchulzFU r100716:
2011-10-27 Aaron SchulzReverted r84395,r98710: thumbnails must be purged on...
2011-10-27 PlatonidesRemoval of unused globals
2011-10-25 Aaron SchulzAdded temporary LocalFilePurgeThumbnails hook for bug...
2011-10-25 Aaron SchulzMarked purgeThumbList() protected
2011-10-20 Aaron SchulzRemoved deprecated getFullPath(); no callers
2011-10-19 Aaron Schulz* Removed newFileFromKey() which had a misleading descr...
2011-10-16 Russ NelsonStoreBatchTest counts even MORE correct than before.
2011-10-15 Aaron SchulzRefactored cleanupDeletedBatch() by splitting out the...
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
next