Task #70283
closedSupport for EXT: in TCA ctrl iconfile
100%
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.
Updated by Gerrit Code Review about 9 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
Updated by Gerrit Code Review about 9 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
Updated by Gerrit Code Review about 9 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
Updated by Stephan Großberndt about 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Stephan Großberndt about 9 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
Updated by Stephan Großberndt about 9 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
Updated by Stephan Großberndt about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0ab0bb951f3b239ef3b2f14f1fbee9c43c5973cf.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed