You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2006/03/11 14:17:57 UTC

svn commit: r385080 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: bruno
Date: Sat Mar 11 05:17:56 2006
New Revision: 385080

URL: http://svn.apache.org/viewcvs?rev=385080&view=rev
Log:
Add mentioning of new template block.

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=385080&r1=385079&r2=385080&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sat Mar 11 05:17:56 2006
@@ -180,6 +180,14 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.9" date="TBD">
+    <action dev="BRD" type="add">
+      Added the template block from Cocoon 2.2. This block contains a refactored implementation
+      of the JXTemplate generator, which should be compatible with the existing one and is thus
+      usable as a drop-in replacement. It should provide better performance, and some new features,
+      such as Javascript expressions using @{...} syntax. It is used by having type="newjx"
+      on map:generate, or by changing the mapping of the "jx" generator type to the new
+      implementation class.
+    </action>
     <action dev="JHS" type="fix" fixes-bug="COCOON-1728" due-to="Paul Focke" due-to-email="paul@outerthought.org">
       Apples can now access components declared in mounted sitemaps.
     </action>