Return-Path: X-Original-To: apmail-cocoon-cvs-archive@www.apache.org Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D1649DEE for ; Tue, 10 Apr 2012 10:25:57 +0000 (UTC) Received: (qmail 5166 invoked by uid 500); 10 Apr 2012 10:25:57 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 5073 invoked by uid 500); 10 Apr 2012 10:25:57 -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 5066 invoked by uid 99); 10 Apr 2012 10:25:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 10:25:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 10:25:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D2142388C1F for ; Tue, 10 Apr 2012 10:24:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1311666 [7/12] - in /cocoon/site/site: ./ css/ images/ js/ Date: Tue, 10 Apr 2012 10:24:49 -0000 To: cvs@cocoon.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120410102453.1D2142388C1F@eris.apache.org> Modified: cocoon/site/site/1421_1_1.html URL: http://svn.apache.org/viewvc/cocoon/site/site/1421_1_1.html?rev=1311666&r1=1311665&r2=1311666&view=diff ============================================================================== --- cocoon/site/site/1421_1_1.html (original) +++ cocoon/site/site/1421_1_1.html Tue Apr 10 10:24:47 2012 @@ -1,463 +1,463 @@ - - - - - - - - - - - - - Cocoon Main Site - Apache Cocoon 2.2-RC2 Released - - - - - - - - -
-

Apache » Cocoon »

-
- - - -
- -
-

Apache Cocoon 2.2-RC2 Released

