Update of /cvsroot/php-blog/serendipity/bundled-libs/Smarty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18996
Modified Files:
Tag: branch-smarty
ChangeLog NEWS README
Log Message:
- Update to Smarty 2.6.5 (It's stable, even if their release says -dev)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/bundled-libs/Smarty/Attic/NEWS,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- NEWS 9 Sep 2004 14:55:43 -0000 1.1.2.1
+++ NEWS 23 Sep 2004 19:00:09 -0000 1.1.2.2
@@ -1,3 +1,12 @@
+Version 2.6.5 (Sept 13, 2004)
+-----------------------------
+
+ - fixed some parsing problems with object calls introduced
+ in 2.6.4 (Monte)
+ - add $smarty->security_settings['ALLOW_CONSTANTS']. note: this
+ defaults to false which means you have to allow them explicitely
+ in your secured templates from now on! (messju)
+
Version 2.6.4 (Sept 7, 2004)
----------------------------
Index: README
===================================================================
RCS file: /cvsroot/php-blog/serendipity/bundled-libs/Smarty/Attic/README,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- README 9 Sep 2004 14:55:43 -0000 1.1.2.1
+++ README 23 Sep 2004 19:00:09 -0000 1.1.2.2
@@ -2,7 +2,7 @@
Smarty - the PHP compiling template engine
-VERSION: 2.6.4
+VERSION: 2.6.0
AUTHORS:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/php-blog/serendipity/bundled-libs/Smarty/Attic/ChangeLog,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- ChangeLog 9 Sep 2004 14:55:43 -0000 1.1.2.1
+++ ChangeLog 23 Sep 2004 19:00:06 -0000 1.1.2.2
@@ -1,3 +1,52 @@
+2004-09-11 Messju Mohr <me...@la...>
+
+ * libs/plugins/function.debug.php:
+ removed notice from {debug}
+ thanks to Peter Billen for pointing this one out!
+
+2004-09-11 Monte Ohrt <mo...@is...>
+
+ * libs/Smarty_Compiler.class.php:
+ fix more object calling syntax issues
+
+2004-09-10 Messju Mohr <me...@la...>
+
+ * NEWS
+ libs/Smarty.class.php
+ libs/Smarty_Compiler.class.php:
+ added $smarty->security_settings['ALLOW_CONSTANTS']
+ including test-cases for them
+
+2004-09-09 Monte Ohrt <mo...@is...>
+
+ * libs/Smarty_Compiler.class.php:
+ break down regex to digestable chunks, fix multiple param problem with
+ method calls,
+ add object method testing to unit_test cases
+
+ * libs/Smarty_Compiler.class.php:
+ update code comment with more examples
+
+ * libs/Smarty_Compiler.class.php:
+ allow objects in arbitrary param positions
+
+ * libs/Smarty_Compiler.class.php:
+ fix object parameter regex, allow one level of object indirection
+
+ * libs/Smarty_Compiler.class.php:
+ fix compile problem with numeric constants and math operator matching
+
+2004-09-07 Monte Ohrt <mo...@is...>
+
+ * libs/Config_File.class.php
+ libs/Smarty.class.php
+ libs/Smarty_Compiler.class.php:
+ update files to 2.6.5-dev
+
+ * (Smarty_2_6_4)
+ NEWS:
+ update NEWS file with 2.6.4 header
+
2004-08-31 Monte Ohrt <mo...@is...>
* libs/Smarty_Compiler.class.php:
|