Project

General

Profile

Actions

Bug #36727

closed

RTE does not honour FAL folder identifier in TCA special configuration

Added by Stanislas Rolland about 12 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Should have
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-04-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TCA special configuration options allow to specify an imgpath as part of rte_transform option.

If a FAL combined identifier is specified as imgpath, the RTE will fail.

Problem: The RTE uses a query parameter named RTEtsConfigParams that includes the imgpath parameter and which uses ":" as delimiter. This collides with the FAL combined identifier of the form storageid:path.

Solution:
Change the delimiter of RTEtsConfigParams query string to ';'. This may break extensions that hook on browse_links and will most probably break hooks on htmlArea RTE image and link dialogues by extensions such as DAM.

t3lib_BEfunc::getSpecConfParts also needs to be adapted as it splits the special configuration string by ":". The special configuration string is at index 3 of a TCA type. The split needs to be avoided when the ":" is inside some brackets.

Actions #1

Updated by Gerrit Code Review about 12 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10905

Actions #2

Updated by Stanislas Rolland about 12 years ago

  • Category changed from RTE (rtehtmlarea + ckeditor) to File Abstraction Layer (FAL)
Actions #3

Updated by Steffen Ritter over 11 years ago

  • Target version set to 6.0.0-beta2
Actions #4

Updated by Steffen Ritter over 11 years ago

  • Target version changed from 6.0.0-beta2 to 6.0.0-RC1
Actions #5

Updated by Stanislas Rolland about 11 years ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF