Actions
Bug #21354
closedLittle Flaws with MediaCE
Start date:
2009-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The patch fixes some little flaws with MediaCE
1) defaultWith and defaultHeight wasn't read because of wrong array. Instead
conf['mimeConf.']['video.'][defaultWidth'] the correct value is in conf['mimeConf.']['swfobject.']['video.'][defaultWidth']
2) filenames with special chars wasn't played correct because missing usage of rawurldecode/rawurlencode
3) custem Render wasn't possible with playing url direct (was always rendered before hook)
(issue imported from #M12336)
Files
Actions