summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_extends.php
AgeCommit message (Expand)AuthorFilesLines
2011-09-19- bugfix removed debug echo output while compiling template inheritanceuwe.tews@googlemail.com1-1/+0
2011-09-16commit 3.1 into the trunkmonte.ohrt1-43/+74
2011-04-21- bugfix allow only fixed string as file attribute at {extends} taguwe.tews@googlemail.com1-16/+16
2010-11-22- added error message for illegal variable file attributes at {extends...} tagsuwe.tews@googlemail.com1-0/+3
2010-11-20revert change of 19/11/2010 - bugfix on template inheritance. prefilter did n...uwe.tews@googlemail.com1-6/+1
2010-11-20- bugfix on block plugins with modifiersuwe.tews@googlemail.com1-1/+6
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-43/+11
2010-10-13- bugfix on template inheritance using nested eval or string resource in {ext...uwe.tews@googlemail.com1-2/+6
2010-10-13- bugfix removed ambiguity between ternary and stream variable in template sy...uwe.tews@googlemail.com1-2/+2
2010-09-08- allow multiple template inheritance branches starting in subtemplatesUwe.Tews1-16/+16
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews1-1/+1
2010-08-17fix formattingmonte.ohrt1-0/+1
2010-07-30- bugfix passing scope attributes in doublequoted strings did not work at {in...Uwe.Tews1-1/+1
2010-07-06- create exception on recursive {extends} callsUwe.Tews1-3/+7
2010-04-30- bugfix on template inheritance for tag names starting with "block"Uwe.Tews1-2/+2
2010-03-19- bugfix for multiple {/block} tags on same lineUwe.Tews1-1/+1
2010-02-17(no commit message)Uwe.Tews1-0/+11
2010-02-12- bugfix on nested {block} tagsUwe.Tews1-13/+19
2010-02-12- added support of nested {bock} tagsUwe.Tews1-22/+29
2010-01-06- bugfix for custom delimiter at extends resource and {extends} tagUwe.Tews1-5/+7
2010-01-06- bugfix for custom delimiter at extends resource and {extends} tagUwe.Tews1-2/+2
2009-12-29- use sha1() for filepath encodingUwe.Tews1-1/+1
2009-12-12- fix short append/prepend attributes in {block} tagsUwe.Tews1-2/+2
2009-12-03- template inheritance: child templates can now call functions defined by the...Uwe.Tews1-16/+8
2009-12-01- use $template_class property for template class name when compiling {includ...Uwe.Tews1-1/+1
2009-11-30- allow {function} tags within {block} tagsUwe.Tews1-7/+10
2009-11-17- renamed extend tag and resource to extens: {extends file='foo.tol'} , $smar...Uwe.Tews1-0/+89