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