You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/06/04 02:03:22 UTC

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

Author: antonio
Date: Fri Jun  3 17:03:22 2005
New Revision: 179915

URL: http://svn.apache.org/viewcvs?rev=179915&view=rev
Log:
Explain the new @cache in <fd:selection-list> + fix typo.

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=179915&r1=179914&r2=179915&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Fri Jun  3 17:03:22 2005
@@ -197,7 +197,7 @@
   <changes>
   <release version="@version@" date="@date@">
      <action dev="SW" type="add">
-       CForms block: add a new <code>&lt;fd:true-param-value&gt;<code> configuration to
+       CForms block: add a new <code>&lt;fd:true-param-value&gt;</code> configuration to
        booleanfield definitions, to allow specifying a value different from "<code>true</code>"
        for the checkbox.
      </action>
@@ -218,7 +218,14 @@
       are not Serializable.
     </action>
     <action dev="AG" type="update">
-      Cforms block: Improved dynamic selection list performance inside repeaters.
+      Cforms block: Caching selection list for best performance inside repeaters.
+      Deprecate <code>@dynamic</code> in <code>&lt;fd:selection-list&gt;</code>
+      in favor of <code>@cache</code>. Posible <code>@cache</code> values are:
+      <ul>
+        <li><code>static</code> => equivalent to old <code>@dynamic="false"</code></li>
+        <li><code>none</code> => equivalent to old <code>@dynamic="true"</code></li>
+        <li><code>request</code> => is new, similar to <code>cache="none"</code>, but caching the selection list per request. Useful to improve performance inside repeaters.</li>
+      </ul>
     </action>
     <action dev="AG" type="update">
       Updated ant to 1.6.4, batik to 1.6, db-ojb to 1.0.3.