cvs: smarty / NEWS
[email protected] ("Messju Mohr") Wed, 14 Dec 2005 16:02:31 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1134576151@cvsserver> |
messju Wed Dec 14 16:02:31 2005 EDT
Modified files:
/smarty NEWS
Log:
fixed iso-latin1 special chars
http://cvs.php.net/viewcvs.cgi/smarty/NEWS?r1=1.520&r2=1.521&diff_format=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.520 smarty/NEWS:1.521
--- smarty/NEWS:1.520 Wed Dec 14 14:25:19 2005
+++ smarty/NEWS Wed Dec 14 16:02:31 2005
@@ -344,7 +344,7 @@
the "checked" value of html_radios (Monte)
- fixed errormessage in _compile_smarty_ref() (messju)
- updated docs for html_image "name" -> "file" (messju)
- - fixed bug with html_options-optgroups (Nichlas Lfdahl, messju)
+ - fixed bug with html_options-optgroups (Nichlas Löfdahl, messju)
- cleaned up calls to readdir() (messju)
- fixed bug with passing multiple modifiers to a parameter
(Monte)
@@ -408,7 +408,7 @@
- fix cache groups with compile_id set (Monte)
- add support for merging appended vars (messju, Monte)
- allow null as function attribute value
- (Andr?abold, Monte)
+ (André Rabold, Monte)
- support $foo->bar[index] syntax (Monte)
- add get_registered_object function (messju, Monte)
- treat unrecognized param attribute syntax as string (Monte)