Actions
Feature #24089
closedOptimize stdWrap usage for tslib_content
Start date:
2010-11-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
There are lots of parameters still left in tslib_content that have not been covered by the stdWrap optimization of the content elements.
Some of them already use stdWrap, some of them don't.
Those who do use it, often don't check for stdWrap functions before calling stdWrap.
The attached patch changes this behaviour by optimizing the usage of stdWrap wherever it occured and introducing additional stdWrap functions to parameters who hand't got them before.
(issue imported from #M16429)
Files
Updated by Ernesto Baschny about 14 years ago
Not fixed yet. Has a thread with wrong subject in the core list (refers to RFC Feature 16384).
Updated by Jo Hasenau about 14 years ago
Updated by Steffen Kamper almost 14 years ago
committd attached v3 to trunk rev 9920
Actions