Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 18481 invoked from network); 15 Oct 2004 08:21:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Oct 2004 08:21:47 -0000 Received: (qmail 47877 invoked by uid 500); 15 Oct 2004 08:21:45 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 47814 invoked by uid 500); 15 Oct 2004 08:21:44 -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 47798 invoked by uid 99); 15 Oct 2004 08:21:44 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 15 Oct 2004 01:21:41 -0700 Received: (qmail 18348 invoked by uid 65534); 15 Oct 2004 08:21:40 -0000 Date: 15 Oct 2004 08:21:40 -0000 Message-ID: <20041015082140.18346.qmail@minotaur.apache.org> From: cziegeler@apache.org To: cvs@cocoon.apache.org Subject: svn commit: rev 54835 - cocoon/trunk X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: cziegeler Date: Fri Oct 15 01:21:39 2004 New Revision: 54835 Modified: cocoon/trunk/status.xml Log: Sync status Modified: cocoon/trunk/status.xml ============================================================================== --- cocoon/trunk/status.xml (original) +++ cocoon/trunk/status.xml Fri Oct 15 01:21:39 2004 @@ -205,24 +205,12 @@ - - Change constructor to be public in order to fix bug 30270 - - - Forms block: added possibility to add a SelectionList based on Java. - Added best-fit-while-keeping-aspect-ratio option to the ImageReader Apply patch: Add support for calling webservices from within Flowscript. - - Throw a more meaningful exception if charset classes are missing - - - Fixes the SQLTransformer not to close the statement twice - New getSitemapPath() method on the Request object to get the path to the current sitemap even if you are in a sub sitemap. Added an abstract request @@ -341,6 +329,18 @@ Portal block: Apply patch for handling GET method when no enctype is set in CopletTransformer. + + Throw a more meaningful exception if charset classes are missing + + + Fixes the SQLTransformer not to close the statement twice + + + Change constructor to be public in order to fix bug 30270 + + + Forms block: added possibility to add a SelectionList based on Java. + Updated xalan to 2.6.1-dev-20041008T0304 @@ -383,6 +383,11 @@ Allow recursive Flow invocations with processPipelineTo. + + Forms block: rename fd:on-activate to fd:on-action on + fd:row-action and fd:repeater-action for consistency + with fd:action and fd:submit. + Cache the mime-type of readers and serializers. @@ -396,6 +401,11 @@ Add support for translating attribute values which contain i18n expressions rather than complete i18n key. + + Forms block: allow widget attributes which were only accessible programmatically + to be set in the form definition. This allows e.g. generic form processing code + to find widgets having a particular attribute. + Mail block: the MailSender now gets its source resolver from the service manager. This allows its use from flowscript where the old SourceResolver is not available. @@ -446,6 +456,9 @@ Cron block: Fix TestCronJob pipeline call functionality. + + + GetInstance don't work with upgrade from db-ojb-1.0rc6. Updated rhino to 1.5r4-20040629T1232,