summaryrefslogtreecommitdiff
path: root/lexer/smarty_internal_templatelexer.plex
AgeCommit message (Expand)AuthorFilesLines
2016-08-05- bugfix compiling of templates failed when the Smarty delimiter did contain ...uwetews1-7/+7
2016-02-14- new tag {make_nocache} read NEW_FEATURES.txt https://github.com/smarty-php/...uwetews1-0/+6
2016-02-10- bugfix wrong precedence on special if conditions like '$foo is ... by $bar'...uwetews1-1/+5
2015-12-30- bugfix plugin names starting with "php" did not compile https://github.com/...uwetews1-1/+1
2015-11-25-bugfix a left delimter like '[%' did fail on [%$var_[%$variable%]%] (forum t...uwetews1-9/+9
2015-09-01- improvement convert template inheritance into runtime processinguwetews1-129/+26
2015-08-06- avoid possible circular object referances caused by parser/lexer objectsUwe Tews1-1/+1
2015-06-27- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP...Uwe Tews1-1/+6
2015-06-27- bugfix resolve naming conflict between custom Smarty delimiter '<%' and PHP...Uwe Tews1-4/+4
2015-06-08- bugfix using {$foo} as array index like $bar.{$foo} or in double quoted str...Uwe Tews1-3/+10
2015-06-01- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...Uwe Tews1-1/+7
2015-05-24- bugfix if condition string 'neq' broken due to a typo https://github.com/sm...Uwe Tews1-1/+1
2015-05-23minor bugfix when processing autoliteral { php} tag. Does not effect generate...Uwe Tews1-1/+0
2015-05-23- improvement on php_handling to allow very large PHP sections, better error ...Uwe Tews1-117/+113
2015-05-20- bugfix compiler could run into the pcre.backtrack_limit on larger comment o...Uwe Tews1-9/+9
2015-05-18- improvement introduce shortcuts in lexer/parser rules for most frequent ter...Uwe Tews1-164/+88
2015-05-16- improvement higher compilation speed by modified lexer/parser generator at ...Uwe Tews1-23/+25
2015-05-16- improvement reduce number of lexer tokens on operators and if conditionsUwe Tews1-88/+10
2015-05-16- bugfix {php}{/php} did work just for single lines https://github.com/smarty...Uwe Tews1-4/+4
2015-05-06- optimization move <?php ?> handling from parser to new compiler moduleUwe Tews1-30/+44
2014-12-14add .plex and .y filesUwe Tews1-0/+900