Project

General

Profile

Actions

Task #65822

closed

Button File Metainfo should show image dimensions (usability)

Added by Daniel Wagner over 9 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2015-03-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

Description

Problem
This is a usibility problem our users have: Where to find size of images in file list module?

Analysis
In the file list module click on the blue info button near the file and there you find metadata, but size and width is missing.
The file is not always an image and there the values are not alway valid. But mostly there are many images.

possible Solution
add both fields to TCA: $TCA['sys_file_metadata']['interface']['showRecordFieldList'] = 'file, width, height, title, description, alternative';

Sure, we could define it, but isn't it a generally useful infomation?

Actions #1

Updated by Markus Klein over 9 years ago

  • Status changed from New to Accepted

I agree, this should be solved somehow.

Actions #2

Updated by Michael Oehlhof over 9 years ago

That is not so easy to solve, because the information is taken from the sys_file table, which has no information about width and height.

@Markus: Should we add a special query to sys_file_metadata in the ElementInformationController if the mime type is of any image type?

Actions #3

Updated by Mathias Schreiber about 9 years ago

  • Target version deleted (next-patchlevel)
Actions #4

Updated by Markus Klein almost 8 years ago

I would say so. sys_file is a special case due to its 1:1 relation with sys_file_metadata.

Actions #5

Updated by Michael Oehlhof almost 8 years ago

  • Status changed from Accepted to In Progress
  • Assignee set to Michael Oehlhof
Actions #6

Updated by Gerrit Code Review almost 8 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 https://review.typo3.org/51052

Actions #7

Updated by Gerrit Code Review almost 8 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/51052

Actions #8

Updated by Gerrit Code Review almost 8 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/51052

Actions #9

Updated by Gerrit Code Review almost 8 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/51052

Actions #10

Updated by Gerrit Code Review almost 8 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/51052

Actions #11

Updated by Gerrit Code Review almost 8 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51275

Actions #12

Updated by Gerrit Code Review almost 8 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51275

Actions #13

Updated by Michael Oehlhof almost 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF