summaryrefslogtreecommitdiff
path: root/libs/Smarty.class.php
AgeCommit message (Expand)AuthorFilesLines
2016-09-15- bugfix function plugins called with assign attribute like {foo assign='bar'...uwetews1-1/+1
2016-09-15- bugfix assigning a variable in if condition by function like {if $value = a...uwetews1-1/+1
2016-09-11- performance Smarty::configLoad() did load unneeded template source objectuwetews1-1/+1
2016-09-11- improvement move often used code snippets into methodsuwetews1-1/+11
2016-09-09- improvement {foreach} observe {break n} and {continue n} nesting levels whe...uwetews1-1/+1
2016-09-09- bugfix {foreach} must keep the @properties when restoring a saved $item var...uwetews1-1/+1
2016-09-09- bugfix/optimization {foreach} did not execute the {foreachelse} when iterat...uwetews1-1/+1
2016-09-08- bugfix implement wrapper for removed method getConfigVariable() https://git...uwetews1-1/+1
2016-09-07- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank li...uwetews1-1/+1
2016-09-07- bugfix when {foreach} was looping over an object the total property like {$...uwetews1-1/+1
2016-09-07- bugfix uppercase TRUE, FALSE and NULL did not work when security was enable...uwetews1-1/+1
2016-09-07- bugfix using nocache like attribute with value true like {plugin nocache=tr...uwetews1-1/+1
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews1-1/+1
2016-08-26- bugfix change of 23.08.2016 failed on linux when use_include_path = trueuwetews1-1/+1
2016-08-23- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...uwetews1-22/+22
2016-08-20- bugfix {make_nocache} failed when using composer autoloader https://github....uwetews1-1/+1
2016-08-20- bugfix {config_load ... scope="global"} shall not throw an arror but fallba...uwetews1-1/+1
2016-08-14- optimization remove unneeded call to update acopes when {assign} scope and ...uwetews1-1/+1
2016-08-14- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgr...uwetews1-1/+1
2016-08-14- bugfix $smarty_>debugging = true; did E_NOTICE messages when {eval} tag was...uwetews1-1/+1
2016-08-07Prepare 3.1.31-devuwetews1-2/+2
2016-08-07Release 3.1.30v3.1.30uwetews1-4/+4
2016-08-07- bugfix update of 04.08.2016 was incompleteuwetews1-1/+1
2016-08-05- updated error checking at template and config default handleruwetews1-1/+1
2016-08-05- bugfix compiling of templates failed when the Smarty delimiter did contain ...uwetews1-1/+1
2016-08-0404.08.2015uwetews1-1/+1
2016-07-24- regression this->addPluginsDir('/abs/path/to/dir') adding absolute path wit...uwetews1-4/+2
2016-07-23- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute...uwetews1-86/+151
2016-07-19- bugfix {match} shell injection vulnerability patch provided by Tim Weberuwetews1-1/+1
2016-07-19- bugfix multiple {include} with relative filepath within {block}{/block} cou...uwetews1-1/+1
2016-07-18- bugfix multiple {include} with relative filepath within {block}{/block} cou...uwetews1-1/+1
2016-07-18- bugfix avoid opcache_invalidate to result in ErrorException when opcache.re...uwetews1-1/+1
2016-07-18- bugfix modifier on plugins like {plugin|modifier ... } did fail when the pl...uwetews1-1/+1
2016-07-18- bugfix {foreach} if key variable and item@key attribute have been used both...uwetews1-1/+1
2016-07-14- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() http...uwetews1-3/+3
2016-07-13- bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-p...uwetews1-1/+1
2016-07-13- bugfix template function data should be merged when loading subtemplate htt...uwetews1-1/+1
2016-07-13- bugfix enable debugging could fail when template objects did already exists...uwetews1-1/+1
2016-07-13- update testInstall() https://github.com/smarty-php/smarty/issues/248https:/...uwetews1-1/+1
2016-07-13- bugfix PHP 7 compatibility on registered compiler plugins https://github.co...uwetews1-1/+1
2016-07-12- bugfix enableSecurity() must init cache flags https://github.com/smarty-php...uwetews1-1/+1
2016-07-12- bugfix {foreach} item variable must be created also on empty from array htt...uwetews1-1/+1
2016-05-27- bugfix/improvement of compileAlltemplates() follow symlinks in template fol...uwetews1-1/+1
2016-05-16- broken PHP 5.3 and 5.4 compatibilityuwetews1-1/+1
2016-05-16- optimization {foreach} compiler and processinguwetews1-2/+2
2016-05-15- optimization and cleanup of resource codeuwetews1-2/+2
2016-05-10- optimization of inheritance processinguwetews1-1/+1
2016-05-07-bugfix Only variables should be assigned by reference https://github.com/sma...uwetews1-1/+1
2016-05-02- bugfix same relative filepath at {include} called from template in differen...uwetews1-1/+1
2016-05-02- enhancement {block} tag names can now be variable https://github.com/smarty...uwetews1-1/+1