Bug #67573
closedInsufficient detection of changed files in FAL indexer
100%
Description
The detectChangedFilesInStorage in FAL indexer detects changed files only if their mtime (modification_date) is newer than the modification_date registered in the corresponding sys_file-record.
But a newer mtime is not the only identifiert of a changed file. For example, if a file is replaced with another - but older one - the mtime of the "new" file might be older than the mtime of the previous file. So if a file with "older" mtime is just copied / upload in order to replace an existing one, the re-indexing is not done.
So we do not only have to check for never mtimes here, but for different mtime.
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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/40495
Updated by Daniel Maier over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 27b70be3c4d53bd93afac22956f8d3977045cb39.
Updated by Mathias Schreiber over 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed