Bug #67095
closedunnecessary generation of images
100%
Description
If a file exists in processed but has no entry in sys_file_processed, the file is generated again.
Solution/Workflow should be:
- if no entry in table, but processed file exists in filesystem
=> create entry in table
- if no entry in table, and no processed file exists in filesystem
=> process file
=> create entry in table
Updated by Frank Nägler over 9 years ago
- Status changed from New to Accepted
- Assignee set to Frans Saris
Updated by Frans Saris over 9 years ago
- Status changed from Accepted to In Progress
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/39709
Updated by Gerrit Code Review over 9 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/39709
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39709
Updated by Alexander Opitz over 9 years ago
- Target version changed from 6.2.13 to 7.3 (Packages)
It was decided to not backport.
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39709
Updated by Frans Saris over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e5ddf6183eaa1989f93f6203af3dde86e35eb5f4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed