Bug #57408

Call of the meta extractor services for local storage possible

Added by André Haehnel over 1 year ago. Updated 17 days ago.

Status:New Start date:2014-03-28
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:- Spent time: -
Target version:7 LTS
TYPO3 Version: Is Regression:
PHP Version: Sprint Focus:
Complexity:

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.


Related issues

duplicated by Core - Bug #56726: MetaDataExtraction isn't triggerd after file is uploaded New 2014-03-10

History

#1 Updated by Gerrit Code Review over 1 year 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

#2 Updated by Gerrit Code Review over 1 year 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

#3 Updated by Christian Weiske over 1 year 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.

#4 Updated by Gerrit Code Review over 1 year 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

#5 Updated by Gerrit Code Review over 1 year 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

#6 Updated by Gerrit Code Review over 1 year 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

#7 Updated by Gerrit Code Review over 1 year 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

#8 Updated by Anja Leichsenring 17 days ago

  • Project changed from Core API to Core
  • Target version set to 7 LTS

Also available in: Atom PDF