aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove FileRepoStatus references"jenkins-bot2016-12-223-8/+8
|\
| * Remove FileRepoStatus referencesAaron Schulz2016-12-213-8/+8
* | Remove FSRepoReedy2016-12-211-81/+0
|/
* Move TempFileRepo to a separate fileAaron Schulz2016-12-182-9/+9
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-126-18/+18
* Fix MediaTransformError message handlingBrad Jorsch2016-11-301-1/+1
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-186-21/+31
* Merge "Remove empty lines at end of functions"jenkins-bot2016-11-071-3/+0
|\
| * Remove empty lines at end of functionsumherirrender2016-11-051-3/+0
* | LocalRepo::checkRedirect(): Fix use of __METHOD__ in closureKevin Israel2016-11-051-4/+4
|/
* Refactor rev_delete handling on deletionumherirrender2016-10-271-7/+1
* Merge "Use getConnectionRef() in ForeignDBViaLBRepo"jenkins-bot2016-10-061-5/+4
|\
| * Use getConnectionRef() in ForeignDBViaLBRepoAaron Schulz2016-10-051-5/+4
* | Fix numerous FileRepo IDEA warningsAaron Schulz2016-10-057-53/+58
|/
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-2/+2
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-272-2/+2
* Clean up misuse of wfTimestampOrNull()Timo Tijhof2016-09-241-2/+2
* Remove MimeMagic depedency from FSFile and move it to /libsAaron Schulz2016-09-221-2/+2
* Merge "Migrate callers to new MWFileProps::getPropsFromPath() method"jenkins-bot2016-09-223-4/+13
|\
| * Migrate callers to new MWFileProps::getPropsFromPath() methodAaron Schulz2016-09-223-4/+13
* | Dependency inject $wgTmpDirectory into FileBackend classesAaron Schulz2016-09-211-0/+1
|/
* Merge "FSFile and TempFSFile cleanups"jenkins-bot2016-09-201-1/+1
|\
| * FSFile and TempFSFile cleanupsAaron Schulz2016-09-191-1/+1
* | Fixed method name casing and IDEA warnings in FileRepoAaron Schulz2016-09-192-2/+3
* | Cleanups and IDEA warning fixes to FileRepo classesAaron Schulz2016-09-195-10/+16
|/
* Make Status extend StatusValue and start FileBackend updateAaron Schulz2016-09-171-3/+5
* Remove wfGetCaller() dependency from DatabaseBaseAaron Schulz2016-09-152-12/+21
* Use Database::timestamp in LocalFile::loadFieldsWithTimestampumherirrender2016-09-101-6/+8
* Documentation: Replace misuse of 'later' when we meant 'latter'James D. Forrester2016-09-071-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-054-5/+5
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Clean array() syntax in docs, part VAmir Sarabadani2016-09-052-4/+4
* Convert LocalFile to using getWithSetCallback() for cachingAaron Schulz2016-08-311-68/+56
* objectcache: add and use adaptiveTTL() methodAaron Schulz2016-08-312-31/+45
* Avoid INSERT..SELECT in LocalFileDeleteBatchAaron Schulz2016-08-231-39/+52
* SECURITY: Do not allow undeleting a revdel'd file if its top fileBrian Wolff2016-08-231-2/+3
* Move thumbnail rendering to a more appropriate spotGilles Dubuc2016-08-161-0/+29
* Merge "Defer maybeUpgradeRow() post-send since they can trigger on non-POST"jenkins-bot2016-08-161-14/+23
|\
| * Defer maybeUpgradeRow() post-send since they can trigger on non-POSTAaron Schulz2016-08-111-14/+23
* | Clean up array() syntax in docs, part IIIAmir Sarabadani2016-08-131-2/+2
|/
* Merge "phpdoc File::makeTransformTmpFile can return null"jenkins-bot2016-08-041-1/+1
|\
| * phpdoc File::makeTransformTmpFile can return nulladdshore2016-08-031-1/+1
* | Canonicalise '@deprecated since' doc commentsBartosz DziewoƄski2016-08-021-1/+1
|/
* phpdoc File::transform can return ThumbnailImageaddshore2016-08-011-1/+1
* Make recordUpload2() deferred updates PRESEND againAaron Schulz2016-07-311-1/+2
* Merge "Make revision deletion acquire file locks to avoid races"jenkins-bot2016-07-271-7/+29
|\
| * Make revision deletion acquire file locks to avoid racesAaron Schulz2016-07-261-7/+29
* | Convert onTransactionIdle() callers to DeferredUpdate subclassesAaron Schulz2016-07-251-86/+92
* | Avoid use of DB rollback() in LocalFileMoveBatchAaron Schulz2016-07-251-48/+57
* | Avoid the use of DB rollback() in LocalFileDeleteBatchAaron Schulz2016-07-221-12/+4