You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2006/02/20 21:43:29 UTC

svn commit: r379232 - in /cocoon/branches/BRANCH_2_1_X: blocks.properties gump.xml status.xml

Author: rgoers
Date: Mon Feb 20 12:43:27 2006
New Revision: 379232

URL: http://svn.apache.org/viewcvs?rev=379232&view=rev
Log:
Mark Forms block stable.

Modified:
    cocoon/branches/BRANCH_2_1_X/blocks.properties
    cocoon/branches/BRANCH_2_1_X/gump.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/blocks.properties
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/blocks.properties?rev=379232&r1=379231&r2=379232&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/blocks.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/blocks.properties Mon Feb 20 12:43:27 2006
@@ -86,6 +86,9 @@
 #-----[dependency]: "fop" depends on "batik".
 #-----[dependency]: "fop" is needed by "tour".
 #include.block.fop=false
+#-----[dependency]: "forms" depends on "ajax".
+#-----[dependency]: "forms" is needed by "apples", "javaflow", "ojb", "petstore", "portal", "querybean", "tour".
+#include.block.forms=false
 #-----[dependency]: "hsqldb" depends on "databases".
 #-----[dependency]: "hsqldb" is needed by "jms", "ojb", "petstore".
 #include.block.hsqldb=false
@@ -162,9 +165,6 @@
 #include.block.eventcache=false
 #-----[dependency]: "faces" depends on "portal", "taglib".
 #include.block.faces=false
-#-----[dependency]: "forms" depends on "ajax".
-#-----[dependency]: "forms" is needed by "apples", "javaflow", "ojb", "petstore", "portal", "querybean", "tour".
-#include.block.forms=false
 #include.block.imageop=false
 #-----[dependency]: "javaflow" depends on "forms", "ojb".
 #include.block.javaflow=false

Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/gump.xml?rev=379232&r1=379231&r2=379232&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml Mon Feb 20 12:43:27 2006
@@ -928,7 +928,7 @@
     <nag from="Gump &lt;general@gump.apache.org&gt;" to="dev@cocoon.apache.org"/>
   </project>
 
-  <project name="cocoon-block-forms" status="unstable" dir="src/blocks/forms">
+  <project name="cocoon-block-forms" status="stable" dir="src/blocks/forms">
     <package>org.apache.cocoon</package>
 
     <description>Cocoon Forms - Cocoon's implementation of form handling.</description>

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=379232&r1=379231&r2=379232&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Feb 20 12:43:27 2006
@@ -180,6 +180,17 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.9" date="TBD">
+    <action dev="RG" type="update">
+      Mark Forms block stable. Make dream team sample work with it.
+    </action>
+    <action dev="RG" type="fix">
+      Corrected problem with many ClassNotFoundExceptions occurring inside of the class loader by eliminating the
+      usage of Castor deriveByClass in portal configuations.
+    </action>
+    <action dev="RG" type="fix" issue="1742">
+      When compiling with Java 1.4 or higher, EncodeURLTransformer was modified to use JDK 1.4 regular expressions
+      instead of Jakarta regexp.
+    </action>
     <action dev="AG" type="fix" fixes-bug="COCOON-1778" due-to="Eric Meyer" due-to-mail="eric.meyer@quoininc.com">
        Cron block: NPE calling QuartzJobScheduler.fireJob if the job is a CronJob.
     </action>