summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_templatecompilerbase.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-1749/+0
2022-11-22Make SmartyCompilerException play nicer with error handler libraries (#782)Hunman1-2/+6
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher1-2/+2
2022-07-17Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'plugin_se...Simon Wisselink1-3/+0
2022-05-16Replace '*/' in user supplied input in C-style comments with '* /'.Simon Wisselink1-0/+4
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch1-1/+1
2021-10-13Feature/php8 support (#629)Simon Wisselink1-36/+20
2020-04-13Strip now removes whitespaces after comment (#582)Simon Wisselink1-58/+54
2020-04-13Switched to a more advanced regex to test wheter parameter is a variable (#567)Simon Wisselink1-13/+21
2018-08-31- bugfix some custom left and right delimiters like '{^' '^}' did not workuwetews1-3/+3
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-102/+177
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-8/+7
2018-06-12Update PSR-2Sławomir Kaleta1-140/+190
2018-05-17- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...Uwe Tews1-14/+12
2018-05-17- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...Uwe Tews1-0/+3
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are executed...Uwe Tews1-27/+107
2018-03-16- bugfix extends resource did not work with user defined left/right delimiter...Uwe Tews1-1/+1
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-14/+4
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-19/+18
2017-10-26- correction of PHPDoc blocksUwe Tews1-3/+8
2017-10-21- bugfix custom delimiters could fail since modification of version 3.1.32-d...Uwe Tews1-0/+121
2017-10-12- unclosed block tag in double quted string must throw compiler exception.Uwe Tews1-371/+413
2017-04-24- fix spelling https://github.com/smarty-php/smarty/commit/e3eda8a5f5653d8abb...uwetews1-2/+2
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-42/+67
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-68/+43
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-43/+68
2017-04-13- bugfix array_merge() parameter should be checked https://github.com/smarty-...uwetews1-2/+6
2016-10-08- optimization move runtime extension for template functions into Smarty objectsuwetews1-1/+2
2016-09-20- bugfix some $smarty special template variables are no longer accessed as re...uwetews1-0/+55
2016-09-09- improvement {foreach} observe {break n} and {continue n} nesting levels whe...uwetews1-5/+19
2016-09-07- bugfix using nocache like attribute with value true like {plugin nocache=tr...uwetews1-2/+2
2016-08-0404.08.2015uwetews1-1/+1
2016-07-13- bugfix enable debugging could fail when template objects did already exists...uwetews1-3/+9
2016-07-13- bugfix PHP 7 compatibility on registered compiler plugins https://github.co...uwetews1-32/+3
2016-05-15- optimization and cleanup of resource codeuwetews1-3/+5
2016-04-29- bugfix {strip} remove space on linebreak between html tags https://github.c...uwetews1-3/+4
2016-03-09- improvement rework of 'scope' attribute handling see see NEW_FEATURES.txt h...uwetews1-4/+0
2016-02-20- bugfix {strip} must keep space between hmtl tags. Broken by changes of 10.2...uwetews1-5/+3
2016-02-14- optimization make compiler tag object cache static for higher compilation s...uwetews1-7/+7
2016-02-14- optimization of tag attribute compilinguwetews1-4/+12
2016-02-14- new tag {make_nocache} read NEW_FEATURES.txt https://github.com/smarty-php/...uwetews1-1/+2
2016-02-10- bugfix other {strip} error with output tags between hmtl https://github.com...uwetews1-4/+2
2016-02-10- bugfix {strip} must keep space on output creating smarty tags within html t...uwetews1-3/+2
2016-02-10- bugfix {strip} must keep space on output creating smarty tags within html t...uwetews1-3/+3
2016-02-10- bugfix {strip} must keep space on output creating smarty tags within html t...uwetews1-2/+5
2016-02-09- update/bugfix scope attribute handling reworked. Read the newfeatures.txt fileuwetews1-6/+24
2016-02-09- reformat all code for unique styleuwetews1-14/+18
2016-02-09- move some code from parser into compileruwetews1-0/+37
2016-02-05- improvement internal compiler changesuwetews1-2/+86
2015-12-27- PHPdoc updatesuwetews1-2/+2