summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2011-09-21- reverted ./ and ../ handling in fetch() and display() - they're allowed againrodneyrehm1-8/+8
2011-09-21remove unneeded error suppressionuwe.tews@googlemail.com1-2/+1
2011-09-21oopsrodneyrehm1-1/+1
2011-09-21monte wanted some docs on the topic of error_mutingrodneyrehm1-0/+16
2011-09-21optimized autoloaderrodneyrehm1-14/+15
2011-09-21oops…rodneyrehm1-1/+1
2011-09-21- added $error_muting to suppress error messages even for badly implemented e...rodneyrehm7-36/+118
2011-09-21- bugfix use 3.0 version of smarty_internal_write_file.php because of problem...uwe.tews@googlemail.com1-42/+28
2011-09-21- bugfix look for mixed case plugin file names as in 3.0 if not found try all...uwe.tews@googlemail.com1-13/+16
2011-09-20- bugfix {assign} with scope root and global did not work in all casesuwe.tews@googlemail.com1-4/+8
2011-09-20- bugfix {include} did not work inside nested {block} tagsuwe.tews@googlemail.com1-3/+1
2011-09-20- bugfix relative paths in $template_dir broke relative path resolving in {in...rodneyrehm1-0/+5
2011-09-19- bugfix removed debug echo output while compiling template inheritanceuwe.tews@googlemail.com2-2/+0
2011-09-19- bugfix output filter shall not run on included subtemplatesuwe.tews@googlemail.com2-3/+4
2011-09-19- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261rodneyrehm1-17/+21
2011-09-18- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...uwe.tews@googlemail.com2-5/+13
2011-09-18comma -> dotrodneyrehm1-1/+1
2011-09-18- bugfix template caching did not care about file.tpl in different template_diruwe.tews@googlemail.com7-19/+22
2011-09-17- bugfix lock_id for file resource would create invalid filepathrodneyrehm3-1/+44
2011-09-16- bugfix reverted resource caching as it could not detect template_dir changesuwe.tews@googlemail.com2-35/+0
2011-09-16commit 3.1 into the trunkmonte.ohrt123-7537/+13023
2011-07-27- bugfix subtemplate could use wrong varibale scope when it was recalled from...uwe.tews@googlemail.com1-1/+1
2011-07-26- bugfix experimental getTags() method did not workuwe.tews@googlemail.com4-57/+70
2011-07-15- bugfix individual cache_lifetime of {include} did not work correctly inside...uwe.tews@googlemail.com1-69/+72
2011-07-12- bugfix PHP did eat line break on nocache sectionsuwe.tews@googlemail.com1-1/+1
2011-06-19- bugfix clear_config Smarty2 BC wrapper function was missinguwe.tews@googlemail.com1-10/+12
2011-06-16- bugfix do not overwrite 'smarty' template variable when {include ... scope=...uwe.tews@googlemail.com1-1/+1
2011-06-09fix smarty security_policy issue in plugins {html_image} and {fetch}rodneyrehm2-4/+4
2011-06-07- bugfix registerFilter() or registerPlugin() on template objects did registe...uwe.tews@googlemail.com1-2/+2
2011-05-29- bugfix <?xml..?> in templates did break "cache modified check"uwe.tews@googlemail.com1-291/+298
2011-05-14- bugfix error handling at stream resourcesuwe.tews@googlemail.com2-109/+109
2011-05-14- bugfix fopen() error handling at stream resourcesuwe.tews@googlemail.com1-54/+56
2011-05-13- bugfix condition starting with "-" did fail at {if} and {while} tagsuwe.tews@googlemail.com2-989/+999
2011-04-22- workaround for PHP 5.2.13 bug in method_exists()uwe.tews@googlemail.com1-181/+181
2011-04-21- bugfix allow only fixed string as file attribute at {extends} taguwe.tews@googlemail.com1-16/+16
2011-04-01- bugfix do not run filters and default modifier when displaying the debug te...uwe.tews@googlemail.com2-19/+18
2011-03-28- bugfix on error message in smarty_internal_compile_block.phpuwe.tews@googlemail.com3-123/+127
2011-03-16- bugfix on default {function} parameters when {function} was used in nocache...uwe.tews@googlemail.com2-222/+222
2011-03-09-bugfix a variable filter should run before modifers on an output tag (see ch...uwe.tews@googlemail.com1-1389/+1406
2011-03-08fixed config_load to only load defaults with no section definedmonte.ohrt1-10/+12
2011-03-03- bugfix internal rendered_content must be cleared after subtemplate was incl...uwe.tews@googlemail.com1-1/+1
2011-03-03- bugfix "smarty" template variable was not recreated when cached templated h...uwe.tews@googlemail.com1-0/+2
2011-03-01- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...uwe.tews@googlemail.com3-6/+10
2011-02-25- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...uwe.tews@googlemail.com1-2/+6
2011-02-24- bugfix $smarty->clearCache('some.tpl') did by mistake cache the template ob...uwe.tews@googlemail.com1-2/+4
2011-02-19- bugfix force default debug.tpl to be loaded by the file resource when defau...uwe.tews@googlemail.com2-2/+2
2011-02-18- bugfix removed possible race condition when isCached() was called for an in...uwe.tews@googlemail.com1-1/+11
2011-02-17-improvement not to delete files starting with '.' from cache and template_c ...uwe.tews@googlemail.com2-4/+4
2011-02-16-improvement allow leading spaces on } tag closing if auto_literal is enableduwe.tews@googlemail.com1-4/+0
2011-02-16-fixed typo in exception message of Smarty_Internal_Templateuwe.tews@googlemail.com1-1/+1