vgritsenko 2003/12/11 03:33:45
Modified: . status.xml
Log:
record i18n changes
Revision Changes Path
1.210 +13 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- status.xml 10 Dec 2003 17:53:26 -0000 1.209
+++ status.xml 11 Dec 2003 11:33:45 -0000 1.210
@@ -190,6 +190,18 @@
<release version="@version@" date="@date@">
<action dev="VG" type="update">
+ Reworked I18nTransformer implementation to use new version of
XMLResourceBundle.
+ </action>
+ <action dev="VG" type="update">
+ Reworked XMLResourceBundle implementation. Now it supports only XML
bundles with
+ fixed syntax (same as for I18nTransformer dictionaries), and instead of
XPath
+ keys uses message keys (which is faster). Returned resources now are
instances of
+ ParamSaxBuffer class, and not DOM nodes.
+ </action>
+ <action dev="VG" type="update">
+ Modified BundleFactory interface to return Bundle instead of Component.
+ </action>
+ <action dev="VG" type="update">
Cocoon Forms (Woody) selection lists now allow empty value (which is
translated to the null object)
</action>