index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
change_log.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-10
- bugfix Smarty_CacheResource_mysql example was missing strtotime() calls
rodneyrehm
1
-0
/
+1
2011-10-10
- bugfix <?xml> tag did create wrong output when caching enabled and the tag ...
uwe.tews@googlemail.com
1
-0
/
+1
2011-10-10
- bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54)
rodneyrehm
1
-0
/
+4
2011-10-07
- bugfix parent pointer was not set when fetch() for other template was calle...
uwe.tews@googlemail.com
1
-0
/
+1
2011-10-07
- improvement removed some unnecessary count()s
rodneyrehm
1
-0
/
+1
2011-10-07
- improvement html_checkboxes and html_radios to accept null- and object valu...
rodneyrehm
1
-0
/
+1
2011-10-07
- bugfix html_options plugin did not handle object values properly (Issue #49...
rodneyrehm
1
-0
/
+1
2011-10-07
- improvement testInstall() now showing resolved paths and checking the inclu...
rodneyrehm
1
-0
/
+1
2011-10-07
- bugfix testInstall() would not show path to internal plugins_dir (Forum Pos...
rodneyrehm
1
-1
/
+4
2011-10-07
- improvement removed html comments from {mailto} (Forum Topic 20092)
rodneyrehm
1
-0
/
+1
2011-10-06
- bugfix start_year and end_year of {html_select_date} did not use current ye...
rodneyrehm
1
-0
/
+1
2011-10-06
- bugfix switch lexer internals depending on mbstring.func_overload
uwe.tews@googlemail.com
1
-0
/
+3
2011-10-05
- bugfix html_options plugin did not handle null- and object values properly ...
rodneyrehm
1
-0
/
+1
2011-10-05
- bugfix nofilter tag option did not disable default modifier
uwe.tews@googlemail.com
1
-0
/
+1
2011-10-05
- add environment configuration issue with mbstring.func_overload Smarty cann...
rodneyrehm
1
-0
/
+1
2011-10-05
- bugfix of problem introduced with r4342 by replacing strlen() with isset()
rodneyrehm
1
-0
/
+3
2011-10-04
- bugfix has_nocache_code flag was not reset before compilation
uwe.tews@googlemail.com
1
-0
/
+1
2011-10-04
- bugfix output filter should not run on individually cached subtemplates
uwe.tews@googlemail.com
1
-0
/
+2
2011-10-04
- bugfix of problem introduced with r4342 on math plugin
uwe.tews@googlemail.com
1
-0
/
+1
2011-10-04
- bugfix assign() in plugins called in subtemplates did change value also in ...
uwe.tews@googlemail.com
1
-0
/
+3
2011-10-03
update changelog
monte.ohrt
1
-0
/
+1
2011-10-03
- improvement add internal $joined_template_dir property instead computing it...
uwe.tews@googlemail.com
1
-0
/
+3
2011-10-01
- improvement Smarty_Internal_Utility::clearCompiledTemplate() removed redund...
rodneyrehm
1
-0
/
+1
2011-10-01
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
rodneyrehm
1
-0
/
+1
2011-10-01
- improvement replaced most in_array() calls by more efficient isset() on arr...
rodneyrehm
1
-0
/
+3
2011-09-29
- improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_arra...
rodneyrehm
1
-0
/
+3
2011-09-28
- bugfix on template functions called nocache calling other template functions
uwe.tews@googlemail.com
1
-0
/
+3
2011-09-27
- bugfix wrong resource could be used on compile check of custom resource
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-27
- bugfix smarty_make_timestamp() failed to process DateTime objects properly
rodneyrehm
1
-0
/
+1
2011-09-27
- bugfix variable property did not work on objects variable in template
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-27
- bugfix remove race condition when a custom resource did change timestamp du...
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-27
- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b...
rodneyrehm
1
-0
/
+1
2011-09-27
- bugfix possible warning "attempt to modify property of non-object" in {sect...
rodneyrehm
1
-0
/
+3
2011-09-26
- bugfix repeated calls to same subtemplate did not make use of cached templa...
uwe.tews@googlemail.com
1
-0
/
+3
2011-09-24
- improvment better error message for undefined templates at {include}
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-24
- added compile_dir and cache_dir to list of muted directories
rodneyrehm
1
-0
/
+1
2011-09-24
- removed internal muteExpectedErrors() calls in favor of having the implemen...
rodneyrehm
1
-1
/
+4
2011-09-23
- bugfix error muting was not implemented for cache locking
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-23
- remove unused properties
uwe.tews@googlemail.com
1
-0
/
+7
2011-09-23
update header
monte.ohrt
1
-1
/
+2
2011-09-22
- bugfix debug.tpl did not display correctly when it was compiled with escape...
uwe.tews@googlemail.com
1
-0
/
+2
2011-09-22
- bugfix {foreachelse} does fail if {section} was nested inside {foreach}
uwe.tews@googlemail.com
1
-0
/
+3
2011-09-21
- reverted ./ and ../ handling in fetch() and display() - they're allowed again
rodneyrehm
1
-0
/
+1
2011-09-21
optimized autoloader
rodneyrehm
1
-0
/
+1
2011-09-21
- added $error_muting to suppress error messages even for badly implemented e...
rodneyrehm
1
-1
/
+1
2011-09-21
- bugfix use 3.0 version of smarty_internal_write_file.php because of problem...
uwe.tews@googlemail.com
1
-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.com
1
-0
/
+3
2011-09-20
- bugfix {assign} with scope root and global did not work in all cases
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-20
- bugfix {include} did not work inside nested {block} tags
uwe.tews@googlemail.com
1
-0
/
+1
2011-09-20
- bugfix relative paths in $template_dir broke relative path resolving in {in...
rodneyrehm
1
-0
/
+1
[next]