In LocalFile:
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 26 Dec 2011 23:35:40 +0000 (23:35 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 26 Dec 2011 23:35:40 +0000 (23:35 +0000)
commitaa3befb2e053a99128e0040dce4664ce619f185e
tree4d168f50bc44e2217e184592860abcf9fe510153
parent63fa44f5c7231eed91f12cbad3c2e100565f715b
In LocalFile:
* Removed bogus rmdir() call.
* Added lock() calls to upgradeRow()/getSha1().
* Use FileRepo getFileSha1() in getSha1() rather than via FSFile.
* Made purgeThumbList()/migrateThumbFile() use FileRepo::cleanupBatch().
* A few other minor cleanups.
* w/s cleanup in recordUpload2().
In FSRepo:
* Removed deleted zone config code from constructor; useless since r107028.
In FileBackend:
* Make sure 'latest' param gets passed through via $params for some functions.
* Cleaned up doMoveInternal() to use *_Internal() functions.
includes/filerepo/FSRepo.php
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/FileBackendGroup.php
includes/filerepo/file/LocalFile.php