| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| block.php | ||
| capture.php | ||
| else.php | ||
| elseif.php | ||
| for.php | ||
| foreach.php | ||
| foreachelse.php | ||
| forelse.php | ||
| if.php | ||
| loop.php | ||
| smartyinterface.php | ||
| textformat.php | ||
| topLevelBlock.php | ||
| with.php | ||
| withelse.php |
{%FOO} instead of {$dwoo.const.FOO}
+ Syntax: When using named parameters, typing a parameter name without any
value is the same as typing param=true, for example {foo name="test" bar} and
{foo name="test" bar=true} are equals, can be useful for very complex plugins
with huge amounts of parameters.
+ Plugins: Added {loop} that combines {foreach} and {with}, see
http://wiki.dwoo.org/index.php/Block:loop for details
* API: DwooITemplate->clearCache now requires a Dwoo instance as its first arg,
should not affect you unless you built a custom template class from scratch
* {include} now uses the current resource if none is provided instead of using
file as it did before
* Dwoo uses include path instead of absolute includes
* Fixed a regression in the handling of custom class plugins
* Fixed a bug in DwooSecurityPolicy->getAllowedDirectories(), no security
issue though
* TestFest happened early for Dwoo, lots of new tests and more code covered
git-svn-id: svn://dwoo.org/dwoo/trunk@29 0598d79b-80c4-4d41-97ba-ac86fbbd088b
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| block.php | Loading commit data... | |
| capture.php | Loading commit data... | |
| else.php | Loading commit data... | |
| elseif.php | Loading commit data... | |
| for.php | Loading commit data... | |
| foreach.php | Loading commit data... | |
| foreachelse.php | Loading commit data... | |
| forelse.php | Loading commit data... | |
| if.php | Loading commit data... | |
| loop.php | Loading commit data... | |
| smartyinterface.php | Loading commit data... | |
| textformat.php | Loading commit data... | |
| topLevelBlock.php | Loading commit data... | |
| with.php | Loading commit data... | |
| withelse.php | Loading commit data... |