Bug #60764
closed\TYPO3\CMS\Core\Resource\Index::processChangedAndNewFiles() not indexing files with same hash
100%
Description
currently the \TYPO3\CMS\Core\Resource\Index::processChangedAndNewFiles()
use file hash to check if a file in a storage exists. If files found the missing
flag is checked and the method break out if a missing file was found.
the problem is, that a new file with same content but in an other folder or a new file with same content but other filename will never be indexed.
This happens for files in a storage, which should be indexed by \TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask
.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32000
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32000
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32269
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f3dad158bc4da5a1679c8c3157d6261c7dc5e4b.