aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/OldLocalFile.php
Commit message (Expand)AuthorAgeFilesLines
* file: Set fr_deletedAmir Sarabadani2025-01-061-0/+1
* file: Basic support for writing to the new file tablesAmir Sarabadani2025-01-061-1/+46
* Replace isset() with null checksUmherirrender2024-12-191-2/+2
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz DziewoƄski2024-01-221-1/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-1/+1
* Merge "Replace deprecated MWException"jenkins-bot2024-01-161-4/+2
|\
| * Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-4/+2
* | Directly call IDBAccessObject constants instead of implementing itAmir Sarabadani2024-01-101-1/+1
|/
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Merge "Mass migrate Database::insert calls to InsertQueryBuilder"jenkins-bot2023-08-081-4/+5
|\
| * Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-4/+5
* | Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-82/+33
|/
* Clean up UpdateQueryBuilder usageLucas Werkmeister2023-06-081-1/+4
* Migrate Database::update() to UpdateQueryBuilderAmir Sarabadani2023-06-081-7/+6
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-2/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Improve docs of various ::getQueryInfo functionsUmherirrender2022-08-131-3/+4
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-4/+1
* file: Move json metadata storage out of LocalFileAmir Sarabadani2022-04-071-4/+4
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Stop using LocalFile::lock()Tim Starling2021-11-151-4/+2
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-4/+4
* In recordOldUpload, use source path when computing propertiesTim Starling2021-06-291-4/+5
* Manual and automatic image metadata reserializationTim Starling2021-06-261-0/+6
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-2/+3
* Stop requiring full User to upload a File.Petr Pchelko2021-06-071-1/+1
* Reapply "LocalFile: don't use dynamic property assignment when loading from t...Tim Starling2021-06-071-0/+9
* OldLocalFile::uploadOld() accept UserIdentityDannyS7122021-06-031-1/+1
* Convert File to Authority/UserIdentityPetr Pchelko2021-05-101-4/+6
* Stop using legacy ActorMigration fields img_user/oi_user/fa_userTim Starling2021-04-261-6/+20
* Revert "Revert "Remove support for (Archived|OldLocal)File::userCan without a...DannyS7122020-09-271-7/+2
* Revert "Remove support for (Archived|OldLocal)File::userCan without a user"Jforrester2020-09-161-2/+7
* Remove support for (Archived|OldLocal)File::userCan without a userDannyS7122020-09-101-7/+2
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-14/+14
|/
* Mark File base classes as extensible.daniel2020-07-091-1/+29
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Fix more of includes/filerepo/ Squiz.Scope.MethodScope.MissingReedy2020-05-191-16/+16
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+1
* Hard deprecate not passing a user to OldLocalFile::userCanDannyS7122020-03-161-1/+1
* Hard deprecate Revision::userCanBitfieldDannyS7122020-02-241-2/+12
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-40/+0