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_configfilelexer.php
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-...
Uwe Tews
1
-93
/
+86
2016-11-11
fixed spelling chilek commented on c4746e9
uwetews
1
-26
/
+26
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
1
-48
/
+57
2016-02-09
- reformat all code for unique style
uwetews
1
-36
/
+60
2015-06-11
- bugfix the lexer could hang on very large quoted strings (forum topic 25570)
Uwe Tews
1
-15
/
+42
2015-05-16
- improvement higher compilation speed by modified lexer/parser generator at ...
Uwe Tews
1
-284
/
+234
2014-12-30
get config properties via compiler object
Uwe Tews
1
-197
/
+195
2014-12-30
get config properties via template object
Uwe Tews
1
-1
/
+1
2014-12-13
lexer and parser optimizations
Uwe Tews
1
-14
/
+92
2014-07-16
anchor BOM regex to front of file
Uwe.Tews@googlemail.com
1
-1
/
+1
2014-07-16
- enhancement remove BOM automatically from template source (topic 25161)
Uwe.Tews@googlemail.com
1
-0
/
+3
2014-06-17
- bugfix large template text of some charsets could cause parsing errors (to...
Uwe.Tews@googlemail.com
1
-216
/
+212
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-2
/
+3
2013-12-15
- enhancement additional debug output at $smarty->_parserdebug = true;
Uwe.Tews@googlemail.com
1
-37
/
+85
2013-07-15
- update code generated by PSR-2 standards fixer which introduced PHP 5.4 inc...
Uwe.Tews@googlemail.com
1
-1
/
+1
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-1
/
+1
2013-07-14
- bugfix increase of internal maximum parser stacksize to allow more complex ...
Uwe.Tews@googlemail.com
1
-63
/
+39
2011-12-22
- bugfix the new lexer of 17.12.2011 did fail if mbstring.func_overload != 0 ...
uwe.tews@googlemail.com
1
-32
/
+42
2011-12-18
- bufix strings ending with " in multiline strings of config files failed to ...
uwe.tews@googlemail.com
1
-9
/
+15
2011-11-01
- bugfix multiline strings in config files could fail on longer strings (reop...
uwe.tews@googlemail.com
1
-10
/
+89
2011-10-13
- bugfix multiline strings in config files could fail on longer strings (Issu...
uwe.tews@googlemail.com
1
-1
/
+1
2011-10-06
- bugfix switch lexer internals depending on mbstring.func_overload
uwe.tews@googlemail.com
1
-6
/
+7
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-15
/
+15
2011-04-01
- bugfix do not run filters and default modifier when displaying the debug te...
uwe.tews@googlemail.com
1
-13
/
+13
2011-02-01
- removed assert() from config and template parser
uwe.tews@googlemail.com
1
-11
/
+10
2010-08-17
fix formatting
monte.ohrt
1
-6
/
+7
2010-01-16
- internal change of config file lexer/parser on handling of section names
Uwe.Tews
1
-9
/
+83
2010-01-14
- allow special characters in config file section names for Smarty2 BC
Uwe.Tews
1
-15
/
+9
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-23
/
+278
2009-12-19
- bugfix on comment lines in config files
Uwe.Tews
1
-1
/
+1
2009-12-05
- removed unneeded lexer code
Uwe.Tews
1
-59
/
+1
2009-11-23
- fixed configfile parser for text starting with a numeric char
Uwe.Tews
1
-26
/
+19
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
/
+267