summaryrefslogtreecommitdiff
path: root/libs/Smarty.class.php
AgeCommit message (Expand)AuthorFilesLines
2017-08-05- bugfix wordwrap modifier could fail if used in nocache code.Uwe Tews1-1/+1
2017-07-31- Call clearstatcache() after mkdir() failure https://github.com/smarty-php/s...Uwe Tews1-1/+1
2017-07-30- rewrite mkdir() bugfix to retry automatically see https://github.com/smarty...Uwe Tews1-1/+1
2017-07-21- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-...Uwe Tews1-1/+1
2017-07-21Merge pull request #377 from a-shpota/fix-writefile-syspluginUwe Tews1-1/+1
2017-07-21- security possible PHP code injection on custom resources at display() or fe...Uwe Tews1-1/+1
2017-05-27- improvement replace phpversion() by PHP_VERSION constant.uwetews1-1/+1
2017-05-27- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default ...uwetews1-1/+1
2017-05-27- bugfix change compiled code for registered function and modifiers to called...uwetews1-1/+1
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews1-1/+1
2017-05-21- bugfix version 3.1.31 did fail under PHP 5.2uwetews1-2/+2
2017-05-21- bugfix remove deleted files by clear_cache() and clear_compiled_template() ...uwetews1-1/+1
2017-05-21- bugfix remove special treatment of classes implementing ArrayAccess in {for...uwetews1-1/+1
2017-05-19- change properties $accessMap and $obsoleteProperties from private to protecteduwetews1-3/+3
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-1/+1
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-1/+1
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-1/+1
2017-04-14Merge pull request #322 from simivar/patch-1uwetews1-1/+1
2017-04-13Prepare 3.1.32-devuwetews1-4/+4
2016-12-29Fix annotation for addPluginsDir()simivar1-1/+1
2016-12-14prepare 3.1.31 releasev3.1.31uwetews1-2/+2
2016-11-23- move template object cache into static variablesuwetews1-8/+9
2016-11-19- change version checkinguwetews1-24/+1
2016-11-19- bugfix inheritance root child templates containing nested {block}{/block} c...uwetews1-1/+1
2016-11-11- smaller speed optimizationuwetews1-3/+4
2016-11-11touchuwetews1-1/+1
2016-11-11touchuwetews1-1/+1
2016-11-11- bugfix when Smarty is using a cached template object on Smarty::fetch() or ...uwetews1-1/+4
2016-11-08- add bootstrap file to load and register Smarty_Autoloader. Change composer....uwetews1-12/+6
2016-11-07- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311uwetews1-1/+1
2016-10-27- bugfix template function definitions array has not been cached between Smar...uwetews1-1/+1
2016-10-23- improvement/bugfix when Smarty::fetch() is called on a template object the ...uwetews1-1/+1
2016-10-21- bugfix for compile locking touched timestamp of old compiled file was not r...uwetews1-1/+1
2016-10-20- bugfix nocache code was not removed in cache file when subtemplate did cont...uwetews1-1/+1
2016-10-19- bugfix {make_nocache $var} remove spaces from variable value https://github...uwetews1-1/+1
2016-10-19- bugfix {make_nocache $var} did fail when variable value did contain '\' htt...uwetews1-1/+1
2016-10-12- bugfix {include} with template names including variable or constants could ...uwetews1-1/+1
2016-10-08- optimization move runtime extension for template functions into Smarty objectsuwetews1-1/+1
2016-09-29- improvement new Smarty::$extends_recursion property to disable execution of...uwetews1-0/+8
2016-09-28- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...uwetews1-1/+1
2016-09-28- bugfix the generated code for calling a subtemplate must pass the template ...uwetews1-1/+1
2016-09-27- bugfix when Smarty does use an internally cached template object on Smarty:...uwetews1-1/+2
2016-09-20- temporary fix for https://github.com/smarty-php/smarty/issues/293 main reas...uwetews1-1/+1
2016-09-20- improvement new tags {block_parent} {block_child} in template inheritanceuwetews1-1/+1
2016-09-20- bugfix some $smarty special template variables are no longer accessed as re...uwetews1-1/+1
2016-09-19- cleanup convert cache resource file method clear into runtime extensionuwetews1-1/+1
2016-09-19- optimization clear compiled and cached folder completely on detected versio...uwetews1-1/+23
2016-09-15- improvement make Smarty::clearCompiledTemplate() on custom resource indepen...uwetews1-1/+1
2016-09-15- bugfix assigning a variable in if condition by function like {if $value = a...uwetews1-1/+1
2016-09-15- bugfix calling $smarty->isCached() on a not existing cache file with $smart...uwetews1-1/+4