index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
change_log.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
-bugfix fix implementation of unclosed block tag in double quoted string of 1...
Uwe Tews
1
-0
/
+5
2017-10-12
- unclosed block tag in double quted string must throw compiler exception.
Uwe Tews
1
-0
/
+2
2017-10-12
bugfix $smarty.block.child and $smarty.block.parent could not be used like any
Uwe Tews
1
-0
/
+4
2017-10-07
Improve extension handler
Uwe Tews
1
-0
/
+4
2017-08-26
- bugfix {make_nocache} did display code if the template did not contain othe...
Uwe Tews
1
-0
/
+2
2017-08-26
- bugfix templates filepath with multibyte characters did not work
Uwe Tews
1
-0
/
+2
2017-08-26
- bugfix chained modifier failed when last modifier parameter is a signed value
Uwe Tews
1
-0
/
+4
2017-08-09
- improvement repeated delimiter like {{ and }} will be treated as literal
Uwe Tews
1
-0
/
+4
2017-08-05
- cleanup of _getSmartyObj()
Uwe Tews
1
-0
/
+1
2017-08-05
- bugfix wordwrap modifier could fail if used in nocache code.
Uwe Tews
1
-1
/
+5
2017-07-31
- Call clearstatcache() after mkdir() failure https://github.com/smarty-php/s...
Uwe Tews
1
-0
/
+3
2017-07-30
- rewrite mkdir() bugfix to retry automatically see https://github.com/smarty...
Uwe Tews
1
-0
/
+4
2017-07-21
- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-...
Uwe Tews
1
-1
/
+2
2017-07-21
Merge pull request #377 from a-shpota/fix-writefile-sysplugin
Uwe Tews
1
-0
/
+2
2017-07-21
- security possible PHP code injection on custom resources at display() or fe...
Uwe Tews
1
-0
/
+4
2017-05-27
- improvement replace phpversion() by PHP_VERSION constant.
uwetews
1
-0
/
+2
2017-05-27
- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default ...
uwetews
1
-1
/
+1
2017-05-27
- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default ...
uwetews
1
-0
/
+1
2017-05-27
- bugfix change compiled code for registered function and modifiers to called...
uwetews
1
-0
/
+4
2017-05-27
- performance store flag for already required shared plugin functions in stat...
uwetews
1
-0
/
+3
2017-05-21
- bugfix version 3.1.31 did fail under PHP 5.2
uwetews
1
-0
/
+2
2017-05-21
- bugfix remove deleted files by clear_cache() and clear_compiled_template() ...
uwetews
1
-0
/
+4
2017-05-21
- bugfix remove special treatment of classes implementing ArrayAccess in {for...
uwetews
1
-1
/
+5
2017-05-21
- improvement check if ini_get() and ini_set() not disabled
uwetews
1
-2
/
+4
2017-05-21
- new feature The named capture buffers can now be accessed also as array
uwetews
1
-0
/
+2
2017-05-19
- change properties $accessMap and $obsoleteProperties from private to protected
uwetews
1
-1
/
+5
2017-04-24
- fix spelling https://github.com/smarty-php/smarty/commit/e3eda8a5f5653d8abb...
uwetews
1
-0
/
+3
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-0
/
+4
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-4
/
+0
2017-04-17
- correct generated code on empty() and isset() call, observe change PHP beha...
uwetews
1
-0
/
+4
2017-04-14
- merge pull requests https://github.com/smarty-php/smarty/pull/349, https://...
uwetews
1
-0
/
+4
2017-04-13
- bugfix array_merge() parameter should be checked https://github.com/smarty-...
uwetews
1
-1
/
+3
2017-04-13
Prepare 3.1.32-dev
uwetews
1
-1
/
+3
2016-12-14
prepare 3.1.31 release
v3.1.31
uwetews
1
-1
/
+1
2016-11-23
- move template object cache into static variables
uwetews
1
-2
/
+5
2016-11-19
- change version checking
uwetews
1
-0
/
+1
2016-11-19
- bugfix inheritance root child templates containing nested {block}{/block} c...
uwetews
1
-0
/
+4
2016-11-11
- smaller speed optimization
uwetews
1
-0
/
+1
2016-11-11
- bugfix when Smarty is using a cached template object on Smarty::fetch() or ...
uwetews
1
-0
/
+4
2016-11-08
- add bootstrap file to load and register Smarty_Autoloader. Change composer....
uwetews
1
-0
/
+3
2016-11-07
- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311
uwetews
1
-0
/
+3
2016-10-27
- bugfix template function definitions array has not been cached between Smar...
uwetews
1
-1
/
+5
2016-10-23
- improvement/bugfix when Smarty::fetch() is called on a template object the ...
uwetews
1
-0
/
+4
2016-10-21
- bugfix for compile locking touched timestamp of old compiled file was not r...
uwetews
1
-0
/
+3
2016-10-20
- bugfix nocache code was not removed in cache file when subtemplate did cont...
uwetews
1
-0
/
+4
2016-10-19
- bugfix {make_nocache $var} remove spaces from variable value https://github...
uwetews
1
-0
/
+1
2016-10-19
- bugfix {make_nocache $var} did fail when variable value did contain '\' htt...
uwetews
1
-0
/
+3
2016-10-12
- bugfix {include} with template names including variable or constants could ...
uwetews
1
-0
/
+4
2016-10-08
- optimization move runtime extension for template functions into Smarty objects
uwetews
1
-0
/
+3
2016-09-29
- improvement new Smarty::$extends_recursion property to disable execution of...
uwetews
1
-0
/
+4
[next]