summaryrefslogtreecommitdiff
path: root/lexer/smarty_internal_templatelexer.plex
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Dropped remaining references to removed PHP-support in Smarty 4 from docs, le...Simon Wisselink1-1/+0
2021-10-13Feature/php8 support (#629)Simon Wisselink1-9/+1
2018-10-0909.10.2018uwetews1-0/+4
2018-09-18- bugfix large plain text template sections without a Smarty tag > 700kB coulduwetews1-8/+46
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-1/+1
2018-03-28- new feature {parent} = {$smarty.block.parent} {child} = {$smarty.block.ch...Uwe Tews1-3/+7
2017-11-20- replacement of " by 'Uwe Tews1-1/+1
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-1/+1
2017-11-05lexer/parser optimizationUwe Tews1-2/+2
2017-10-21- bugfix custom delimiters could fail since modification of version 3.1.32-d...Uwe Tews1-93/+27
2017-10-18-bugfix fix implementation of unclosed block tag in double quoted string of 1...Uwe Tews1-1/+0
2017-10-12- unclosed block tag in double quted string must throw compiler exception.Uwe Tews1-0/+2
2017-10-12bugfix $smarty.block.child and $smarty.block.parent could not be used like anyUwe Tews1-5/+0
2017-10-07Improve extension handlerUwe Tews1-231/+275
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews1-2/+1
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews1-0/+8
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews1-39/+20
2016-11-11fixed spelling chilek commented on c4746e9uwetews1-5/+5
2016-11-07- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311uwetews1-3/+11
2016-09-28- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...uwetews1-4/+2
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