index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lexer
/
smarty_internal_templatelexer.plex
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-05
- bugfix compiling of templates failed when the Smarty delimiter did contain ...
uwetews
1
-7
/
+7
2016-02-14
- new tag {make_nocache} read NEW_FEATURES.txt https://github.com/smarty-php/...
uwetews
1
-0
/
+6
2016-02-10
- bugfix wrong precedence on special if conditions like '$foo is ... by $bar'...
uwetews
1
-1
/
+5
2015-12-30
- bugfix plugin names starting with "php" did not compile https://github.com/...
uwetews
1
-1
/
+1
2015-11-25
-bugfix a left delimter like '[%' did fail on [%$var_[%$variable%]%] (forum t...
uwetews
1
-9
/
+9
2015-09-01
- improvement convert template inheritance into runtime processing
uwetews
1
-129
/
+26
2015-08-06
- avoid possible circular object referances caused by parser/lexer objects
Uwe Tews
1
-1
/
+1
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-08
- bugfix using {$foo} as array index like $bar.{$foo} or in double quoted str...
Uwe Tews
1
-3
/
+10
2015-06-01
- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...
Uwe Tews
1
-1
/
+7
2015-05-24
- bugfix if condition string 'neq' broken due to a typo https://github.com/sm...
Uwe Tews
1
-1
/
+1
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
1
-117
/
+113
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
1
-164
/
+88
2015-05-16
- improvement higher compilation speed by modified lexer/parser generator at ...
Uwe Tews
1
-23
/
+25
2015-05-16
- improvement reduce number of lexer tokens on operators and if conditions
Uwe Tews
1
-88
/
+10
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
1
-30
/
+44
2014-12-14
add .plex and .y files
Uwe Tews
1
-0
/
+900