index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_configfileparser.php
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
Smarty5 (#852)
Simon Wisselink
1
-1046
/
+0
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-21
/
+48
2018-08-31
- PSR-2 code style fixes for config and template file Lexer/Parser generated ...
uwetews
1
-56
/
+76
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
1
-108
/
+80
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-70
/
+98
2017-11-20
- replacement of " by '
Uwe Tews
1
-4
/
+3
2017-11-05
lexer/parser optimization
Uwe Tews
1
-579
/
+501
2017-10-26
- correction of PHPDoc blocks
Uwe Tews
1
-1
/
+90
2017-08-09
- improvement repeated delimiter like {{ and }} will be treated as literal
Uwe Tews
1
-538
/
+505
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
1
-35
/
+19
2016-02-09
- reformat all code for unique style
uwetews
1
-121
/
+149
2015-06-11
- bugfix the lexer could hang on very large quoted strings (forum topic 25570)
Uwe Tews
1
-12
/
+36
2015-05-16
- improvement higher compilation speed by modified lexer/parser generator at ...
Uwe Tews
1
-327
/
+284
2014-12-30
get config properties via compiler object
Uwe Tews
1
-305
/
+262
2014-12-30
get config properties via template object
Uwe Tews
1
-21
/
+20
2014-12-13
lexer and parser optimizations
Uwe Tews
1
-178
/
+209
2014-06-17
- bugfix large template text of some charsets could cause parsing errors (to...
Uwe.Tews@googlemail.com
1
-303
/
+419
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-1
/
+0
2013-12-15
- enhancement additional debug output at $smarty->_parserdebug = true;
Uwe.Tews@googlemail.com
1
-123
/
+97
2013-07-15
- update code generated by PSR-2 standards fixer which introduced PHP 5.4 inc...
Uwe.Tews@googlemail.com
1
-15
/
+15
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-17
/
+16
2013-07-14
- bugfix increase of internal maximum parser stacksize to allow more complex ...
Uwe.Tews@googlemail.com
1
-67
/
+100
2011-12-18
- bufix strings ending with " in multiline strings of config files failed to ...
uwe.tews@googlemail.com
1
-101
/
+94
2011-11-01
- bugfix multiline strings in config files could fail on longer strings (reop...
uwe.tews@googlemail.com
1
-115
/
+139
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-59
/
+93
2011-02-01
- removed assert() from config and template parser
uwe.tews@googlemail.com
1
-43
/
+41
2010-08-17
fix formatting
monte.ohrt
1
-4
/
+5
2010-05-09
- update of template and config file parser because of minor parser generator...
Uwe.Tews
1
-35
/
+42
2010-01-16
- internal change of config file lexer/parser on handling of section names
Uwe.Tews
1
-129
/
+144
2010-01-14
- allow special characters in config file section names for Smarty2 BC
Uwe.Tews
1
-145
/
+132
2010-01-12
- closed possible security hole at <?php ... ?> tags
Uwe.Tews
1
-65
/
+60
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-176
/
+241
2009-12-19
- bugfix on comment lines in config files
Uwe.Tews
1
-42
/
+42
2009-12-19
- bugfix on comment lines in config files
Uwe.Tews
1
-56
/
+60
2009-12-05
- removed unneeded lexer code
Uwe.Tews
1
-378
/
+17
2009-11-24
- bugfix for $smarty->config_overwrite = false
Uwe.Tews
1
-2
/
+2
2009-11-23
- fixed configfile parser for text starting with a numeric char
Uwe.Tews
1
-102
/
+98
2009-11-14
- fixed locaion where outputfilters are running
Uwe.Tews
1
-0
/
+1
2009-10-31
- change of filenames in sysplugins folder for internal spl_autoload function
Uwe.Tews
1
-0
/
+1162