summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_configfileparser.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-1046/+0
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-21/+48
2018-08-31- PSR-2 code style fixes for config and template file Lexer/Parser generated ...uwetews1-56/+76
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-108/+80
2018-06-12Update PSR-2Sławomir Kaleta1-70/+98
2017-11-20- replacement of " by 'Uwe Tews1-4/+3
2017-11-05lexer/parser optimizationUwe Tews1-579/+501
2017-10-26- correction of PHPDoc blocksUwe Tews1-1/+90
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews1-538/+505
2016-11-07- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311uwetews1-35/+19
2016-02-09- reformat all code for unique styleuwetews1-121/+149
2015-06-11- bugfix the lexer could hang on very large quoted strings (forum topic 25570)Uwe Tews1-12/+36
2015-05-16- improvement higher compilation speed by modified lexer/parser generator at ...Uwe Tews1-327/+284
2014-12-30get config properties via compiler objectUwe Tews1-305/+262
2014-12-30get config properties via template objectUwe Tews1-21/+20
2014-12-13lexer and parser optimizationsUwe Tews1-178/+209
2014-06-17 - bugfix large template text of some charsets could cause parsing errors (to...Uwe.Tews@googlemail.com1-303/+419
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-1/+0
2013-12-15 - enhancement additional debug output at $smarty->_parserdebug = true;Uwe.Tews@googlemail.com1-123/+97
2013-07-15- update code generated by PSR-2 standards fixer which introduced PHP 5.4 inc...Uwe.Tews@googlemail.com1-15/+15
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-17/+16
2013-07-14- bugfix increase of internal maximum parser stacksize to allow more complex ...Uwe.Tews@googlemail.com1-67/+100
2011-12-18- bufix strings ending with " in multiline strings of config files failed to ...uwe.tews@googlemail.com1-101/+94
2011-11-01- bugfix multiline strings in config files could fail on longer strings (reop...uwe.tews@googlemail.com1-115/+139
2011-09-16commit 3.1 into the trunkmonte.ohrt1-59/+93
2011-02-01- removed assert() from config and template parseruwe.tews@googlemail.com1-43/+41
2010-08-17fix formattingmonte.ohrt1-4/+5
2010-05-09- update of template and config file parser because of minor parser generator...Uwe.Tews1-35/+42
2010-01-16- internal change of config file lexer/parser on handling of section namesUwe.Tews1-129/+144
2010-01-14- allow special characters in config file section names for Smarty2 BCUwe.Tews1-145/+132
2010-01-12- closed possible security hole at <?php ... ?> tagsUwe.Tews1-65/+60
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-176/+241
2009-12-19- bugfix on comment lines in config filesUwe.Tews1-42/+42
2009-12-19- bugfix on comment lines in config filesUwe.Tews1-56/+60
2009-12-05- removed unneeded lexer codeUwe.Tews1-378/+17
2009-11-24- bugfix for $smarty->config_overwrite = falseUwe.Tews1-2/+2
2009-11-23- fixed configfile parser for text starting with a numeric charUwe.Tews1-102/+98
2009-11-14- fixed locaion where outputfilters are runningUwe.Tews1-0/+1
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+1162