summaryrefslogtreecommitdiff
path: root/change_log.txt
AgeCommit message (Expand)AuthorFilesLines
2011-10-10- bugfix Smarty_CacheResource_mysql example was missing strtotime() callsrodneyrehm1-0/+1
2011-10-10- bugfix <?xml> tag did create wrong output when caching enabled and the tag ...uwe.tews@googlemail.com1-0/+1
2011-10-10- bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54)rodneyrehm1-0/+4
2011-10-07- bugfix parent pointer was not set when fetch() for other template was calle...uwe.tews@googlemail.com1-0/+1
2011-10-07- improvement removed some unnecessary count()srodneyrehm1-0/+1
2011-10-07- improvement html_checkboxes and html_radios to accept null- and object valu...rodneyrehm1-0/+1
2011-10-07- bugfix html_options plugin did not handle object values properly (Issue #49...rodneyrehm1-0/+1
2011-10-07- improvement testInstall() now showing resolved paths and checking the inclu...rodneyrehm1-0/+1
2011-10-07- bugfix testInstall() would not show path to internal plugins_dir (Forum Pos...rodneyrehm1-1/+4
2011-10-07- improvement removed html comments from {mailto} (Forum Topic 20092)rodneyrehm1-0/+1
2011-10-06- bugfix start_year and end_year of {html_select_date} did not use current ye...rodneyrehm1-0/+1
2011-10-06- bugfix switch lexer internals depending on mbstring.func_overloaduwe.tews@googlemail.com1-0/+3
2011-10-05- bugfix html_options plugin did not handle null- and object values properly ...rodneyrehm1-0/+1
2011-10-05- bugfix nofilter tag option did not disable default modifieruwe.tews@googlemail.com1-0/+1
2011-10-05- add environment configuration issue with mbstring.func_overload Smarty cann...rodneyrehm1-0/+1
2011-10-05- bugfix of problem introduced with r4342 by replacing strlen() with isset()rodneyrehm1-0/+3
2011-10-04- bugfix has_nocache_code flag was not reset before compilationuwe.tews@googlemail.com1-0/+1
2011-10-04- bugfix output filter should not run on individually cached subtemplatesuwe.tews@googlemail.com1-0/+2
2011-10-04- bugfix of problem introduced with r4342 on math plugin uwe.tews@googlemail.com1-0/+1
2011-10-04- bugfix assign() in plugins called in subtemplates did change value also in ...uwe.tews@googlemail.com1-0/+3
2011-10-03update changelogmonte.ohrt1-0/+1
2011-10-03- improvement add internal $joined_template_dir property instead computing it...uwe.tews@googlemail.com1-0/+3
2011-10-01- improvement Smarty_Internal_Utility::clearCompiledTemplate() removed redund...rodneyrehm1-0/+1
2011-10-01- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])rodneyrehm1-0/+1
2011-10-01- improvement replaced most in_array() calls by more efficient isset() on arr...rodneyrehm1-0/+3
2011-09-29- improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_arra...rodneyrehm1-0/+3
2011-09-28- bugfix on template functions called nocache calling other template functionsuwe.tews@googlemail.com1-0/+3
2011-09-27- bugfix wrong resource could be used on compile check of custom resourceuwe.tews@googlemail.com1-0/+1
2011-09-27- bugfix smarty_make_timestamp() failed to process DateTime objects properlyrodneyrehm1-0/+1
2011-09-27- bugfix variable property did not work on objects variable in templateuwe.tews@googlemail.com1-0/+1
2011-09-27- bugfix remove race condition when a custom resource did change timestamp du...uwe.tews@googlemail.com1-0/+1
2011-09-27- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b...rodneyrehm1-0/+1
2011-09-27- bugfix possible warning "attempt to modify property of non-object" in {sect...rodneyrehm1-0/+3
2011-09-26- bugfix repeated calls to same subtemplate did not make use of cached templa...uwe.tews@googlemail.com1-0/+3
2011-09-24- improvment better error message for undefined templates at {include}uwe.tews@googlemail.com1-0/+1
2011-09-24- added compile_dir and cache_dir to list of muted directoriesrodneyrehm1-0/+1
2011-09-24- removed internal muteExpectedErrors() calls in favor of having the implemen...rodneyrehm1-1/+4
2011-09-23- bugfix error muting was not implemented for cache lockinguwe.tews@googlemail.com1-0/+1
2011-09-23- remove unused propertiesuwe.tews@googlemail.com1-0/+7
2011-09-23update headermonte.ohrt1-1/+2
2011-09-22- bugfix debug.tpl did not display correctly when it was compiled with escape...uwe.tews@googlemail.com1-0/+2
2011-09-22- bugfix {foreachelse} does fail if {section} was nested inside {foreach}uwe.tews@googlemail.com1-0/+3
2011-09-21- reverted ./ and ../ handling in fetch() and display() - they're allowed againrodneyrehm1-0/+1
2011-09-21optimized autoloaderrodneyrehm1-0/+1
2011-09-21- added $error_muting to suppress error messages even for badly implemented e...rodneyrehm1-1/+1
2011-09-21- bugfix use 3.0 version of smarty_internal_write_file.php because of problem...uwe.tews@googlemail.com1-0/+1
2011-09-21- bugfix look for mixed case plugin file names as in 3.0 if not found try all...uwe.tews@googlemail.com1-0/+3
2011-09-20- bugfix {assign} with scope root and global did not work in all casesuwe.tews@googlemail.com1-0/+1
2011-09-20- bugfix {include} did not work inside nested {block} tagsuwe.tews@googlemail.com1-0/+1
2011-09-20- bugfix relative paths in $template_dir broke relative path resolving in {in...rodneyrehm1-0/+1