summaryrefslogtreecommitdiff
path: root/change_log.txt
AgeCommit message (Expand)AuthorFilesLines
2016-09-20- improvement new tags {block_parent} {block_child} in template inheritanceuwetews1-0/+2
2016-09-20- bugfix some $smarty special template variables are no longer accessed as re...uwetews1-0/+5
2016-09-19- cleanup convert cache resource file method clear into runtime extensionuwetews1-0/+1
2016-09-19- optimization clear compiled and cached folder completely on detected versio...uwetews1-0/+3
2016-09-15- improvement make Smarty::clearCompiledTemplate() on custom resource indepen...uwetews1-0/+1
2016-09-15- bugfix calling $smarty->isCached() on a not existing cache file with $smart...uwetews1-0/+1
2016-09-15- bugfix function plugins called with assign attribute like {foo assign='bar'...uwetews1-0/+2
2016-09-15- bugfix assigning a variable in if condition by function like {if $value = a...uwetews1-0/+3
2016-09-11- performance Smarty::configLoad() did load unneeded template source objectuwetews1-1/+2
2016-09-11- improvement move often used code snippets into methodsuwetews1-1/+2
2016-09-11- improvement {math} misleading E_USER_WARNING messages when parameter value ...uwetews1-0/+3
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-3/+0
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-0/+3
2016-09-09- improvement {foreach} observe {break n} and {continue n} nesting levels whe...uwetews1-1/+2
2016-09-09- bugfix {foreach} must keep the @properties when restoring a saved $item var...uwetews1-0/+1
2016-09-09- bugfix/optimization {foreach} did not execute the {foreachelse} when iterat...uwetews1-0/+3
2016-09-08- bugfix implement wrapper for removed method getConfigVariable() https://git...uwetews1-0/+3
2016-09-07- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank li...uwetews1-1/+2
2016-09-07- bugfix when {foreach} was looping over an object the total property like {$...uwetews1-1/+2
2016-09-07- bugfix uppercase TRUE, FALSE and NULL did not work when security was enable...uwetews1-0/+1
2016-09-07- bugfix using nocache like attribute with value true like {plugin nocache=tr...uwetews1-0/+3
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews1-0/+3
2016-08-26- bugfix change of 23.08.2016 failed on linux when use_include_path = trueuwetews1-0/+3
2016-08-23- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...uwetews1-0/+3
2016-08-20- bugfix {make_nocache} failed when using composer autoloader https://github....uwetews1-0/+1
2016-08-20- bugfix {config_load ... scope="global"} shall not throw an arror but fallba...uwetews1-0/+3
2016-08-14- optimization remove unneeded call to update acopes when {assign} scope and ...uwetews1-0/+1
2016-08-14- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgr...uwetews1-0/+2
2016-08-14- bugfix $smarty_>debugging = true; did E_NOTICE messages when {eval} tag was...uwetews1-1/+2
2016-08-07Prepare 3.1.31-devuwetews1-1/+4
2016-08-07Release 3.1.30v3.1.30uwetews1-1/+2
2016-08-07- bugfix update of 04.08.2016 was incompleteuwetews1-2/+5
2016-08-05- updated error checking at template and config default handleruwetews1-0/+1
2016-08-05- bugfix compiling of templates failed when the Smarty delimiter did contain ...uwetews1-0/+3
2016-08-0404.08.2015uwetews1-0/+3
2016-07-26- optimization unneeded loading of compiled resourceuwetews1-0/+3
2016-07-24- regression this->addPluginsDir('/abs/path/to/dir') adding absolute path wit...uwetews1-0/+3
2016-07-23- improvement remove double funtion declaration in plugin shared.escape_speci...uwetews1-0/+1
2016-07-23- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute...uwetews1-0/+4
2016-07-19Fx changelog text for - bugfix {match} shell injection vulnerability patch pr...uwetews1-1/+1
2016-07-19- bugfix {match} shell injection vulnerability patch provided by Tim Weberuwetews1-0/+1
2016-07-19- bugfix multiple {include} with relative filepath within {block}{/block} cou...uwetews1-0/+3
2016-07-18- bugfix multiple {include} with relative filepath within {block}{/block} cou...uwetews1-0/+1
2016-07-18- bugfix avoid opcache_invalidate to result in ErrorException when opcache.re...uwetews1-0/+1
2016-07-18- bugfix modifier on plugins like {plugin|modifier ... } did fail when the pl...uwetews1-0/+1
2016-07-18- bugfix {foreach} if key variable and item@key attribute have been used both...uwetews1-0/+3
2016-07-14- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() http...uwetews1-0/+3
2016-07-13- bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-p...uwetews1-0/+1
2016-07-13- bugfix template function data should be merged when loading subtemplate htt...uwetews1-1/+2
2016-07-13- bugfix enable debugging could fail when template objects did already exists...uwetews1-1/+2