Apache Cocoon 2.2-RC2 Released
-
-  The Apache Cocoon Community is proud to announce the second release
-  candidate of Cocoon 2.2.
-  
-  Apache Cocoon is a Spring-based framework (since version 2.2) built 
-  around the concepts of separation of concerns and component-based development.
-
-  Cocoon implements these concepts around the notion of component pipelines, 
-  each component on the pipeline specializing on a particular operation.
-  
-  Cocoon 2.2 introduces blocks. A block is the unit of modularization 
-  in Cocoon (in comparison: Eclipse uses the term plugins, OSGi uses bundles). 
-  Everything that goes beyond what Cocoon provides in its core modules 
-  (Spring integration, sitemap and pipeline implementation) is provided as 
-  block (see below). Custom Cocoon applications are also developed as blocks. 
-  A block can provide the following features:
-
-    * general servlet services (any servlet can be managed by the Cocoon 
-      servlet-service framework),
-    * special services that provide pipelines as services,
-    * component services (Spring beans, Avalon services/components),
-    * a container for classes and resources.
-
-  A block is packaged as a Java archive (jar) following certain conventions 
-  concerning the directory structure.
-
-  Find information about the new features at 
-  http://cocoon.apache.org/2.2/1420_1_1.html.
-
-  For more information about Apache Cocoon 2.2, please go to
-  http://cocoon.apache.org or follow our getting started guide at 
-  http://cocoon.apache.org/2.2/1159_1_1.html.
-
-  The release artifacts are available from the central Maven repository
-  (http://repo1.maven.org/maven2/).
-
-
-                                      - o -
-                                   
-                                   
-  Additionally we also want to announce some more releases:
-  
-  SUBPROJECTS
-  -----------
-  
-  * Cocoon Servlet-Service Framework 1.0.0-RC1
-    The Servlet Service Famework makes it easy to use servlets as components
-    which can communicate with each other. The current implementation is based on
-    Spring 2.0. There are no dependencies on Cocoon core libraries at all.
-
-    http://cocoon.apache.org/subprojects/servlet-service/1.0/
-
-  * Cocoon Configuration 1.0.1
-    The Cocoon Configuration subproject provides basic support for configuring
-    web applications. Its current implementation, the Spring Configurator, is a
-    useful component providing support in common configuration issues when using the
-    Spring framework. There are no dependencies on Cocoon core libraries at all.
-
-    http://cocoon.apache.org/subprojects/configuration/1.0/
-
-  BLOCKS
-  ------
-  
-  * Cocoon Ajax 1.0.0-RC1
-    Partial page and form reloads
-
-    http://cocoon.apache.org/2.2/blocks/ajax/1.0/
-
-  * Cocoon Apples 1.0.0-RC2
-    Pure Java implementations of controller logic.
- 
-  * Cocoon Auth 1.0.0-RC2
-    Authentication and authorization of pipelines and control-flow based 
-    Cocoon applications.
-
-    http://cocoon.apache.org/2.2/blocks/auth/1.0/ 
-   
-  * Cocoon Batik 1.0.0-RC2
-    Create Scalable Vector Graphics (SVG) using Cocoon pipelines.
-
-    http://cocoon.apache.org/2.2/blocks/batik/1.0/ 
-
-  * Cocoon Captcha 1.0.0-RC2
-    A reader to create CAPTCHAs 
-
-    http://cocoon.apache.org/2.2/blocks/captcha/1.0/
-    
-  * Cocoon Database 1.0.0-RC2
-    Direct usage of relational databases with sitemap components.  
-
-    http://cocoon.apache.org/2.2/blocks/databases/1.0/  
-    
-  * Cocoon Flowscript 1.0.0-RC2  
-    Flowscript is a continuation-based implementation of Cocoon control 
-    flow based on Rhino (Javascript/ECMAScript).
-
-    http://cocoon.apache.org/2.2/blocks/flowscript/1.0/
- 
-  * Cocoon FOP 1.0.0-RC2
-    Use Apache FOP, an XSL-FO driven print formatter to render pages to 
-    PDF or Postscript.
-
-    http://cocoon.apache.org/2.2/blocks/fop/1.0/ 
-
-  * Cocoon Forms 1.0.0-RC1
-    Cocoon has an advanced forms framework. Together with Flow and JXTemplates, 
-    Cocoon Forms (or CForms) provides a solid basis for  building interactive 
-    web applications. Cocoon Forms handles complex use cases while still being 
-    simple enough to be used by non-Java-programmers who want to add forms to 
-    their site.  
-
-    http://cocoon.apache.org/2.2/blocks/ajax/1.0/ 
- 
-  * Cocoon Hsqldb-Client 1.0.0-RC2
-    JDBC access of a Hsql database
-
-    http://cocoon.apache.org/2.2/blocks/hsqldb-client/1.0/
- 
-  * Cocoon Hsqldb-Server 1.0.0-RC2
-    Start a Hsql database server as part of your Cocoon application.
-
-    http://cocoon.apache.org/2.2/blocks/hsqldb-server/1.0/  
-
-  * Cocoon HTML 1.0.0-RC2
-    Generators to deal with HTML.
-
-    http://cocoon.apache.org/2.2/blocks/html/1.0/
-
-  * Cocoon Linkrewriter 1.0.0-RC2
-    Transformers to rewrite all elements containing links. 
-
-    http://cocoon.apache.org/2.2/blocks/linkrewriter/1.0/
-    
-  * Cocoon Mail 1.0.0-RC2   
-    Sitemap components to send emails.  
-
-    http://cocoon.apache.org/2.2/blocks/mail/1.0/  
-
-  * Cocoon Template 1.0.0-RC2
-    XML-based templating
-
-    http://cocoon.apache.org/2.2/blocks/template/1.0/
-
-  TOOLS
-  -----
-  
-  * Cocoon Maven plugin 1.0.0-M1
-    The Cocoon Maven plugin contains several goals that make the life of software 
-    developers easier, e.g. support for running blocks as webapps or support for 
-    patching the web.xml at deployment time.
-
-    http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/
-
-  * Cocoon Block Archetype 1.0.0-RC2
-    This archetype creates a Cocoon block that comes with some small samples.
-
-    http://cocoon.apache.org/2.2/maven-plugins/
-
-  * Cocoon Plain-Block Archetype 1.0.0-RC2
-    Use this archetype to create the simplest possible Cocoon block.
-
-    http://cocoon.apache.org/2.2/maven-plugins/
- 
-  * Cocoon Webapp Archetype 1.0.0-RC2
-    Use this archetype to create a web application that is configured to host Cocoon blocks. 
-
-    http://cocoon.apache.org/2.2/maven-plugins/
-
-The Apache Cocoon Project
-
Errors and Improvements? If you see any errors or potential improvements in this document please help - us: View, Edit or comment on the latest development version (registration required). -
-
-
- - - - - - - - + + + + + + + + + + + + + Cocoon Main Site - Apache Cocoon 2.2-RC2 Released + + + + + + + + +
+

Apache » Cocoon »

+
+ + + +
+ +
+ +

Apache Cocoon 2.2-RC2 Released

Apache Cocoon 2.2-RC2 Released
+
+  The Apache Cocoon Community is proud to announce the second release
+  candidate of Cocoon 2.2.
+  
+  Apache Cocoon is a Spring-based framework (since version 2.2) built 
+  around the concepts of separation of concerns and component-based development.
+
+  Cocoon implements these concepts around the notion of component pipelines, 
+  each component on the pipeline specializing on a particular operation.
+  
+  Cocoon 2.2 introduces blocks. A block is the unit of modularization 
+  in Cocoon (in comparison: Eclipse uses the term plugins, OSGi uses bundles). 
+  Everything that goes beyond what Cocoon provides in its core modules 
+  (Spring integration, sitemap and pipeline implementation) is provided as 
+  block (see below). Custom Cocoon applications are also developed as blocks. 
+  A block can provide the following features:
+
+    * general servlet services (any servlet can be managed by the Cocoon 
+      servlet-service framework),
+    * special services that provide pipelines as services,
+    * component services (Spring beans, Avalon services/components),
+    * a container for classes and resources.
+
+  A block is packaged as a Java archive (jar) following certain conventions 
+  concerning the directory structure.
+
+  Find information about the new features at 
+  http://cocoon.apache.org/2.2/1420_1_1.html.
+
+  For more information about Apache Cocoon 2.2, please go to
+  http://cocoon.apache.org or follow our getting started guide at 
+  http://cocoon.apache.org/2.2/1159_1_1.html.
+
+  The release artifacts are available from the central Maven repository
+  (http://repo1.maven.org/maven2/).
+
+
+                                      - o -
+                                   
+                                   
+  Additionally we also want to announce some more releases:
+  
+  SUBPROJECTS
+  -----------
+  
+  * Cocoon Servlet-Service Framework 1.0.0-RC1
+    The Servlet Service Famework makes it easy to use servlets as components
+    which can communicate with each other. The current implementation is based on
+    Spring 2.0. There are no dependencies on Cocoon core libraries at all.
+
+    http://cocoon.apache.org/subprojects/servlet-service/1.0/
+
+  * Cocoon Configuration 1.0.1
+    The Cocoon Configuration subproject provides basic support for configuring
+    web applications. Its current implementation, the Spring Configurator, is a
+    useful component providing support in common configuration issues when using the
+    Spring framework. There are no dependencies on Cocoon core libraries at all.
+
+    http://cocoon.apache.org/subprojects/configuration/1.0/
+
+  BLOCKS
+  ------
+  
+  * Cocoon Ajax 1.0.0-RC1
+    Partial page and form reloads
+
+    http://cocoon.apache.org/2.2/blocks/ajax/1.0/
+
+  * Cocoon Apples 1.0.0-RC2
+    Pure Java implementations of controller logic.
+ 
+  * Cocoon Auth 1.0.0-RC2
+    Authentication and authorization of pipelines and control-flow based 
+    Cocoon applications.
+
+    http://cocoon.apache.org/2.2/blocks/auth/1.0/ 
+   
+  * Cocoon Batik 1.0.0-RC2
+    Create Scalable Vector Graphics (SVG) using Cocoon pipelines.
+
+    http://cocoon.apache.org/2.2/blocks/batik/1.0/ 
+
+  * Cocoon Captcha 1.0.0-RC2
+    A reader to create CAPTCHAs 
+
+    http://cocoon.apache.org/2.2/blocks/captcha/1.0/
+    
+  * Cocoon Database 1.0.0-RC2
+    Direct usage of relational databases with sitemap components.  
+
+    http://cocoon.apache.org/2.2/blocks/databases/1.0/  
+    
+  * Cocoon Flowscript 1.0.0-RC2  
+    Flowscript is a continuation-based implementation of Cocoon control 
+    flow based on Rhino (Javascript/ECMAScript).
+
+    http://cocoon.apache.org/2.2/blocks/flowscript/1.0/
+ 
+  * Cocoon FOP 1.0.0-RC2
+    Use Apache FOP, an XSL-FO driven print formatter to render pages to 
+    PDF or Postscript.
+
+    http://cocoon.apache.org/2.2/blocks/fop/1.0/ 
+
+  * Cocoon Forms 1.0.0-RC1
+    Cocoon has an advanced forms framework. Together with Flow and JXTemplates, 
+    Cocoon Forms (or CForms) provides a solid basis for  building interactive 
+    web applications. Cocoon Forms handles complex use cases while still being 
+    simple enough to be used by non-Java-programmers who want to add forms to 
+    their site.  
+
+    http://cocoon.apache.org/2.2/blocks/ajax/1.0/ 
+ 
+  * Cocoon Hsqldb-Client 1.0.0-RC2
+    JDBC access of a Hsql database
+
+    http://cocoon.apache.org/2.2/blocks/hsqldb-client/1.0/
+ 
+  * Cocoon Hsqldb-Server 1.0.0-RC2
+    Start a Hsql database server as part of your Cocoon application.
+
+    http://cocoon.apache.org/2.2/blocks/hsqldb-server/1.0/  
+
+  * Cocoon HTML 1.0.0-RC2
+    Generators to deal with HTML.
+
+    http://cocoon.apache.org/2.2/blocks/html/1.0/
+
+  * Cocoon Linkrewriter 1.0.0-RC2
+    Transformers to rewrite all elements containing links. 
+
+    http://cocoon.apache.org/2.2/blocks/linkrewriter/1.0/
+    
+  * Cocoon Mail 1.0.0-RC2   
+    Sitemap components to send emails.  
+
+    http://cocoon.apache.org/2.2/blocks/mail/1.0/  
+
+  * Cocoon Template 1.0.0-RC2
+    XML-based templating
+
+    http://cocoon.apache.org/2.2/blocks/template/1.0/
+
+  TOOLS
+  -----
+  
+  * Cocoon Maven plugin 1.0.0-M1
+    The Cocoon Maven plugin contains several goals that make the life of software 
+    developers easier, e.g. support for running blocks as webapps or support for 
+    patching the web.xml at deployment time.
+
+    http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/
+
+  * Cocoon Block Archetype 1.0.0-RC2
+    This archetype creates a Cocoon block that comes with some small samples.
+
+    http://cocoon.apache.org/2.2/maven-plugins/
+
+  * Cocoon Plain-Block Archetype 1.0.0-RC2
+    Use this archetype to create the simplest possible Cocoon block.
+
+    http://cocoon.apache.org/2.2/maven-plugins/
+ 
+  * Cocoon Webapp Archetype 1.0.0-RC2
+    Use this archetype to create a web application that is configured to host Cocoon blocks. 
+
+    http://cocoon.apache.org/2.2/maven-plugins/
+
+The Apache Cocoon Project
+
+ +
+
+ + + + + + + + \ No newline at end of file Modified: cocoon/site/site/1426_1_1.html URL: http://svn.apache.org/viewvc/cocoon/site/site/1426_1_1.html?rev=1311666&r1=1311665&r2=1311666&view=diff ============================================================================== --- cocoon/site/site/1426_1_1.html (original) +++ cocoon/site/site/1426_1_1.html Tue Apr 10 10:24:47 2012 @@ -1,448 +1,448 @@ - - - - - - - - - - - - - Cocoon Main Site - Apache Cocoon 2.1.11 Released - - - - - - - - -
-

Apache » Cocoon »

-
- - - -
- -
-

Apache Cocoon 2.1.11 Released

Apache Cocoon 2.1.11 Released
-
-
-
-  The Apache Cocoon Community is proud to announce the new release
-
-  of Apache Cocoon.
-
-
-
-  Apache Cocoon is a web development framework built around the concept
-
-  of separation of concerns (that is: allowing people to do their job
-
-  without having to step on each other toes) and component-oriented web
-
-  RAD.
-
-
-
-  The latest version is downloadable from
-
-  http://cocoon.apache.org/mirror.cgi
-
-  (Please use the mirrors to download the release - it might take
-
-  a little bit more time until the latest release is available on
-
-  all mirrors, so give the mirrors some time - approx. 24h to update.)
-
-
-
-  This release includes many bug fixes and smaller enhancements.
-
-
-
-  For more information about Apache Cocoon 2.1.10, please go to
-
-  http://cocoon.apache.org. You'll find the whole list of changes at
-
-  http://cocoon.apache.org/2.1/changes.html.
-
-
-
-The Apache Cocoon Project
-
-
-For more information about Apache Cocoon 2.1.11, please go to
-http://cocoon.apache.org
-
-Changes with Apache Cocoon 2.1.11
-
-*) Created XPathXMLFileModule to address issus with XMLFileModule. XPathXMLFileModule supports variable 
-replacement and caching of documents in ehcache and expressions as soft references. [RG]
-
-*) Forms: Allow Ajax submission of forms with empty upload field. [AG]
-
-*) Portal: New SiteProfileManager providing the same profile to several users based on a configured key. [CZ]
-
-*) Portal: Some memory consumption improvements for the user profiles. [CZ]
-
-*) Core: Update xalan to 2.7.1. [AG]
-
-*) Sitemap: Redirect to cocoon:/foo did not work in sub-sitemap when it is in same directory as the root sitemap. [AN]
-
-*) Core: Update xercesImpl to 2.9.1. [AG]
-
-*) Event Cache Block: Restore serializability of persistent cache when using event-aware cache. [JH]
-
-*) Mail Block: Fix setting of URL message body. [VG]
-
-*) <map:serialize status-code="{}"/> supports variable resolution. [JH]
-
-*) XMLDB Block: Fix collection URLs in XMLDBSource. Fixes URL resolution and 'Mount DB' sample. [VG]
-
-*) XMLDB Block: Update Xindice to 1.1 release. [VG]
-
-*) POI Block: Color string normalization. [AG]
-
-*) build.sh: Allow for quoted shell arguments containing spaces. [AN]
-
-*) CForms: Handling of empty responses in AJAX Forms with IFrame transport. [AG]
-
-*) Ajax: ajax/common.js makes use of deprecated dojo.animation.Timer [AG]
-
-*) XSP block: Upgrade Eclipse compiler to version 3.1.0 to allow the use of Java5 syntax in XSPs.
-(Latest released Eclipse version is 3.2.2 but use 3.1.0 to be consistent with the version picked up by the Maven build in trunk). [AN]
-
-*) Core, QDox: Fixed getInputStream() in XModuleSource and QDoxSource: Set up XMLSerializer in a component way, i.e. retrieve it from ServiceManager. [JH]
-
-*) Dojo toolkit upgraded to 0.4.3 version. It contains fix for security bug. See http://dojotoolkit.org/releaseNotes/0.4.3. [GK]
-
-*) I18n (ParamSaxBuffer): when substitution params like {0} are split over multiple character events, do not write out extra garbage characters. [JJ]
-
-*) Portal: Marked PreparePortalAction, CopletSetDataAction, and ObjectModelAction ThreadSafe [RG]
-
-*) Core: Update log4j to 1.2.14, commons-io to 1.3.1, commons-lang to 2.3 and jakarta-regexp to 1.5. [AG]
-
-*) CForms: MultivalueEditorWithSuggestion doesn't add values to the listbox on Internet Explorer. [AG]
-
-*) CForms: Submit widget now inherits validate attribute value from the ancestor widget, if it is specified. [VG]
-
-*) Serializers block: Correctly handle content of script and style tag as cdata for html. [CZ]
-
-*) CForms: MultivalueEditorWithSuggestion, extended multivalueeditor widget with suggestion list. [AG]
-
-*) CForms: CFormsSuggest widget does not implement the onValueChanged event. [AG]
-
-*) Core: EHCache now uses the configured cache directory instead of using the default of java.io.tempdir. [CZ]
-
-*) Core: Update ehcache to 1.2.3. [CZ]
-
-*) Template block: Add missing toString implementation to TemplateObjectModelHelper.ParametersMap. [CZ]
-
-*) Portal block: CocoonPortlet needs to allow overriding servlet-path parameter with preferences. [CZ]
-
-*) CForms: Fix "Serialization parameter {indent} must have the value yes or no" error in Form.prototype.saveXML() when using Saxon. [JJ]
-
-*) Core: Exipres caching pipeline can now cache the content forever (by setting cache-expires to a negative value). [CZ]
-
-*) Core: In store janitor, add an option to cleanup all stores on each janitor run. Default behavior is to cleanup one store at a time. [VG]
-
-*) Core: Fix deadlock in caching pipeline when used in combination with include transformer. [AN]
-
-*) CForms: introduce a new dojo-based popup-picker for dates, times and datetimes. 
-For correct localization, supply a "dojo-locale" parameter to the forms styling XSLT (see samples). [BRD]
-
-*) CForms: add support for a "timeStyle" attribute on the formatting date convertor, 
-so that the time style can (optionally) be specified independently from the date style. [BRD]
-
-*) Portal block: Fix truncation of included portlets in html include serializer. [CZ]
-
-*) Auth block: Fix checking of double logins for the same security handler. [CZ]
-
-*) HSQLDB block: Fix startup problems with newer HSQLDB versions and upgrade to 1.8.0.7. [CZ]
-
-*) Core: Check for reloading of javascript files loaded by cocoon.load(). [CZ]
-
-*) Forms block: Add method to create binding from DOM tree. [JH]
-
-*) Core: Fix threading issue with internal cache in ResourceReader. [JH]
-
-*) POI Block: Prevent NPE in ElementProcessorSerializer on characters before first startElement. [JH]
-
-*) Updating Dojo to 0.4.1. use namespaces for loading widgets cleanup of client-side libraries into
-cocoon.forms.common deprecation and replacement of functions in forms_lib.js cocoon.js CFormsForm.js
-all cforms forms now use a dojo widget (forms:SimpleForm or forms:AjaxForm) [JQ]
-
-*) Portal Block: Applied and improved patch for reloading bookmarks based on their (file) validity. [CZ]
-
-*) Portal Block: Fix handling of missing special parameters for forms in NewEventLinkTransformer. [CZ]
-
-*) Auth Block: Make isUserInRole a static method. [CZ]
-
-*) Fixes to forms and ajax samples. [JQ]
-
Errors and Improvements? If you see any errors or potential improvements in this document please help - us: View, Edit or comment on the latest development version (registration required). -
-
-
- - - - - - - - + + + + + + + + + + + + + Cocoon Main Site - Apache Cocoon 2.1.11 Released + + + + + + + + +
+

