cvs: smarty / ChangeLog
[email protected] (changelog) Wed, 28 Feb 2007 01:31:17 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1172626277@cvsserver> |
changelog Wed Feb 28 01:31:17 2007 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.456&r2=1.457&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.456 smarty/ChangeLog:1.457
--- smarty/ChangeLog:1.456 Tue Feb 27 01:31:36 2007
+++ smarty/ChangeLog Wed Feb 28 01:31:17 2007
@@ -1,3 +1,30 @@
+2007-02-27 Danilo Buerger <[email protected]>
+
+ * NEWS
+ docs/en/designers/language-modifiers/language-modifier-date-format.xml
+ libs/internals/core.write_file.php
+ libs/plugins/modifier.date_format.php:
+ Updated smarty_core_write_file() and smarty_modifier_date_format() to speed
+ up Windows detection.
+ Emulated more parameters for Windows in smarty_modifier_date_format() and
+ fixed some old ones.
+ Updated the docs to tell what parameters are emulated on Windows.
+ Updated NEWS file.
+
+ * NEWS:
+ Updated NEWS file to reflect changes commited in the last revision
+
+2007-02-27 Monte Ohrt <[email protected]>
+
+ * docs/en/appendixes/troubleshooting.xml:
+ fix typo
+
+2007-02-27 Danilo Buerger <[email protected]>
+
+ * libs/Smarty_Compiler.class.php:
+ Modified _(push|pop)_cacheable_state() to embedd alternate syntax. See this
+ bug report: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
+
2007-02-26 Peter 'Mash' Morgan <[email protected]>
* docs/en/designers/language-custom-functions/language-function-html-options.xml:
@@ -4684,7 +4711,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.456 2007/02/27 01:31:36 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.457 2007/02/28 01:31:17 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>