Project

General

Profile

Actions

Feature #73357

closed

Task #64438: Thumbnail size with PageTS or UserTS - Pictures are to small in backend

Make thumbnail size in file browser configurable

Added by Alexander Schnitzler about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2016-02-12
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Currently the thumbnail size is set to 64x64px. This should be configurable.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #64439: Thumbnail size with PageTS or UserTS - Pictures are to small in backendClosed2015-01-22

Actions
Actions #1

Updated by Mathias Schreiber about 8 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by Georg Ringer over 7 years ago

if someones wanna change it.

$processedFile = $fileObject->process(
                    ProcessedFile::CONTEXT_IMAGEPREVIEW,
                    array('width' => 64, 'height' => 64)
                );

in @typo3/sysext/recordlist/Classes/Browser/FileBrowser.php:275@
Actions #3

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New 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/51306

Actions #4

Updated by Gerrit Code Review about 7 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/51306

Actions #5

Updated by Gerrit Code Review about 7 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/51306

Actions #6

Updated by Gerrit Code Review about 7 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/51306

Actions #7

Updated by Josef Glatz about 7 years ago

  • Target version changed from Candidate for Major Version to 9.0
Actions #8

Updated by Riccardo De Contardi about 7 years ago

  • Parent task set to #64438
Actions #9

Updated by Gerrit Code Review over 6 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/51306

Actions #10

Updated by Gerrit Code Review over 6 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/51306

Actions #11

Updated by Anonymous over 6 years ago

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

Updated by Frans Saris over 6 years ago

  • Has duplicate Feature #64439: Thumbnail size with PageTS or UserTS - Pictures are to small in backend added
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF