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