cvs: smarty / ChangeLog
[email protected] (changelog) Sat, 24 Feb 2007 01:31:21 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1172280681@cvsserver> |
changelog Sat Feb 24 01:31:21 2007 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.454&r2=1.455&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.454 smarty/ChangeLog:1.455
--- smarty/ChangeLog:1.454 Wed Feb 7 01:31:18 2007
+++ smarty/ChangeLog Sat Feb 24 01:31:21 2007
@@ -1,3 +1,20 @@
+2007-02-23 Monte Ohrt <[email protected]>
+
+ * libs/Smarty_Compiler.class.php:
+ escape creating of language=php from interleaving
+
+ * libs/Smarty_Compiler.class.php:
+ add removed line back in
+
+ * libs/Smarty_Compiler.class.php:
+ fix up last patch, remove unnecessary lines
+
+ * libs/Smarty_Compiler.class.php:
+ fix situation when no compiled tags are present
+
+ * libs/Smarty_Compiler.class.php:
+ fix problem with php open tags generated from tag interleaving
+
2007-02-06 boots <[email protected]>
* docs/en/programmers/advanced-features/template-resources.xml:
@@ -4662,7 +4679,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.454 2007/02/07 01:31:18 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.455 2007/02/24 01:31:21 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>