cvs: smarty / NEWS /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1107441694@cvsserver> |
mohrt Thu Feb 3 09:41:34 2005 EDT
Modified files:
/smarty NEWS
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
commit version numbers for new release
http://cvs.php.net/diff.php/smarty/NEWS?r1=1.486&r2=1.487&ty=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.486 smarty/NEWS:1.487
--- smarty/NEWS:1.486 Sun Jan 30 16:54:39 2005
+++ smarty/NEWS Thu Feb 3 09:41:33 2005
@@ -1,4 +1,8 @@
+Version 2.6.7 (Feb 3, 2005)
+---------------------------
+
- fix handling of hashed opening php-tags inside strip-blocks (messju)
+ - removed border tag from html_image function (monte)
- change escape:url use rawurlencode() instead of urlencode() (messju)
- make $smarty.const.FOO compile to "FOO", and not to "constant('foo')".
this is less code and a little faster execution. note that undefined
http://cvs.php.net/diff.php/smarty/libs/Config_File.class.php?r1=1.75&r2=1.76&ty=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.75 smarty/libs/Config_File.class.php:1.76
--- smarty/libs/Config_File.class.php:1.75 Fri Jan 21 11:41:51 2005
+++ smarty/libs/Config_File.class.php Thu Feb 3 09:41:33 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.6-dev
+ * @version 2.6.7-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.75 2005/01/21 16:41:51 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.76 2005/02/03 14:41:33 mohrt Exp $ */
/**
* Config file reading class
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.510&r2=1.511&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.510 smarty/libs/Smarty.class.php:1.511
--- smarty/libs/Smarty.class.php:1.510 Tue Feb 1 05:19:08 2005
+++ smarty/libs/Smarty.class.php Thu Feb 3 09:41:33 2005
@@ -27,10 +27,10 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.6-dev
+ * @version 2.6.7-dev
*/
-/* $Id: Smarty.class.php,v 1.510 2005/02/01 10:19:08 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.511 2005/02/03 14:41:33 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
*
* @var string
*/
- var $_version = '2.6.6-dev-3';
+ var $_version = '2.6.7-dev';
/**
* current template inclusion depth
http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.359&r2=1.360&ty=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.359 smarty/libs/Smarty_Compiler.class.php:1.360
--- smarty/libs/Smarty_Compiler.class.php:1.359 Sun Jan 30 16:54:39 2005
+++ smarty/libs/Smarty_Compiler.class.php Thu Feb 3 09:41:33 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.6-dev
+ * @version 2.6.7-dev
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.359 2005/01/30 21:54:39 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.360 2005/02/03 14:41:33 mohrt Exp $ */
/**
* Template compiling class
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php