summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-24 12:56:52 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-24 12:56:52 +0000
commitd0228e96ea45ebb636e77ced80d563132c3a5b44 (patch)
treed04b5a7cfc70ba04cf440c085a080cd49ef70987 /change_log.txt
parent537285032c0e09d620cbe4e7ea14a5924a43d5a5 (diff)
downloadsmarty-d0228e96ea45ebb636e77ced80d563132c3a5b44.tar.gz
smarty-d0228e96ea45ebb636e77ced80d563132c3a5b44.tar.bz2
smarty-d0228e96ea45ebb636e77ced80d563132c3a5b44.zip
- removed internal muteExpectedErrors() calls in favor of having the implementor call this once from his application
- optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable error muting is now a global thing. this was done because of the overhead set_error_handler imposes and the fact, that only a few people really "need" this. The decision was made by uwe.tews and rodneyrehm. (just in case anyone asks…)
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index fe71d9ab..0855fcd6 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
===== trunk =====
+24.09.2011
+- removed internal muteExpectedErrors() calls in favor of having the implementor call this once from his application
+- optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable
+
23.09.2011
- remove unused properties
- optimization use real function instead anonymous function for preg_replace_callback
@@ -12,7 +16,6 @@
- bugfix {foreachelse} does fail if {section} was nested inside {foreach}
- bugfix debug.tpl did not display correctly when it was compiled with escape_html = true
-
21.09.2011
- bugfix look for mixed case plugin file names as in 3.0 if not found try all lowercase
- added $error_muting to suppress error messages even for badly implemented error_handlers