Skip to content
Commit 591d86aa authored by Markus Klein's avatar Markus Klein Committed by Christian Kuhn
Browse files

[!!!][TASK] Allow quotes in titles of typolink

Introduce proper handling of quotes in titles of typolinks.

Example title: 'Here "I\\" am'
Expected link field value: '15 - - "Here \"I\\\\\" am"'

Do not use the GeneralUtility::unQuoteFilenames() method anymore, since
it was not made for the purpose to decode CSV-like strings.
Use the newly introduced TypoLinkCodecService instead.

Resolves: #55759
Releases: master
Change-Id: Iea612842b4b9c70924ecf56b87513350dd9383a8
Reviewed-on: http://review.typo3.org/40162


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 4c0c7524
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment