cvs: smarty / ChangeLog
[email protected] (changelog) Thu, 22 Jun 2006 02:29:09 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1150943349@cvsserver> |
changelog Thu Jun 22 02:29:09 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.418&r2=1.419&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.418 smarty/ChangeLog:1.419
--- smarty/ChangeLog:1.418 Mon May 29 05:32:06 2006
+++ smarty/ChangeLog Thu Jun 22 02:29:09 2006
@@ -1,3 +1,28 @@
+2006-06-20 boots <[email protected]>
+
+ * NEWS
+ libs/plugins/function.mailto.php:
+ update mailto function plugin to work around a firefox/thunderbird escaping
+ bug
+
+ Thanks to elijahlofgren from the forums for reporting this and providing
+ the necessary patch
+
+ * NEWS
+ libs/plugins/modifier.date_format.php:
+ emulate %l in the date_format modifier on windows
+
+ thanks to Gibberish from the forums for reporting this
+
+2006-06-14 boots <[email protected]>
+
+ * NEWS
+ libs/plugins/modifier.capitalize.php:
+ Fix handling of apostrophes in the capitalize modifier.
+
+ Thanks to asmecher from the forums for reporting this and providing a
+ partial solution.
+
2006-05-28 Monte Ohrt <[email protected]>
* NEWS
@@ -3728,7 +3753,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.418 2006/05/29 05:32:06 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.419 2006/06/22 02:29:09 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>