summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-228/+0
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher1-3/+3
2018-09-03- bugfix {foreach} using new style property access like {$item@property} onuwetews1-35/+33
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-6/+8
2018-06-12Update PSR-2Sławomir Kaleta1-8/+10
2018-03-21- bugfix short form of {section} attributes did not work https://github.com/s...Uwe Tews1-2/+3
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-1/+1
2017-10-26- correction of PHPDoc blocksUwe Tews1-0/+4
2016-02-09- reformat all code for unique styleuwetews1-8/+9
2016-02-01- bugfix {foreach} compilation failed when $smarty->merge_compiled_includes =...uwetews1-1/+1
2016-01-26- revert bugfix compiling {section} did create warninguwetews1-62/+102
2016-01-26- bugfix compiling {section} did create warninguwetews1-102/+62
2015-12-27- code fixesuwetews1-1/+1
2015-12-19- bugfix broken PHP 5.2 compatibility https://github.com/smarty-php/smarty/is...uwetews1-7/+4
2015-12-13- bugfix {foreach} and {section} with uppercase characters in name attribute ...uwetews1-7/+6
2015-10-24- new extension handler to load functions when calleduwetews1-1/+1
2015-09-16- update compiler by moving no longer needed properties, code optimizations a...uwetews1-2/+1
2015-09-01- improvement convert template inheritance into runtime processinguwetews1-13/+0
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-4/+4
2015-08-02- optimization and code cleanup of {foreach} and {section} compilerUwe Tews1-1/+1
2015-07-31- optimize {foreach} and {section} compilerUwe Tews1-0/+238