index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_compile_include.php
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
Smarty5 (#852)
Simon Wisselink
1
-347
/
+0
2022-05-16
Replace '*/' in user supplied input in C-style comments with '* /'.
Simon Wisselink
1
-2
/
+2
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-7
/
+20
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-14
/
+17
2018-04-19
fix comment lines of inline subtemplates
Uwe Tews
1
-5
/
+5
2017-11-20
bugfix rework of newline spacing between tag code and template text.
Uwe Tews
1
-3
/
+3
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
1
-1
/
+1
2017-10-26
- correction of PHPDoc blocks
Uwe Tews
1
-6
/
+9
2017-10-26
- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR
Uwe Tews
1
-1
/
+0
2017-10-26
- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR
Uwe Tews
1
-26
/
+11
2017-10-26
- bugfix Smarty version was not filled in header comment of compiled and cac...
Uwe Tews
1
-11
/
+26
2017-10-26
- bugfix Smarty version was not filled in header comment of compiled and cac...
Uwe Tews
1
-26
/
+11
2017-10-26
- bugfix Smarty version was not filled in header comment of compiled and cac...
Uwe Tews
1
-11
/
+26
2017-10-26
- bugfix Smarty version was not filled in header comment of compiled and cac...
Uwe Tews
1
-26
/
+11
2016-10-12
- bugfix {include} with template names including variable or constants could ...
uwetews
1
-3
/
+2
2016-09-28
- bugfix the generated code for calling a subtemplate must pass the template ...
uwetews
1
-1
/
+1
2016-05-10
- optimization of inheritance processing
uwetews
1
-2
/
+2
2016-05-02
- bugfix same relative filepath at {include} called from template in differen...
uwetews
1
-4
/
+5
2016-05-01
- bugfix same relative filepath at {include} called from template in differen...
uwetews
1
-22
/
+19
2016-03-09
- improvement rework of 'scope' attribute handling see see NEW_FEATURES.txt h...
uwetews
1
-2
/
+2
2016-02-14
- optimization of tag attribute compiling
uwetews
1
-4
/
+0
2016-02-14
- optimization of sub-template processing
uwetews
1
-1
/
+9
2016-02-09
- update/bugfix scope attribute handling reworked. Read the newfeatures.txt file
uwetews
1
-57
/
+30
2016-02-09
- reformat all code for unique style
uwetews
1
-47
/
+50
2016-01-26
- bugfix string resource could inject code at {block} or inline subtemplates ...
uwetews
1
-2
/
+8
2016-01-26
- bugfix string resource could inject code at {block} or inline subtemplates ...
uwetews
1
-96
/
+87
2016-01-26
- bugfix string resource could inject code at {block} or inline subtemplates ...
uwetews
1
-87
/
+96
2016-01-02
- update scope handling
uwetews
1
-9
/
+4
2015-12-27
- code fixes
uwetews
1
-2
/
+2
2015-12-23
- optimization move subtemplate processing back into template object
uwetews
1
-2
/
+2
2015-11-02
- bugfix {include} with variable file name like {include file="foo_`$bar`.tpl...
uwetews
1
-1
/
+1
2015-11-02
- bugfix {include} with variable file name like {include file="foo_`$bar`.tpl...
uwetews
1
-1
/
+1
2015-11-01
add test for valid scope name
uwetews
1
-17
/
+31
2015-10-29
- improve template scope handling
uwetews
1
-6
/
+13
2015-10-24
- fix template scope processing
uwetews
1
-2
/
+2
2015-10-21
- move some code into runtime extensions
uwetews
1
-2
/
+2
2015-10-18
- rework of template inheritance
uwetews
1
-13
/
+12
2015-09-16
- update compiler by moving no longer needed properties, code optimizations a...
uwetews
1
-48
/
+62
2015-09-14
- update template inheritance processing
uwetews
1
-4
/
+8
2015-09-14
- optimize internal subtemplate handling
uwetews
1
-53
/
+46
2015-09-01
- move subtemplate code into runtime extension and optimize for size and speed
uwetews
1
-4
/
+4
2015-09-01
- improvement convert template inheritance into runtime processing
uwetews
1
-39
/
+32
2015-08-23
- remove properties with redundant content
uwetews
1
-2
/
+2
2015-08-19
- use output buffers for better performance and less memory usage
uwetews
1
-4
/
+8
2015-08-18
- cache template object of {include} if same template is included several times
uwetews
1
-5
/
+34
2015-08-10
optimize compilation of merged subtemplates
uwetews
1
-16
/
+14
2015-08-10
introduce Smarty::$resource_cache_mode and cache template object of {include}...
uwetews
1
-4
/
+10
2015-08-09
use parent_compiler object for storing required plugins
uwetews
1
-14
/
+0
2015-08-09
replace property array by object properties
uwetews
1
-9
/
+9
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
1
-11
/
+32
[next]