Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 77800 invoked from network); 17 Oct 2005 10:17:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 10:17:39 -0000 Received: (qmail 49234 invoked by uid 500); 17 Oct 2005 10:17:37 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 49186 invoked by uid 500); 17 Oct 2005 10:17:36 -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: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 49164 invoked by uid 99); 17 Oct 2005 10:17:35 -0000 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Mon, 17 Oct 2005 03:17:35 -0700 Received: (qmail 77522 invoked by uid 65534); 17 Oct 2005 10:17:15 -0000 Message-ID: <20051017101715.77519.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r325872 - /cocoon/branches/BRANCH_2_1_X/status.xml Date: Mon, 17 Oct 2005 10:17:14 -0000 To: cvs@cocoon.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cziegeler Date: Mon Oct 17 03:17:07 2005 New Revision: 325872 URL: http://svn.apache.org/viewcvs?rev=325872&view=rev Log: Syncing status files Modified: cocoon/branches/BRANCH_2_1_X/status.xml Modified: cocoon/branches/BRANCH_2_1_X/status.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=325872&r1=325871&r2=325872&view=diff ============================================================================== --- cocoon/branches/BRANCH_2_1_X/status.xml (original) +++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Oct 17 03:17:07 2005 @@ -75,6 +75,7 @@ + @@ -177,6 +178,9 @@ Portal Block: Allow Full screen mode to show navigation. + + Portal Block: PageLabelLinkService generated the wrong url when using 3 layer tabs with showallnav. + Databases block: Support stored procedures returning result set in SQLTransformer. @@ -248,6 +252,12 @@ Caching support for XInclude Transformer + + CForms block: new form libraries features. You can now define form definition and binding + library files and import them for reuse and/or extension in regular definition and binding files. +
+ This is the result of the Max Pfingsthorn's Google Summer of Code (GSoC) project. +
When the upload size exceeds the configured limit, a RejectedPart is associated to the request rather than throwing a exception at the servlet level. This allows the application to handle @@ -359,7 +369,8 @@ Updated Axis to 1.2.1 and wsdl4j to 1.5.1. - Updated xercesImpl to 2.7.1, xml-apis to 1.3.02, log4j to 1.2.11, nekohtml to 0.9.5, geromino-spec-jms and geronimo-spec-jta to M3. + Updated xercesImpl to 2.7.1, xml-apis to 1.3.02, log4j to 1.2.11, nekohtml to 0.9.5, + geromino-spec-jms and geronimo-spec-jta to M3. Webapp context is now configurable when starting with the included Jetty webserver. Setting @@ -409,6 +420,10 @@ Fix wrong caching behaviour in DirectoryGenerator. + + Portal block: Add easier to use event handling mechanism by introducing the new Receiver interface. + Deprecated Publisher, Subscriber, Filter and Register. + Moved following components into core: TraversableGenerator, XPathTraversableGenerator (both from repository block), CSVGenerator (from scratchpad block), FragmentExtractorTransformer and FragmentExtractorGenerator @@ -447,7 +462,7 @@ Portal block: Add portal manager aspects for more flexible portal processing. - + CForms block: Add isValid() method to a Widget. @@ -490,7 +505,7 @@ CForms block: The form and container widgets can take up ValidationErrors. As those widgets don't have a natural place where the error message should appear, the <ft:validation-error id="[widget-id]"/> has to be used. Currently this tag is only supported by the jxtemplate macro library. - + Fix some multithreading issues when a background thread or cron job uses the "cocoon:" protocol, that caused the background request pipeline to be recycled by the parent thread during its execution.
@@ -512,9 +527,9 @@ Updated ant to 1.6.5.
- CForms block: add a new <fd:true-param-value> configuration to - booleanfield definitions, to allow specifying a value different from "true" - for the checkbox. + CForms block: add a new <fd:true-param-value> configuration to + booleanfield definitions, to allow specifying a value different from "true" + for the checkbox. Set the content-length of a response when the pipeline buffers the content @@ -819,6 +834,8 @@
Form.js :
    +
  • added "fun" and "ttl" parameters to Form.showForm(), which now has the exact + same parameters as cocoon.sendPageAndWait().
  • the argument of new Form(...) can now be either a String or a DOM Element. Accepting an Element allows the use of any kind of dynamic process to build the form definition.
  • @@ -898,7 +915,6 @@ Add <compiler-compliance-level> parameter for java XSP compiler. This new parameter allow to specify the java code source version used to compile the XSP code. It is useful to run cocoon using java 1.5 while using source code for 1.4. - Posible values: 1.3 = Java version 1.3 1.4 = Java version 1.4 @@ -2200,6 +2216,12 @@ Adding new RequestDataStore component that can be used as a replacement for the component marker interfaces RequestLifeCycleComponent and GlobalRequestLifeCycleComponent obsolete. + + + Adding contributions to the portal from Friedrich Klenner (friedrich.klenner@rzb.at), + Gerald Kahrer (gerald.kahrer@rizit.at) and Gernot Koller (gernot.koller@rizit.at): + caching uri coplet, application coplet, proxy transformer, proxy reader and link + transformer. Changed logkit attribute of <logging in cli.xconf to be relative to context dir,