Actions
Bug #24918
closedFilenames generated by GMENU contain spaces and special chars and the images are not displayed
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since T3 version 4.5 GMENU doesn't sanitize filenames anymore:
generated filenames before with T3 version 4.x.x:
typo3temp/menu/160124160Impressum_160124160_8e9bbe7a23.gif
generated filenames with T3 version 4.5:
typo3temp/menu/㝼㝼㝼Impressum_㝼㝼㝼_8945429c92.gif
Example TS:
temp.10 = TEXT
temp.10.field = subtitle // title
temp.10.wrap=㝼|*|㝼㝼㝼|*|
lib.graphicalMenu = HMENU
lib.graphicalMenu {
protectLvar = 1
special = list
1 = GMENU
1 {
NO {
backColor = #FFFFFF
XY = [10.w] + 20, 51
10 = TEXT
10 {
text < temp.10
}
}
}
}
(issue imported from #M17433)
Files
Updated by Philipp Metzler almost 14 years ago
actually it doens't delete chars like from generated filenames
Updated by Philipp Metzler over 13 years ago
problem seemes to be solved with http://bugs.typo3.org/view.php?id=17483
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Closed
- Target version deleted (
0) - Is Regression set to No
Actions