cvs: smarty / ChangeLog
[email protected] (changelog) Sat, 04 Mar 2006 06:31:55 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1141453915@cvsserver> |
changelog Sat Mar 4 06:31:55 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/smarty/ChangeLog?r1=1.409&r2=1.410&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.409 smarty/ChangeLog:1.410
--- smarty/ChangeLog:1.409 Mon Jan 30 06:31:57 2006
+++ smarty/ChangeLog Sat Mar 4 06:31:55 2006
@@ -1,3 +1,11 @@
+2006-03-03 Monte Ohrt <[email protected]>
+
+ * libs/plugins/modifier.regex_replace.php:
+ use preg_replace to cover any space chars
+
+ * libs/plugins/modifier.regex_replace.php:
+ fix problem with allowing "e" modifier
+
2006-01-29 Messju Mohr <[email protected]>
* libs/Smarty_Compiler.class.php:
@@ -3662,7 +3670,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.409 2006/01/30 06:31:57 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.410 2006/03/04 06:31:55 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>