Project

General

Profile

Actions

Task #70283

closed

Support for EXT: in TCA ctrl iconfile

Added by Stephan Großberndt over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
Start date:
2015-10-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Stabilization Sprint

Description

Using `EXT:` in iconfile of TCA is now used as favorite method as of TYPO3 7.5, using extRelPath() logs to deprecationlog. Using `EXT:` in TYPO3 6.2 is currently not possible. To ease the transformation to `EXT:` add support for it in 6.2.

Actions #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43760

Actions #2

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43760

Actions #3

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43760

Actions #4

Updated by Stephan Großberndt over 8 years ago

  • Sprint Focus set to Stabilization Sprint
Actions #5

Updated by Stephan Großberndt over 8 years ago

TYPO3 CMS 6.2 currently does not support EXT: syntax in TCA. Extensions (as seen in the related issue for static_info_tables) using EXT: thus cannot not support TYPO3 CMS 6.2 but only TYPO3 CMS 7 currently.

This is exactly why I want to add support for EXT: on TYPO3 CMS 6.2 because otherwise you need to stay with extRelPath() with your extensions if you want to support TYPO3 CMS 6.2 and TYPO3 CMS 7 which will give you deprecation notices on TYPO3 CMS 7.

Adding the support for EXT: in TYPO3 CMS 6.2 would solve this issue. If Benni as release manager decides this is not backported you will need to add compatibility-code to all your extensions supporting 7 and 6.2 where e.g. EXT: is replaced by extRelPath() if TYPO3_version <= 6.2

Actions #6

Updated by Stephan Großberndt over 8 years ago

Discussion on Slack-channel #typo3-cms-coredev on 2015-10-01: https://typo3.slack.com/archives/typo3-cms-coredev/p1443699383002388

Stephan Großberndt 1:36 PM 

Using EXT: in iconfile of TCA is now used as favorite method as of TYPO3 7.5, using extRelPath logs to deprecationlog. 
Using EXT: in TYPO3 6.2 is not possible. To ease the transformation to EXT: I'd like to add support for it in 6.2. 
What do you think? @neoblack @benjaminkott

Benni Mack 1:48 PM 
@grossberndts: yes, please. @wouter90 and me already ported some other parts in that area back to 6.2
Actions #7

Updated by Stephan Großberndt over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF