MediaWiki
1.30.0
|
Helper class for file movement. More...
Public Member Functions | |
__construct (File $file, Title $target) | |
addCurrent () | |
Add the current image to the batch. More... | |
addOlds () | |
Add the old versions of the image to the batch. More... | |
execute () | |
Perform the move. More... | |
Protected Member Functions | |
cleanupSource ( $triplets) | |
Cleanup a fully moved array of triplets by deleting the source files. More... | |
cleanupTarget ( $triplets) | |
Cleanup a partially moved array of triplets by deleting the target files. More... | |
doDBUpdates () | |
Do the database updates and return a new Status indicating how many rows where updated. More... | |
getMoveTriplets () | |
Generate triplets for FileRepo::storeBatch(). More... | |
removeNonexistentFiles ( $triplets) | |
Removes non-existent files from move batch. More... | |
verifyDBUpdates () | |
Verify the database updates and return a new Status indicating how many rows would be updated. More... | |
Protected Attributes | |
$archive | |
$cur | |
IDatabase | $db |
LocalFile | $file |
$oldCount | |
$olds | |
Title | $target |
Helper class for file movement.
Definition at line 2969 of file LocalFile.php.
Definition at line 2991 of file LocalFile.php.
References $file, $target, file, and File\getRepo().
LocalFileMoveBatch::addCurrent | ( | ) |
Add the current image to the batch.
Definition at line 3006 of file LocalFile.php.
LocalFileMoveBatch::addOlds | ( | ) |
Add the old versions of the image to the batch.
Definition at line 3014 of file LocalFile.php.
References as, captcha-old\count, File\DELETED_FILE, list, and wfDebug().
|
protected |
Cleanup a fully moved array of triplets by deleting the source files.
Called at the end of the move process if everything else went ok.
array | $triplets |
Definition at line 3272 of file LocalFile.php.
Referenced by execute().
|
protected |
Cleanup a partially moved array of triplets by deleting the target files.
Called if something went wrong half way.
array | $triplets |
Definition at line 3256 of file LocalFile.php.
Referenced by execute().
|
protected |
Do the database updates and return a new Status indicating how many rows where updated.
Definition at line 3177 of file LocalFile.php.
References $db, and Wikimedia\Rdbms\IDatabase\update().
Referenced by execute().
LocalFileMoveBatch::execute | ( | ) |
Perform the move.
Definition at line 3064 of file LocalFile.php.
References cleanupSource(), cleanupTarget(), doDBUpdates(), file, getMoveTriplets(), FileRepo\OVERWRITE_SAME, removeNonexistentFiles(), verifyDBUpdates(), wfDebugLog(), and wfLocalFile().
|
protected |
Generate triplets for FileRepo::storeBatch().
Definition at line 3204 of file LocalFile.php.
References as, file, and wfDebugLog().
Referenced by execute().
|
protected |
Removes non-existent files from move batch.
array | $triplets |
Definition at line 3226 of file LocalFile.php.
References $file, as, file, StatusValue\newFatal(), StatusValue\newGood(), and wfDebugLog().
Referenced by execute().
|
protected |
Verify the database updates and return a new Status indicating how many rows would be updated.
Definition at line 3136 of file LocalFile.php.
References $db, file, and Wikimedia\Rdbms\IDatabase\selectField().
Referenced by execute().
|
protected |
Definition at line 2982 of file LocalFile.php.
|
protected |
Definition at line 2976 of file LocalFile.php.
|
protected |
Definition at line 2985 of file LocalFile.php.
Referenced by doDBUpdates(), and verifyDBUpdates().
|
protected |
Definition at line 2971 of file LocalFile.php.
Referenced by __construct(), and removeNonexistentFiles().
|
protected |
Definition at line 2980 of file LocalFile.php.
|
protected |
Definition at line 2978 of file LocalFile.php.
|
protected |
Definition at line 2974 of file LocalFile.php.
Referenced by __construct().