Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 96393 invoked from network); 11 Dec 2003 11:33:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Dec 2003 11:33:46 -0000 Received: (qmail 50800 invoked by uid 500); 11 Dec 2003 11:33:46 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 50675 invoked by uid 500); 11 Dec 2003 11:33:45 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 50664 invoked by uid 500); 11 Dec 2003 11:33:45 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 50660 invoked from network); 11 Dec 2003 11:33:45 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 11 Dec 2003 11:33:45 -0000 Received: (qmail 96378 invoked by uid 1342); 11 Dec 2003 11:33:45 -0000 Date: 11 Dec 2003 11:33:45 -0000 Message-ID: <20031211113345.96377.qmail@minotaur.apache.org> From: vgritsenko@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1 status.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ + Reworked I18nTransformer implementation to use new version of XMLResourceBundle. + + + 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. + + + Modified BundleFactory interface to return Bundle instead of Component. + + Cocoon Forms (Woody) selection lists now allow empty value (which is translated to the null object)