cvs: smarty / ChangeLog
[email protected] (changelog)
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1133333121@cvsserver> |
changelog Wed Nov 30 01:45:21 2005 EDT
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/smarty/ChangeLog?r1=1.400&r2=1.401&ty=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.400 smarty/ChangeLog:1.401
--- smarty/ChangeLog:1.400 Sun Nov 27 01:51:07 2005
+++ smarty/ChangeLog Wed Nov 30 01:45:21 2005
@@ -1,3 +1,16 @@
+2005-11-29 Messju Mohr <[email protected]>
+
+ * NEWS
+ libs/Smarty_Compiler.class.php:
+ fixed code generation of non-cacheable blocks to play well with php's
+ "Alternative syntax" used for example in compiled {if}..{else}..{/if}
+ blocks.
+
+ (see: http://php.net/manual/en/control-structures.alternative-syntax.php
+ on "Alternative syntax")
+
+ thanks to kihara from the forum.
+
2005-11-26 Messju Mohr <[email protected]>
* NEWS:
@@ -3579,7 +3592,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.400 2005/11/27 06:51:07 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.401 2005/11/30 06:45:21 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>