index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
filerepo
/
file
/
LocalFileDeleteBatch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-1
/
+6
*
file: Remove from filerevision when only one row exists
Amir Sarabadani
2025-01-22
1
-0
/
+9
*
file: Add caller to write queries
Amir Sarabadani
2025-01-22
1
-2
/
+2
*
filerepo: Fix schema compatibility constant usage
Máté Szabó
2025-01-08
1
-2
/
+2
*
file: Basic support for writing to the new file tables
Amir Sarabadani
2025-01-06
1
-0
/
+26
*
file: Skip InsertQueryBuilder when there no old files to delete
Umherirrender
2024-12-06
1
-7
/
+6
*
filerepo: Allow deletion of files with invalid img_major_mime
apasternak
2024-02-06
1
-1
/
+2
*
Migrate two simple cases to SQB
Amir Sarabadani
2023-11-13
1
-7
/
+8
*
Migrate another major batch to SelectQueryBuilder
Amir Sarabadani
2023-09-20
1
-5
/
+5
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-3
/
+3
*
Merge "file: Check for old image existence in LocalFileDeleteBatch"
jenkins-bot
2023-08-28
1
-0
/
+5
|
\
|
*
file: Check for old image existence in LocalFileDeleteBatch
Umherirrender
2023-08-24
1
-0
/
+5
*
|
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
|
Merge "Mass migrate Database::insert calls to InsertQueryBuilder"
jenkins-bot
2023-08-08
1
-1
/
+4
|
\
\
|
*
|
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-1
/
+4
|
|
/
*
/
Introduce FileSelectQueryBuilder
Amir Sarabadani
2023-08-07
1
-12
/
+7
|
/
*
Replace IDatabase::delete with DeleteQueryBuilder
Umherirrender
2023-06-21
1
-4
/
+9
*
Migrate Database::update() to UpdateQueryBuilder
Amir Sarabadani
2023-06-08
1
-4
/
+8
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-3
/
+3
*
filerepo: Clean up file and class doc comments
Timo Tijhof
2022-04-07
1
-3
/
+2
*
Remove unused User::newFromAnyId from LocalFileDeleteBatch
Umherirrender
2021-12-07
1
-1
/
+0
*
Revert "Remove last User dependencies from File"
Majavah
2021-11-26
1
-0
/
+1
*
Remove last User dependencies from File
Petr Pchelko
2021-11-26
1
-1
/
+0
*
Use DeletePage in FileDeleteForm and fix output of ApiDelete
Daimona Eaytoy
2021-11-18
1
-19
/
+18
*
Stop using LocalFile::lock()
Tim Starling
2021-11-15
1
-4
/
+17
*
Replace getMasterDB methods with getPrimaryDB
James D. Forrester
2021-07-14
1
-4
/
+4
*
Stop using legacy ActorMigration fields img_user/oi_user/fa_user
Tim Starling
2021-04-26
1
-3
/
+2
*
Replace some usages of User with Authority/UserIdentity
Petr Pchelko
2021-03-04
1
-3
/
+4
*
Make use of array deconstruction directly in foreach, if possible
Thiemo Kreuz
2020-11-12
1
-3
/
+2
*
Remove support for LocalFileDeleteBatch creation without User
DannyS712
2020-08-28
1
-40
/
+7
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-4
/
+4
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-1
/
+1
*
LocalFileDeleteBatch: Migrate to new signature requiring a user
DannyS712
2020-03-17
1
-6
/
+43
*
Add string casts when using array_keys() with SQL query conditions
Brad Jorsch
2019-12-16
1
-3
/
+3
*
Set method visibility for various constructors
Umherirrender
2019-12-03
1
-1
/
+1
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
1
-1
/
+1
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
Mostly drop old pre-actor user schemas
Brad Jorsch
2019-09-09
1
-34
/
+2
*
Avoid usage of deprecated Revision::* constants, use RevisionRecord
Derick Alangi
2019-07-21
1
-1
/
+2
*
Simplify by using ?: operator
Fomafix
2019-04-15
1
-6
/
+2
*
Split LocalFile.php to have one class in one file
Umherirrender
2019-04-14
1
-0
/
+429