From cvs-return-22852-apmail-cocoon-cvs-archive=cocoon.apache.org@cocoon.apache.org Fri Apr 01 16:56:21 2005 Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 65946 invoked from network); 1 Apr 2005 16:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 16:56:21 -0000 Received: (qmail 96200 invoked by uid 500); 1 Apr 2005 16:56:20 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 96138 invoked by uid 500); 1 Apr 2005 16:56:20 -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 96121 invoked by uid 99); 1 Apr 2005 16:56:20 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Apr 2005 08:56:18 -0800 Received: (qmail 65917 invoked by uid 65534); 1 Apr 2005 16:56:17 -0000 Message-ID: <20050401165617.65916.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Fri, 01 Apr 2005 16:56:17 -0000 Subject: svn commit: r159708 - cocoon/trunk/status.xml To: cvs@cocoon.apache.org From: vgritsenko@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: vgritsenko Date: Fri Apr 1 08:56:16 2005 New Revision: 159708 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D159708 Log: a bit of syncing Modified: cocoon/trunk/status.xml Modified: cocoon/trunk/status.xml URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=3Ddiff&r1= =3D159707&r2=3D159708 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- cocoon/trunk/status.xml (original) +++ cocoon/trunk/status.xml Fri Apr 1 08:56:16 2005 @@ -427,16 +427,20 @@ Remove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and Sour= ceUtil. - - - - Fix NPE in DOMStreamer.stream(). - - - Portal block: Make portal manager available through portal component = manager. - - - + + + + XSP Block: Note in the documentation that XSP namespace must be decl= ared + on the xsp:page element. + + + Fix NPE in DOMStreamer.stream(). + + + Portal block: Make portal manager available through portal component= manager. + + + Updated hsqldb to 1.7.3.3. @@ -474,10 +478,6 @@ very first line, in the form "// encoding =3D xxxx". Oth= erwise, the default platform encoding is used. - - Tour block: fix "shapes" sample using if/else in flowscript - instead of switch. - CForms: separate FormattingDateConvertor that uses java.text.SimpleDateFormat and Icu4jDateFormatter<= /code> @@ -485,12 +485,16 @@ library was present in the classpath, which sometimes caused some str= ange results as it behaves a bit differently. + + Tour block: fix "shapes" sample using if/else in flowscript + instead of switch. + Build: Added exclude.all.blocks and include.all.blocks properties to quickly toggle all blocks on or off. - Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23. + Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23 OJB Block: Marked as stable. @@ -510,6 +514,10 @@ Change the mime-type setting of a reader. See also bug #25121. + + + OJB Block: Renamed JdoPMF component to JDO, OdmgImplementation to ODM= G, and + removed PBFactory component - please use OJB PersistenceFactory API d= irectly. Runnable Manager: Fix bug preventing scheduling of two different jobs= at the same time.