summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2017-10-12bugfix $smarty.block.child and $smarty.block.parent could not be used like anyUwe Tews11-1755/+1647
2017-10-07- bugfix modification of 9.8.2017 did fail on some recursiveUwe Tews5-1767/+2692
2017-10-07Improve extension handlerUwe Tews2-44/+75
2017-08-26- bugfix {make_nocache} did display code if the template did not contain othe...Uwe Tews2-1/+2
2017-08-26- bugfix templates filepath with multibyte characters did not workUwe Tews1-5/+5
2017-08-26- bugfix chained modifier failed when last modifier parameter is a signed valueUwe Tews2-1123/+1253
2017-08-09register autoloader as first in chainUwe Tews1-1/+1
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews2-780/+674
2017-08-09- improvement repeated delimiter like {{ and }} will be treated as literalUwe Tews5-2324/+2306
2017-08-06fixed spellingUwe Tews1-1/+1
2017-08-06fixed typoUwe Tews1-1/+1
2017-08-05- cleanup of _getSmartyObj()Uwe Tews3-13/+2
2017-08-05- bugfix wordwrap modifier could fail if used in nocache code.Uwe Tews6-135/+127
2017-07-31- Call clearstatcache() after mkdir() failure https://github.com/smarty-php/s...Uwe Tews2-1/+2
2017-07-30- rewrite mkdir() bugfix to retry automatically see https://github.com/smarty...Uwe Tews2-4/+15
2017-07-21- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-...Uwe Tews3-224/+216
2017-07-21Merge pull request #377 from a-shpota/fix-writefile-syspluginUwe Tews1-1/+1
2017-07-21Merge pull request #377 from a-shpota/fix-writefile-syspluginuwetews1-3/+5
2017-07-21- security possible PHP code injection on custom resources at display() or fe...Uwe Tews3-5/+5
2017-07-14fix 'mkdir(): File exists' error on create directory from parallelAndrew Shpota1-3/+5
2017-05-27- improvement replace phpversion() by PHP_VERSION constant.uwetews2-4/+4
2017-05-27- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default ...uwetews2-4/+15
2017-05-27- bugfix change compiled code for registered function and modifiers to called...uwetews3-24/+10
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews12-45/+123
2017-05-21- bugfix version 3.1.31 did fail under PHP 5.2uwetews2-3/+3
2017-05-21- new feature The named capture buffers can now be accessed also as arrayuwetews1-1/+1
2017-05-21- bugfix remove deleted files by clear_cache() and clear_compiled_template() ...uwetews4-22/+29
2017-05-21- bugfix remove special treatment of classes implementing ArrayAccess in {for...uwetews2-33/+35
2017-05-21- improvement check if ini_get() and ini_set() not disableduwetews7-102/+125
2017-05-21- new feature The named capture buffers can now be accessed also as arrayuwetews2-11/+19
2017-05-19- change properties $accessMap and $obsoleteProperties from private to protecteduwetews1-3/+3
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...uwetews2-43/+68
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews2-69/+44
2017-04-17- correct generated code on empty() and isset() call, observe change PHP beha...uwetews2-44/+69
2017-04-14Merge pull request #322 from simivar/patch-1uwetews1-1/+1
2017-04-14Merge pull request #349 from ka7/feature/spellinguwetews4-4/+4
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-13Prepare 3.1.32-devuwetews1-4/+4
2017-04-08spelling fixesklemens4-4/+4
2017-02-14Fix typo in @method annotationSvenRtbg1-1/+1
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 variablesuwetews3-22/+44
2016-11-19- change version checkinguwetews2-27/+8
2016-11-19- bugfix inheritance root child templates containing nested {block}{/block} c...uwetews2-2/+2
2016-11-11- smaller speed optimizationuwetews1-3/+4
2016-11-11touchuwetews1-1/+1
2016-11-11touchuwetews1-1/+1