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
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
2015-06-14
- bugfix an output tag with variable, modifier followed by an operator like {...
Uwe Tews
1
-10
/
+2
2015-06-08
- bugfix using {$foo} as array index like $bar.{$foo} or in double quoted str...
Uwe Tews
2
-9
/
+11
2015-06-01
- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...
Uwe Tews
2
-1
/
+14
2015-05-24
- bugfix if condition string 'neq' broken due to a typo https://github.com/sm...
Uwe Tews
2
-2
/
+2
2015-05-23
minor bugfix when processing autoliteral { php} tag. Does not effect generate...
Uwe Tews
1
-1
/
+0
2015-05-23
- improvement on php_handling to allow very large PHP sections, better error ...
Uwe Tews
2
-163
/
+130
2015-05-20
- bugfix compiler could run into the pcre.backtrack_limit on larger comment o...
Uwe Tews
1
-9
/
+9
2015-05-18
- improvement introduce shortcuts in lexer/parser rules for most frequent ter...
Uwe Tews
2
-251
/
+246
2015-05-16
- improvement higher compilation speed by modified lexer/parser generator at ...
Uwe Tews
2
-23
/
+38
2015-05-16
- improvement reduce number of lexer tokens on operators and if conditions
Uwe Tews
2
-177
/
+51
2015-05-16
- improvement remove not needed ?><?php transitions from compiled code
Uwe Tews
1
-7
/
+26
2015-05-16
- bugfix {php}{/php} did work just for single lines https://github.com/smarty...
Uwe Tews
1
-4
/
+4
2015-05-06
- optimization move <?php ?> handling from parser to new compiler module
Uwe Tews
2
-148
/
+57
[next]