summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_include.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-347/+0
2022-05-16Replace '*/' in user supplied input in C-style comments with '* /'.Simon Wisselink1-2/+2
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-7/+20
2018-06-12Update PSR-2Sławomir Kaleta1-14/+17
2018-04-19fix comment lines of inline subtemplatesUwe Tews1-5/+5
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-3/+3
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-1/+1
2017-10-26- correction of PHPDoc blocksUwe Tews1-6/+9
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-1/+0
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-26/+11
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-11/+26
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-26/+11
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-11/+26
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-26/+11
2016-10-12- bugfix {include} with template names including variable or constants could ...uwetews1-3/+2
2016-09-28- bugfix the generated code for calling a subtemplate must pass the template ...uwetews1-1/+1
2016-05-10- optimization of inheritance processinguwetews1-2/+2
2016-05-02- bugfix same relative filepath at {include} called from template in differen...uwetews1-4/+5
2016-05-01- bugfix same relative filepath at {include} called from template in differen...uwetews1-22/+19
2016-03-09- improvement rework of 'scope' attribute handling see see NEW_FEATURES.txt h...uwetews1-2/+2
2016-02-14- optimization of tag attribute compilinguwetews1-4/+0
2016-02-14- optimization of sub-template processinguwetews1-1/+9
2016-02-09- update/bugfix scope attribute handling reworked. Read the newfeatures.txt fileuwetews1-57/+30
2016-02-09- reformat all code for unique styleuwetews1-47/+50
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ...uwetews1-2/+8
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ...uwetews1-96/+87
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ...uwetews1-87/+96
2016-01-02- update scope handlinguwetews1-9/+4
2015-12-27- code fixesuwetews1-2/+2
2015-12-23- optimization move subtemplate processing back into template objectuwetews1-2/+2
2015-11-02- bugfix {include} with variable file name like {include file="foo_`$bar`.tpl...uwetews1-1/+1
2015-11-02- bugfix {include} with variable file name like {include file="foo_`$bar`.tpl...uwetews1-1/+1
2015-11-01add test for valid scope nameuwetews1-17/+31
2015-10-29- improve template scope handlinguwetews1-6/+13
2015-10-24- fix template scope processinguwetews1-2/+2
2015-10-21- move some code into runtime extensionsuwetews1-2/+2
2015-10-18- rework of template inheritanceuwetews1-13/+12
2015-09-16- update compiler by moving no longer needed properties, code optimizations a...uwetews1-48/+62
2015-09-14- update template inheritance processinguwetews1-4/+8
2015-09-14- optimize internal subtemplate handlinguwetews1-53/+46
2015-09-01- move subtemplate code into runtime extension and optimize for size and speeduwetews1-4/+4
2015-09-01- improvement convert template inheritance into runtime processinguwetews1-39/+32
2015-08-23- remove properties with redundant contentuwetews1-2/+2
2015-08-19- use output buffers for better performance and less memory usageuwetews1-4/+8
2015-08-18- cache template object of {include} if same template is included several timesuwetews1-5/+34
2015-08-10optimize compilation of merged subtemplatesuwetews1-16/+14
2015-08-10introduce Smarty::$resource_cache_mode and cache template object of {include}...uwetews1-4/+10
2015-08-09use parent_compiler object for storing required pluginsuwetews1-14/+0
2015-08-09replace property array by object propertiesuwetews1-9/+9
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-11/+32