summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-21update autoloaderUwe Tews1-0/+2
2015-06-21- update realpath handlingUwe Tews5-5/+6
2015-06-21optimizationUwe Tews1-8/+10
2015-06-21- move registerObject / registerClass into extensionUwe Tews4-47/+119
2015-06-21- optimization of filter executionUwe Tews3-12/+16
2015-06-21- optimization of directory handling / build realpathUwe Tews3-79/+130
2015-06-21- optimization of template/config file normalizationUwe Tews1-1/+1
2015-06-21- optimization of template/config file normalizationUwe Tews3-7/+20
2015-06-20UpdateUwe Tews1-0/+4
2015-06-19- improvement allow closures as callback at $smarty->registerFilter() https:/...Uwe Tews6-74/+204
2015-06-18Release 3.1.27v3.1.27Uwe Tews2-4/+4
2015-06-18- bugfix another update on file path normalization failed on path containing ...Uwe Tews2-4/+8
2015-06-18Release 3.1.26v3.1.26Uwe Tews2-4/+4
2015-06-18- bugfix file path normalization failed on path containing something like "/....Uwe Tews3-7/+7
2015-06-18- bugfix calling a plugin with nocache option but no other attributes like {f...Uwe Tews4-5/+9
2015-06-16Release 3.1.25v3.1.25Uwe Tews2-3/+3
2015-06-15- optimization of smarty_cachereource_keyvaluestore.php codeUwe Tews3-12/+9
2015-06-14- bugfix an output tag with variable, modifier followed by an operator like {...Uwe Tews1-10/+2
2015-06-14- bugfix an output tag with variable, modifier followed by an operator like {...Uwe Tews3-569/+546
2015-06-14- bugfix a relative sub template path could fail if template_dir path did con...Uwe Tews3-98/+82
2015-06-13- bugfix a custom cache resource using smarty_cachereource_keyvaluestore.php ...Uwe Tews3-4/+7
2015-06-11- bugfix the lexer could hang on very large quoted strings (forum topic 25570)Uwe Tews5-36/+122
2015-06-08- bugfix using {$foo} as array index like $bar.{$foo} or in double quoted str...Uwe Tews6-377/+379
2015-06-04Fix spellingUwe Tews1-4/+3
2015-06-04- bugfix possible error message on unset() while compiling {block} tags https...Uwe Tews2-2/+7
2015-06-01- bugfix <?xml ... ?> including template variables broken since 3.1.22 https...Uwe Tews7-724/+749
2015-05-28Fix commentsUwe Tews1-2/+2
2015-05-27- bugfix {include} with variable file name must not create by default individ...Uwe Tews3-21/+22
2015-05-24- bugfix if condition string 'neq' broken due to a typo https://github.com/sm...Uwe Tews6-5/+7
2015-05-23minor bugfix when processing autoliteral { php} tag. Does not effect generate...Uwe Tews3-2/+1
2015-05-23minor fixUwe Tews1-3/+3
2015-05-23Remove redundant codeUwe Tews1-5/+0
2015-05-23Prepare 3.1.25-devUwe Tews2-2/+4
2015-05-23Release 3.1.24v3.1.24Uwe Tews2-2/+2
2015-05-23Travis setup does not work for PHP 5.2 for some reasonUwe Tews1-1/+0
2015-05-23- improvement on php_handling to allow very large PHP sections, better error ...Uwe Tews1-2/+21
2015-05-23- improvement on php_handling to allow very large PHP sections, better error ...Uwe Tews8-735/+1249
2015-05-21- bugfix named {foreach} comparison like $smarty.foreach.foobar.index > 1 did...Uwe Tews3-2/+3
2015-05-21- bugfix broken PHP 5.2 compatibility when compiling <?php tags https://githu...Uwe Tews3-3/+21
2015-05-20- bugfix compiler could run into the pcre.backtrack_limit on larger comment o...Uwe Tews4-23/+24
2015-05-20- bugfix output filter trimwhitespace could run into the pcre.backtrack_limit...Uwe Tews2-2/+3
2015-05-19- bugfix compiler did overwrite existing variable value when setting the noca...Uwe Tews4-7/+30
2015-05-18Fix max nesting parameterUwe Tews1-4/+4
2015-05-18Removed redundant codeUwe Tews1-34/+116
2015-05-18- improvement introduce shortcuts in lexer/parser rules for most frequent ter...Uwe Tews5-863/+923
2015-05-18{for} should be able to init array elementsUwe Tews1-12/+33
2015-05-16- improvement higher compilation speed by modified lexer/parser generator at ...Uwe Tews8-3492/+2359
2015-05-16- improvement reduce number of lexer tokens on operators and if conditionsUwe Tews5-2051/+2766
2015-05-16- improvement remove not needed ?><?php transitions from compiled codeUwe Tews2-161/+194
2015-05-16remove code not intended for this versionUwe Tews1-3/+0