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