aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clarify some HTML / plain text strings"jenkins-bot2025-04-041-3/+3
|\
| * Clarify some HTML / plain text stringsLucas Werkmeister2025-04-031-3/+3
* | file: Use type declaration on undocumented private functionsUmherirrender2025-03-304-8/+10
|/
* LocalFileRestoreBatch: Add ->caller( __METHOD__ ) to a SQL queryBartosz Dziewoński2025-03-271-1/+1
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-262-2/+2
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-2/+2
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-1913-6/+118
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+2
* Introduce thumbnail stepsAmir Sarabadani2025-03-021-1/+54
* PageUpdater: allow dummy revisions to be minordaniel2025-02-241-1/+1
* LocalFileRestoreBatch: Fix wrong indentationAlexander Vorwerk2025-02-171-48/+48
* PageUpdater: make it easy to create dummy revisionsdaniel2025-02-141-31/+11
* Replace a few misplaces is_object checksthiemowmde2025-02-121-1/+1
* file: Specify caller for SQL queriesMáté Szabó2025-02-101-0/+4
* file: Hard-deprecate ::getQueryInfo() from LocalFile and OldLocalFileAmir Sarabadani2025-02-102-0/+2
* File: Add support for read new in more placesAmir Sarabadani2025-02-071-2/+2
* Merge "file: Remove from filerevision when only one row exists"jenkins-bot2025-01-301-0/+9
|\
| * file: Remove from filerevision when only one row existsAmir Sarabadani2025-01-221-0/+9
* | Stats: Add support for chaining TimingMetric->start()Timo Tijhof2025-01-301-4/+4
|/
* file: Add caller to write queriesAmir Sarabadani2025-01-222-6/+6
* Fix oldimage query in FileSelectQueryBuilder for read newDreamy Jazz2025-01-221-2/+2
* file: Add support for read new in FileSelectQueryBuilderAmir Sarabadani2025-01-222-5/+127
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-8/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* file: Move filerevision insert within endAtomic() blockTimo Tijhof2025-01-141-1/+4
* file: set table when updatingAmir Sarabadani2025-01-091-0/+1
* filerepo: Fix schema compatibility constant usageMáté Szabó2025-01-084-7/+7
* file: Acquire the file id in all casesAmir Sarabadani2025-01-081-1/+1
* file: Set fr_deletedAmir Sarabadani2025-01-062-0/+2
* file: Basic support for writing to the new file tablesAmir Sarabadani2025-01-065-47/+373
* Merge "file: Skip InsertQueryBuilder when there no old files to delete"jenkins-bot2025-01-021-7/+6
|\
| * file: Skip InsertQueryBuilder when there no old files to deleteUmherirrender2024-12-061-7/+6
* | Merge "Replace isset() with null checks"jenkins-bot2024-12-194-19/+19
|\ \
| * | Replace isset() with null checksUmherirrender2024-12-194-19/+19
| |/
* / Replace isset() with falsy checksUmherirrender2024-12-192-5/+5
|/
* Fix Thumbnail404EntryPointTest::testStreamOldFile failures with gdAaron Schulz2024-11-251-1/+2
* Updated wikimedia/scoped-callback from 4.0.0 to 5.0.0Reedy2024-11-091-1/+1
* Various minor fixes to @var and @return docsthiemowmde2024-11-061-4/+3
* Use ContentLanguageCode service instead of heavy Language objectAmir Sarabadani2024-11-021-1/+1
* FileRepo: Add support for the new Shellbox large file featureTim Starling2024-10-291-0/+13
* Use namespaced classesUmherirrender2024-10-214-0/+5
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-165-12/+12
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-0/+2
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-273-0/+6
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-272-0/+2
* Pass function name to IDatabase functionsUmherirrender2024-09-191-1/+1
* Merge "filerepo: Avoid assignment in condition in File::getThumbnailSource"jenkins-bot2024-09-041-25/+27
|\
| * filerepo: Avoid assignment in condition in File::getThumbnailSourceUmherirrender2024-09-011-25/+27