index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lexer
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-10
Merge pull request from GHSA-4h9c-v5vg-5m6m
Simon Wisselink
1
-0
/
+3
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
2
-20
/
+1
2021-01-07
Brought lexer source functionally up-to-date with compiled version (#625)
v3.1.37
Simon Wisselink
1
-2
/
+8
2018-10-09
09.10.2018
uwetews
2
-13
/
+16
2018-09-18
- bugfix large plain text template sections without a Smarty tag > 700kB could
uwetews
1
-8
/
+46
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-12
/
+12
2018-08-31
- PSR-2 code style fixes for config and template file Lexer/Parser generated ...
uwetews
2
-2
/
+2
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
4
-4
/
+4
2018-03-28
- new feature {parent} = {$smarty.block.parent} {child} = {$smarty.block.ch...
Uwe Tews
2
-3
/
+19
2017-11-20
- replacement of " by '
Uwe Tews
2
-5
/
+5
2017-11-20
bugfix rework of newline spacing between tag code and template text.
Uwe Tews
1
-1
/
+1
2017-11-05
lexer/parser optimization
Uwe Tews
4
-160
/
+112
2017-10-21
- bugfix custom delimiters could fail since modification of version 3.1.32-d...
Uwe Tews
2
-117
/
+65
2017-10-18
-bugfix fix implementation of unclosed block tag in double quoted string of 1...
Uwe Tews
2
-1
/
+1
2017-10-12
- unclosed block tag in double quted string must throw compiler exception.
Uwe Tews
2
-1
/
+3
2017-10-12
bugfix $smarty.block.child and $smarty.block.parent could not be used like any
Uwe Tews
2
-17
/
+0
2017-10-07
Improve extension handler
Uwe Tews
2
-248
/
+283
2017-08-26
- bugfix chained modifier failed when last modifier parameter is a signed value
Uwe Tews
1
-0
/
+1
2017-08-09
- improvement repeated delimiter like {{ and }} will be treated as literal
Uwe Tews
1
-2
/
+1
2017-08-09
- improvement repeated delimiter like {{ and }} will be treated as literal
Uwe Tews
1
-0
/
+8
2017-08-09
- improvement repeated delimiter like {{ and }} will be treated as literal
Uwe Tews
2
-39
/
+24
2017-04-08
spelling fixes
klemens
1
-1
/
+1
2016-11-11
fixed spelling chilek commented on c4746e9
uwetews
2
-7
/
+7
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
3
-31
/
+19
2016-09-28
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...
uwetews
2
-11
/
+2
2016-09-20
- improvement new tags {block_parent} {block_child} in template inheritance
uwetews
1
-3
/
+3
2016-09-20
- bugfix some $smarty special template variables are no longer accessed as re...
uwetews
1
-32
/
+1
2016-08-05
- bugfix compiling of templates failed when the Smarty delimiter did contain ...
uwetews
1
-7
/
+7
2016-07-18
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the pl...
uwetews
1
-4
/
+2
2016-03-09
fix passed parameter
uwetews
1
-1
/
+1
2016-02-26
- bugfix instanceof expression in template code must be treated as value http...
uwetews
1
-8
/
+7
2016-02-14
- new tag {make_nocache} read NEW_FEATURES.txt https://github.com/smarty-php/...
uwetews
2
-0
/
+11
2016-02-10
- improvement because of ambiguities the inline constant support has been rem...
uwetews
1
-8
/
+1
2016-02-10
- bugfix wrong precedence on special if conditions like '$foo is ... by $bar'...
uwetews
2
-24
/
+39
2016-02-09
- move some code from parser into compiler
uwetews
1
-20
/
+13
2015-12-30
- bugfix plugin names starting with "php" did not compile https://github.com/...
uwetews
1
-1
/
+1
2015-12-18
- bugfix regression when mdifier parameter was follow by math https://github....
uwetews
1
-10
/
+2
2015-11-25
-bugfix a left delimter like '[%' did fail on [%$var_[%$variable%]%] (forum t...
uwetews
1
-9
/
+9
2015-11-01
- update config file processing
uwetews
1
-4
/
+4
2015-10-24
- new extension handler to load functions when called
uwetews
1
-5
/
+5
2015-10-18
parser: add support for template prefix and postfix code
uwetews
1
-8
/
+32
2015-10-08
- bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variab...
uwetews
1
-32
/
+8
2015-10-08
- bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variab...
uwetews
1
-8
/
+32
2015-09-19
- bugfix {if $foo instanceof $bar} failed to compile if 2nd value is a variab...
uwetews
1
-0
/
+4
2015-09-01
- improvement convert template inheritance into runtime processing
uwetews
2
-158
/
+58
2015-08-17
- load seldom used Smarty API methods dynamically to reduce memory footprint
uwetews
1
-5
/
+5
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
3
-18
/
+18
2015-06-27
- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP...
Uwe Tews
1
-1
/
+6
2015-06-27
- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP...
Uwe Tews
1
-4
/
+4
2015-06-18
- bugfix calling a plugin with nocache option but no other attributes like {f...
Uwe Tews
1
-1
/
+1
[next]