Apache » Cocoon »

+
+ + + +
+ +
+ +

Apache Cocoon 2.1.11 Released

Apache Cocoon 2.1.11 Released
+
+
+
+  The Apache Cocoon Community is proud to announce the new release
+
+  of Apache Cocoon.
+
+
+
+  Apache Cocoon is a web development framework built around the concept
+
+  of separation of concerns (that is: allowing people to do their job
+
+  without having to step on each other toes) and component-oriented web
+
+  RAD.
+
+
+
+  The latest version is downloadable from
+
+  http://cocoon.apache.org/mirror.cgi
+
+  (Please use the mirrors to download the release - it might take
+
+  a little bit more time until the latest release is available on
+
+  all mirrors, so give the mirrors some time - approx. 24h to update.)
+
+
+
+  This release includes many bug fixes and smaller enhancements.
+
+
+
+  For more information about Apache Cocoon 2.1.10, please go to
+
+  http://cocoon.apache.org. You'll find the whole list of changes at
+
+  http://cocoon.apache.org/2.1/changes.html.
+
+
+
+The Apache Cocoon Project
+
+
+For more information about Apache Cocoon 2.1.11, please go to
+http://cocoon.apache.org
+
+Changes with Apache Cocoon 2.1.11
+
+*) Created XPathXMLFileModule to address issus with XMLFileModule. XPathXMLFileModule supports variable 
+replacement and caching of documents in ehcache and expressions as soft references. [RG]
+
+*) Forms: Allow Ajax submission of forms with empty upload field. [AG]
+
+*) Portal: New SiteProfileManager providing the same profile to several users based on a configured key. [CZ]
+
+*) Portal: Some memory consumption improvements for the user profiles. [CZ]
+
+*) Core: Update xalan to 2.7.1. [AG]
+
+*) Sitemap: Redirect to cocoon:/foo did not work in sub-sitemap when it is in same directory as the root sitemap. [AN]
+
+*) Core: Update xercesImpl to 2.9.1. [AG]
+
+*) Event Cache Block: Restore serializability of persistent cache when using event-aware cache. [JH]
+
+*) Mail Block: Fix setting of URL message body. [VG]
+
+*) <map:serialize status-code="{}"/> supports variable resolution. [JH]
+
+*) XMLDB Block: Fix collection URLs in XMLDBSource. Fixes URL resolution and 'Mount DB' sample. [VG]
+
+*) XMLDB Block: Update Xindice to 1.1 release. [VG]
+
+*) POI Block: Color string normalization. [AG]
+
+*) build.sh: Allow for quoted shell arguments containing spaces. [AN]
+
+*) CForms: Handling of empty responses in AJAX Forms with IFrame transport. [AG]
+
+*) Ajax: ajax/common.js makes use of deprecated dojo.animation.Timer [AG]
+
+*) XSP block: Upgrade Eclipse compiler to version 3.1.0 to allow the use of Java5 syntax in XSPs.
+(Latest released Eclipse version is 3.2.2 but use 3.1.0 to be consistent with the version picked up by the Maven build in trunk). [AN]
+
+*) Core, QDox: Fixed getInputStream() in XModuleSource and QDoxSource: Set up XMLSerializer in a component way, i.e. retrieve it from ServiceManager. [JH]
+
+*) Dojo toolkit upgraded to 0.4.3 version. It contains fix for security bug. See http://dojotoolkit.org/releaseNotes/0.4.3. [GK]
+
+*) I18n (ParamSaxBuffer): when substitution params like {0} are split over multiple character events, do not write out extra garbage characters. [JJ]
+
+*) Portal: Marked PreparePortalAction, CopletSetDataAction, and ObjectModelAction ThreadSafe [RG]
+
+*) Core: Update log4j to 1.2.14, commons-io to 1.3.1, commons-lang to 2.3 and jakarta-regexp to 1.5. [AG]
+
+*) CForms: MultivalueEditorWithSuggestion doesn't add values to the listbox on Internet Explorer. [AG]
+
+*) CForms: Submit widget now inherits validate attribute value from the ancestor widget, if it is specified. [VG]
+
+*) Serializers block: Correctly handle content of script and style tag as cdata for html. [CZ]
+
+*) CForms: MultivalueEditorWithSuggestion, extended multivalueeditor widget with suggestion list. [AG]
+
+*) CForms: CFormsSuggest widget does not implement the onValueChanged event. [AG]
+
+*) Core: EHCache now uses the configured cache directory instead of using the default of java.io.tempdir. [CZ]
+
+*) Core: Update ehcache to 1.2.3. [CZ]
+
+*) Template block: Add missing toString implementation to TemplateObjectModelHelper.ParametersMap. [CZ]
+
+*) Portal block: CocoonPortlet needs to allow overriding servlet-path parameter with preferences. [CZ]
+
+*) CForms: Fix "Serialization parameter {indent} must have the value yes or no" error in Form.prototype.saveXML() when using Saxon. [JJ]
+
+*) Core: Exipres caching pipeline can now cache the content forever (by setting cache-expires to a negative value). [CZ]
+
+*) Core: In store janitor, add an option to cleanup all stores on each janitor run. Default behavior is to cleanup one store at a time. [VG]
+
+*) Core: Fix deadlock in caching pipeline when used in combination with include transformer. [AN]
+
+*) CForms: introduce a new dojo-based popup-picker for dates, times and datetimes. 
+For correct localization, supply a "dojo-locale" parameter to the forms styling XSLT (see samples). [BRD]
+
+*) CForms: add support for a "timeStyle" attribute on the formatting date convertor, 
+so that the time style can (optionally) be specified independently from the date style. [BRD]
+
+*) Portal block: Fix truncation of included portlets in html include serializer. [CZ]
+
+*) Auth block: Fix checking of double logins for the same security handler. [CZ]
+
+*) HSQLDB block: Fix startup problems with newer HSQLDB versions and upgrade to 1.8.0.7. [CZ]
+
+*) Core: Check for reloading of javascript files loaded by cocoon.load(). [CZ]
+
+*) Forms block: Add method to create binding from DOM tree. [JH]
+
+*) Core: Fix threading issue with internal cache in ResourceReader. [JH]
+
+*) POI Block: Prevent NPE in ElementProcessorSerializer on characters before first startElement. [JH]
+
+*) Updating Dojo to 0.4.1. use namespaces for loading widgets cleanup of client-side libraries into
+cocoon.forms.common deprecation and replacement of functions in forms_lib.js cocoon.js CFormsForm.js
+all cforms forms now use a dojo widget (forms:SimpleForm or forms:AjaxForm) [JQ]
+
+*) Portal Block: Applied and improved patch for reloading bookmarks based on their (file) validity. [CZ]
+
+*) Portal Block: Fix handling of missing special parameters for forms in NewEventLinkTransformer. [CZ]
+
+*) Auth Block: Make isUserInRole a static method. [CZ]
+
+*) Fixes to forms and ajax samples. [JQ]
+
+ +
+
+ + + + + + + + \ No newline at end of file