summaryrefslogtreecommitdiff
path: root/libs/sysplugins
AgeCommit message (Expand)AuthorFilesLines
2017-05-21- new feature The named capture buffers can now be accessed also as arrayuwetews2-11/+19
2017-04-24- fix spelling https://github.com/smarty-php/smarty/commit/e3eda8a5f5653d8abb...uwetews1-2/+2
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-42/+67
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-68/+43
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews1-43/+68
2017-04-14Merge pull request #349 from ka7/feature/spellinguwetews3-3/+3
2017-04-14Merge pull request #337 from SvenRtbg/patch-1uwetews1-1/+1
2017-04-13- bugfix array_merge() parameter should be checked https://github.com/smarty-...uwetews1-2/+6
2017-04-08spelling fixesklemens3-3/+3
2017-02-14Fix typo in @method annotationSvenRtbg1-1/+1
2016-11-23- move template object cache into static variablesuwetews2-14/+35
2016-11-19- change version checkinguwetews1-3/+7
2016-11-19- bugfix inheritance root child templates containing nested {block}{/block} c...uwetews1-1/+1
2016-11-11fixed spelling chilek commented on c4746e9uwetews2-51/+51
2016-11-07- optimization of lexer speed https://github.com/smarty-php/smarty/issues/311uwetews4-127/+136
2016-10-27- bugfix template function definitions array has not been cached between Smar...uwetews3-22/+29
2016-10-23- improvement/bugfix when Smarty::fetch() is called on a template object the ...uwetews1-7/+8
2016-10-23- improvement/bugfix when Smarty::fetch() is called on a template object the ...uwetews1-2/+10
2016-10-21- bugfix for compile locking touched timestamp of old compiled file was not r...uwetews1-7/+20
2016-10-20- bugfix nocache code was not removed in cache file when subtemplate did cont...uwetews1-2/+0
2016-10-19- bugfix {make_nocache $var} remove spaces from variable value https://github...uwetews1-4/+4
2016-10-19- bugfix {make_nocache $var} did fail when variable value did contain '\' htt...uwetews1-2/+2
2016-10-12- bugfix {include} with template names including variable or constants could ...uwetews1-3/+2
2016-10-08- optimization move runtime extension for template functions into Smarty objectsuwetews6-34/+35
2016-09-30use absolute path normalizaionuwetews1-1/+1
2016-09-30- improvement new Smarty::$extends_recursion property to disable execution of...uwetews3-4/+5
2016-09-29- improvement new Smarty::$extends_recursion property to disable execution of...uwetews3-11/+41
2016-09-28- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https...uwetews3-895/+888
2016-09-28- bugfix the generated code for calling a subtemplate must pass the template ...uwetews1-1/+1
2016-09-20- temporary fix for https://github.com/smarty-php/smarty/issues/293 main reas...uwetews1-4/+3
2016-09-20- improvement new tags {block_parent} {block_child} in template inheritanceuwetews5-52/+136
2016-09-20- bugfix some $smarty special template variables are no longer accessed as re...uwetews2-73/+85
2016-09-19- cleanup convert cache resource file method clear into runtime extensionuwetews4-32/+39
2016-09-19- optimization clear compiled and cached folder completely on detected versio...uwetews3-11/+20
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-18/+14
2016-09-15- bugfix function plugins called with assign attribute like {foo assign='bar'...uwetews2-4/+4
2016-09-15- bugfix assigning a variable in if condition by function like {if $value = a...uwetews2-21/+26
2016-09-11- performance Smarty::configLoad() did load unneeded template source objectuwetews2-13/+14
2016-09-11- improvement move often used code snippets into methodsuwetews45-75/+111
2016-09-09- improvement {foreach} observe {break n} and {continue n} nesting levels whe...uwetews5-70/+104
2016-09-09- bugfix {foreach} must keep the @properties when restoring a saved $item var...uwetews1-5/+13
2016-09-09- bugfix/optimization {foreach} did not execute the {foreachelse} when iterat...uwetews1-22/+18
2016-09-08- bugfix implement wrapper for removed method getConfigVariable() https://git...uwetews4-8/+44
2016-09-07- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank li...uwetews1-2/+2
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-2/+2
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...uwetews12-25/+25