Actions
Feature #24090
closedOptimize stdWrap usage for GIFBUILDER
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 in GIFBUILDER that have not been covered by the stdWrap optimization of the content elements.
Only a few of them already use stdWrap, most of them don't.
Those who do use it, 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 almost any GIFBUILDER element and parameter.
You can do things like this now:
20 = BOX
20 {
dimensions = 0,21,20,20
dimension.override.field = myField
color = #333333
color.override.field = myColorField
if.isTrue.data = GP:whatever
}
(issue imported from #M16430)
Files
Actions