Bug #57408
closedCall of the meta extractor services for local storage possible
0%
Description
It is currently not possible meta extractor services to be used for remote storages.
The indexer retrieves the services only for local file systems.
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 https://review.typo3.org/28941
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28941
Updated by Christian Weiske over 10 years ago
The problem is that TYPO3 relies on the sys_file_metadata
data (width
and height
) when rendering images that do not need to be scaled.
This happens with content element "images only" with images < 100x100.
Deferred meta data extraction via a scheduler is not enough here; we need the correct sizes in the metadata record because typo3 renders width=0 and height=0 in HTML otherwise.
So our solution is to immediately fetch the file's meta data instead of waiting for the scheduler to run at night.
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28941
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28941
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28941
Updated by Gerrit Code Review over 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28941
Updated by Anja Leichsenring over 9 years ago
- Project changed from 2264 to TYPO3 Core
- Target version set to 7 LTS
Updated by Frans Saris about 9 years ago
- Status changed from New to Resolved
- TYPO3 Version set to 7
- Is Regression set to No
This is now possible see #56726
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed