Project

General

Profile

Actions

Bug #75138

closed

hard-coded <![CDATA[]]> support is missing in fluid template and language files (xlf)

Added by Harald no-lastname-given about 8 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Start date:
2016-03-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint

Description

So far - to TYPO3 version 7.6.4 following was possible for output in FE

Fluid template:

...
<f:if condition="{settings.disable}==0">
window.test_options = <![CDATA[{]]>
message: '{f:translate(key: "message", extensionName: "myextension")}',
...

Language file *.xlf

...
<trans-unit id="message">
<target><![CDATA[<b>]]>mydomain.com<![CDATA[</b>  ]]>this is content</target>
</trans-unit>
...

In the current TYPO3 version 8 (master), edged <![CDATA[something]]> text is displayed incorrectly or not in FE.

Somewhat overlooked or no longer supported ?!

Thank Harald

Actions #1

Updated by Benni Mack almost 8 years ago

  • Target version changed from 8.0 to 8.2
Actions #2

Updated by Benni Mack almost 8 years ago

  • Target version changed from 8.2 to 8.3
Actions #3

Updated by Benni Mack over 7 years ago

  • Target version changed from 8.3 to 8.4
Actions #4

Updated by Benni Mack over 7 years ago

  • Target version changed from 8.4 to 8.5
Actions #5

Updated by Benni Mack over 7 years ago

  • Target version changed from 8.5 to 8.6
Actions #6

Updated by Oliver Hader about 7 years ago

  • Status changed from New to Accepted
  • Sprint Focus set to Stabilization Sprint

Confirmed and not possible in 8.6-dev

Actions #7

Updated by Oliver Hader about 7 years ago

  • Priority changed from Could have to Must have
Actions #8

Updated by Benni Mack about 7 years ago

  • Target version changed from 8.6 to 8 LTS
Actions #9

Updated by Wolfgang Klinger almost 7 years ago

What's the status of this ticket? Any workaround for now? I have to output dynamic data as Javascript. That worked (though rather annoying with all this CDATA stuff) in all versions until now … tia

Actions #10

Updated by Benni Mack almost 7 years ago

  • Target version changed from 8 LTS to Candidate for patchlevel
Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Category set to Fluid
Actions #12

Updated by Susanne Moog about 5 years ago

  • Tracker changed from Task to Bug
Actions #13

Updated by Susanne Moog almost 4 years ago

  • Status changed from Accepted to Closed

This is working in current versions of TYPO3 - the core is using that for "systemmessage.intro" for example.

Actions

Also available in: Atom PDF