You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/09/27 10:14:05 UTC

svn commit: rev 47281 - cocoon/trunk

Author: cziegeler
Date: Mon Sep 27 01:14:04 2004
New Revision: 47281

Modified:
   cocoon/trunk/status.xml
Log:
Sync status

Modified: cocoon/trunk/status.xml
==============================================================================
--- cocoon/trunk/status.xml	(original)
+++ cocoon/trunk/status.xml	Mon Sep 27 01:14:04 2004
@@ -204,31 +204,9 @@
 
   <changes>
  <release version="@version@" date="@date@">
-   <action dev="AG" type="fix" fixes-bug="30372" due-to="Johnson Hsu" due-to-email="johnson@soho.club.tw">
-      The daylight time cause error when timezone is CST. Updated icu4j to 3.0.
-   </action>
-   <action dev="AG" type="fix" fixes-bug="31407" due-to="Mark H. Butler" due-to-email="mark-h.butler@hp.com">
-     Upgrading DELI block from version 0.9.8 to x020904.
-   </action>
    <action dev="AG" type="fix" fixes-bug="31134" due-to="Ralph Goers" due-to-email="Ralph_Goers@dslextreme.com">
      JXPathMetaModule incorrectly checks for null parameter (can't happen) instead of empty string.
    </action>
-   <action dev="AG" type="update">
-     Update jexl to 1.0.
-   </action>
-   <action dev="DC" type="add" fixes-bug="30321" due-to="Colin Adams">
-     Selector for matching the request headers using a regular expression.
-     Simple content negotiation, e.g. serve XHTML if browser indicates it
-     accepts application/xhtml+xml and HTML otherwise; potentially do
-     automatic i18n according to the accept-language header.
-   </action>
-   <action dev="NKB" type="add">
-     New @pass-through attribute for the sitemap mount node.
-     If true, processing will resume in the base sitemap just after the mount node
-     if the mounted sitemap has not already generated output (usually if no match 
-     is found). Previous behaviour was always to throw a ResourceNotFoundException.
-     The attribute defaults to "false" for backwards compatibility.
-   </action>
    <action dev="CZ" type="add">
      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
@@ -332,6 +310,12 @@
    <action dev="CZ" type="update">
      Cache the mime-type of readers and serializers.
    </action>
+   <action dev="AG" type="fix" fixes-bug="30372" due-to="Johnson Hsu" due-to-email="johnson@soho.club.tw">
+      The daylight time cause error when timezone is CST. Updated icu4j to 3.0.
+   </action>
+   <action dev="AG" type="fix" fixes-bug="31407" due-to="Mark H. Butler" due-to-email="mark-h.butler@hp.com">
+     Upgrading DELI block from version 0.9.8 to x020904.
+   </action>
    <action dev="VG" type="update">
      Add support for translating attribute values which contain i18n expressions
      rather than complete i18n key.
@@ -351,6 +335,22 @@
    <action dev="VG" type="fix">
      Cron block: Fixed memory leak, QuartzJobExecutor was not releasing pipelines.
    </action>
+   <action dev="AG" type="update">
+     Updated jexl to 1.0.
+   </action>
+   <action dev="DC" type="add" fixes-bug="30321" due-to="Colin Adams">
+     Selector for matching the request headers using a regular expression.
+     Simple content negotiation, e.g. serve XHTML if browser indicates it
+     accepts application/xhtml+xml and HTML otherwise; potentially do
+     automatic i18n according to the accept-language header.
+   </action>
+   <action dev="NKB" type="add">
+     New @pass-through attribute for the sitemap mount node.
+     If true, processing will resume in the base sitemap just after the mount node
+     if the mounted sitemap has not already generated output (usually if no match 
+     is found). Previous behaviour was always to throw a ResourceNotFoundException.
+     The attribute defaults to "false" for backwards compatibility.
+   </action>
    <action dev="CZ" type="add">
      Portal block: New Group Based Profile Manager.
    </action>
@@ -376,7 +376,7 @@
    <action dev="VG" type="update">
      Reworked LocaleAction and LocaleMatcher to have similar logic and
      configuration.
-     <br/>NOTE: Sitemap variable "lang" renamed to
+     <br/><strong>NOTE:</strong> Sitemap variable "lang" renamed to
      "language", removed configuration parameters: "language-attribute",
      "country-attribute", "variant-attribute".
    </action>