logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: smarty / NEWS /docs/en/designers/language-modifiers language-modifier: msg#00014

Subject: cvs: smarty / NEWS /docs/en/designers/language-modifiers language-modifier-truncate.xml /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
mohrt           Thu Nov 30 17:01:28 2006 UTC

  Modified files:              
    /smarty     NEWS 
    /smarty/docs/en/designers/language-modifiers        
                                                        
language-modifier-truncate.xml 
    /smarty/libs        Config_File.class.php Smarty.class.php 
                        Smarty_Compiler.class.php 
  Log:
  update dev version numbers, fix manual typo
  
  
http://cvs.php.net/viewvc.cgi/smarty/NEWS?r1=1.543&r2=1.544&diff_format=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.543 smarty/NEWS:1.544
--- smarty/NEWS:1.543   Wed Nov  8 19:00:45 2006
+++ smarty/NEWS Thu Nov 30 17:01:28 2006
@@ -1,3 +1,6 @@
+Version 2.6.15 (Nov 30th, 2006)
+-------------------------------
+
 - change file writing semantics in smarty_core_write_file() to unlink() only
   when rename() fails or a Windows system is detected (c960657, boots) 
 - update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug
@@ -17,6 +20,7 @@
 
 Version 2.6.14 (May 28th, 2006)
 -------------------------------
+
 - fix compiler bug allowing php tags in secure templates
   (boots,monte)
 - un-hide hidden xml open tags (boots)
http://cvs.php.net/viewvc.cgi/smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml?r1=1.7&r2=1.8&diff_format=u
Index: 
smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml
diff -u 
smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml:1.7 
smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml:1.8
--- 
smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml:1.7  
    Tue Sep 26 19:28:45 2006
+++ smarty/docs/en/designers/language-modifiers/language-modifier-truncate.xml  
Thu Nov 30 17:01:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <sect1 id="language.modifier.truncate">
   <title>truncate</title>
     <para>
@@ -43,7 +43,7 @@
       <entry>No</entry>
       <entry>...</entry>
       <entry>This is a text string that replaces the truncated text. Its length
-      is NOT included in the truncation length setting.</entry>
+      is included in the truncation length setting.</entry>
      </row>
      <row>
       <entry>3</entry>
http://cvs.php.net/viewvc.cgi/smarty/libs/Config_File.class.php?r1=1.85&r2=1.86&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.85 
smarty/libs/Config_File.class.php:1.86
--- smarty/libs/Config_File.class.php:1.85      Sun May 28 17:35:05 2006
+++ smarty/libs/Config_File.class.php   Thu Nov 30 17:01:28 2006
@@ -18,14 +18,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * @link http://smarty.php.net/
- * @version 2.6.15-dev
+ * @version 2.6.16-dev
  * @copyright Copyright: 2001-2005 New Digital Group, Inc.
  * @author Andrei Zmievski <andrei@xxxxxxx>
  * @access public
  * @package Smarty
  */
 
-/* $Id: Config_File.class.php,v 1.85 2006/05/28 17:35:05 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.86 2006/11/30 17:01:28 mohrt Exp $ */
 
 /**
  * Config file reading class
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty.class.php?r1=1.525&r2=1.526&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.525 smarty/libs/Smarty.class.php:1.526
--- smarty/libs/Smarty.class.php:1.525  Sun May 28 17:35:05 2006
+++ smarty/libs/Smarty.class.php        Thu Nov 30 17:01:28 2006
@@ -27,10 +27,10 @@
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <andrei@xxxxxxx>
  * @package Smarty
- * @version 2.6.15-dev
+ * @version 2.6.16-dev
  */
 
-/* $Id: Smarty.class.php,v 1.525 2006/05/28 17:35:05 mohrt Exp $ */
+/* $Id: Smarty.class.php,v 1.526 2006/11/30 17:01:28 mohrt Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
      *
      * @var string
      */
-    var $_version              = '2.6.15-dev';
+    var $_version              = '2.6.16-dev';
 
     /**
      * current template inclusion depth
http://cvs.php.net/viewvc.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.385&r2=1.386&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.385 
smarty/libs/Smarty_Compiler.class.php:1.386
--- smarty/libs/Smarty_Compiler.class.php:1.385 Fri Aug 25 19:21:27 2006
+++ smarty/libs/Smarty_Compiler.class.php       Thu Nov 30 17:01:28 2006
@@ -21,12 +21,12 @@
  * @link http://smarty.php.net/
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <andrei@xxxxxxx>
- * @version 2.6.15-dev
+ * @version 2.6.16-dev
  * @copyright 2001-2005 New Digital Group, Inc.
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.385 2006/08/25 19:21:27 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.386 2006/11/30 17:01:28 mohrt Exp $ */
 
 /**
  * Template compiling class

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>