Project

General

Profile

Actions

Bug #102289

closed

Remove leftover image map code

Added by Stephan Großberndt 6 months ago. Updated 6 months ago.

Status:
Resolved
Priority:
Should have
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2023-10-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

https://github.com/TYPO3/typo3/blob/main/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L773

refers to an option hideButCreateMap which is no longer used since the removal of IMGMENU and imageMap functionality in v10 (deprecated in v9)

  if (!($conf['hideButCreateMap'] ?? false)) {

The if statement is always true and has to be removed, references to hideButCreateMap in t3editor as well

Actions #1

Updated by Gerrit Code Review 6 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81615

Actions #2

Updated by Gerrit Code Review 6 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81615

Actions #3

Updated by Stephan Großberndt 6 months ago

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

Also available in: Atom PDF