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
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
2015-04-07
strip property must now be public
Uwe Tews
1
-1
/
+1
2015-04-02
move strip processing from parser to compiler
Uwe Tews
1
-6
/
+10
2015-04-02
move compileVariable() from parser to compiler
Uwe Tews
1
-26
/
+8
2015-03-28
- bugfix Smarty_Security->allow_constants=false; did also disable true, false...
Uwe Tews
1
-13
/
+13
2015-03-17
- bugfix Smarty_Security->allow_constants=false; did not disallow direct usa...
Uwe Tews
1
-0
/
+18
2015-01-22
new feature: security can now control access to static methods and properties
Uwe Tews
1
-9
/
+9
2015-01-21
- bugfix 'self::' and 'parent::' was interpreted in template syntax as static...
Uwe Tews
1
-1
/
+1
2014-12-30
get config properties via compiler object
Uwe Tews
2
-4
/
+4
2014-12-30
rename parse tree class names and minor fixes
Uwe Tews
1
-59
/
+50
2014-12-30
get config properties via template object
Uwe Tews
2
-5
/
+4
2014-12-14
add .plex and .y files
Uwe Tews
4
-0
/
+3000