cvs: smarty / NEWS /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1111481108@cvsserver> |
messju Tue Mar 22 03:45:08 2005 EDT
Modified files:
/smarty NEWS
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
bumped version-number to 2.6.9-dev
added headline of 2.6.6 release to NEWS file
http://cvs.php.net/diff.php/smarty/NEWS?r1=1.495&r2=1.496&ty=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.495 smarty/NEWS:1.496
--- smarty/NEWS:1.495 Mon Mar 21 10:27:26 2005
+++ smarty/NEWS Tue Mar 22 03:45:03 2005
@@ -1,3 +1,6 @@
+Version 2.6.8 (Mar 21, 2005)
+----------------------------
+
- remove e-modifier from regex_replace modifier (messju)
- remove cast of object to array in foreach's from-attribute (messju)
- add "null" as a valid token for {if} when security is enabled (messju)
http://cvs.php.net/diff.php/smarty/libs/Config_File.class.php?r1=1.77&r2=1.78&ty=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.77 smarty/libs/Config_File.class.php:1.78
--- smarty/libs/Config_File.class.php:1.77 Thu Feb 3 10:14:43 2005
+++ smarty/libs/Config_File.class.php Tue Mar 22 03:45:06 2005
@@ -18,14 +18,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @link http://smarty.php.net/
- * @version 2.6.8-dev
+ * @version 2.6.9-dev
* @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski <[email protected]>
* @access public
* @package Smarty
*/
-/* $Id: Config_File.class.php,v 1.77 2005/02/03 15:14:43 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.78 2005/03/22 08:45:06 messju Exp $ */
/**
* Config file reading class
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.513&r2=1.514&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.513 smarty/libs/Smarty.class.php:1.514
--- smarty/libs/Smarty.class.php:1.513 Sat Feb 26 16:18:48 2005
+++ smarty/libs/Smarty.class.php Tue Mar 22 03:45:06 2005
@@ -27,10 +27,10 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.8-dev
+ * @version 2.6.9-dev
*/
-/* $Id: Smarty.class.php,v 1.513 2005/02/26 21:18:48 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.514 2005/03/22 08:45:06 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
*
* @var string
*/
- var $_version = '2.6.8-dev';
+ var $_version = '2.6.9-dev';
/**
* current template inclusion depth
http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.364&r2=1.365&ty=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.364 smarty/libs/Smarty_Compiler.class.php:1.365
--- smarty/libs/Smarty_Compiler.class.php:1.364 Sat Mar 19 13:28:46 2005
+++ smarty/libs/Smarty_Compiler.class.php Tue Mar 22 03:45:07 2005
@@ -21,12 +21,12 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <[email protected]>
- * @version 2.6.8-dev
+ * @version 2.6.9-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.364 2005/03/19 18:28:46 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.365 2005/03/22 08:45:07 messju Exp $ */
/**
* Template compiling class
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php