cvs: smarty / ChangeLog

[email protected] (changelog) Wed, 08 Nov 2006 01:31:43 -0000
Newsgroups php.smarty.cvs
Message-ID <cvschangelog1162949503@cvsserver>
changelog		Wed Nov  8 01:31:43 2006 UTC

  Modified files:              
    /smarty	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.442&r2=1.443&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.442 smarty/ChangeLog:1.443
--- smarty/ChangeLog:1.442	Thu Nov  2 01:31:23 2006
+++ smarty/ChangeLog	Wed Nov  8 01:31:43 2006
@@ -1,3 +1,22 @@
+2006-11-07  boots  <[email protected]>
+
+    * NEWS
+      libs/debug.tpl:
+      update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug
+      output and apply a Smarty based color scheme
+      
+      see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
+      
+      thanks to cybot from the forums!
+
+    * NEWS
+      libs/plugins/modifier.debug_print_var.php:
+      enhance reporting precision of debug_print_var modifier
+      
+      see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
+      
+      thanks to cybot from the forums
+
 2006-11-01  boots  <[email protected]>
 
     * NEWS
@@ -4526,7 +4545,7 @@
 
     * libs/Smarty.class.php
       libs/Smarty_Compiler.class.php:
-      added CVS $Id: ChangeLog,v 1.442 2006/11/02 01:31:23 changelog Exp $
+      added CVS $Id: ChangeLog,v 1.443 2006/11/08 01:31:43 changelog Exp $
 
 2003-03-31  Messju Mohr  <[email protected]>