Project

General

Profile

Actions

Feature #68229

closed

Render backend icon with Fluid

Added by Oliver Eglseder almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2015-07-16
Due date:
% Done:

0%

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

Description

The TYPO3 Icon on the upper left of the TYPO3 Backend is still rendered using a plain HTML <img> tag.
Replacing it with a Fluid <f:image> enhances $GLOBALS['TBE_STYLES']['logo'] in some points
  • The Path to the icon is relative to the Document Root [PATH_site] instead of "typo3/" [PATH_typo3]
  • The icon will be resized if it's higher than 50px ([height="50m"] if $logoHeight > 50)
  • and in the course of this change the path to the default image is not hardcoded anymore

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #41939: "Retina" web logo in login and backendClosed2012-10-12

Actions
Related to TYPO3 Core - Bug #57743: wrong link to "home" in backend in upper left corner (in the top bar)Closed2014-04-08

Actions
Actions #1

Updated by Gerrit Code Review almost 9 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 http://review.typo3.org/41476

Actions #2

Updated by Markus Sommer almost 9 years ago

  • Status changed from Under Review to Rejected
  • Assignee deleted (Oliver Eglseder)

This Patch would introduce a security flaw

Actions

Also available in: Atom PDF