Project

General

Profile

Actions

Bug #47301

closed

Improve userFunc parameter parsing

Added by Dmitry Dulepov about 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-04-17
Due date:
% Done:

100%

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

Description

Parameter parsing for userFunc could be improved to handle the following:

userFunc(1,2,"3, 4, 5") => array(1, 2, '3, 4, 5')
userFunc( 1, 2," 3, 4, 5 ") => array(1, 2, ' 3, 4, 5 ')
userFunc( 1, 2, " 3, \"4, 5\" ") => array(1, 2, ' 3, "4, 5" ')
userFunc( 1, 2, ' 3, \"4, 5\" ') => array(1, 2, ' 3, "4, 5" ')
userFunc( 1, 2, ' 3, \'4, 5\' ') => array(1, 2, ' 3, \'4, 5\' ')


Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Task #47159: Currently it isn't possible to pass multiple params to user functions within typoscript conditions. Why?ClosedDaniel Hürtgen2013-04-12

Actions
Actions

Also available in: Atom PDF