[CMF-checkins] CVS: Products/CMFCore/dtml - cachingPolicies.dtml:1.5

Jens Vagelpohl jens at dataflake.org
Wed Nov 10 15:31:45 EST 2004


Update of /cvs-repository/Products/CMFCore/dtml
In directory cvs.zope.org:/tmp/cvs-serv31387/CMFCore/dtml

Modified Files:
	cachingPolicies.dtml 
Log Message:
- CachePolicyManager: You can now set a ETag using a TALES expression
  (http://www.zope.org/Collectors/CMF/236)


=== Products/CMFCore/dtml/cachingPolicies.dtml 1.4 => 1.5 ===
--- Products/CMFCore/dtml/cachingPolicies.dtml:1.4	Wed Aug 13 16:50:39 2003
+++ Products/CMFCore/dtml/cachingPolicies.dtml	Wed Nov 10 15:31:14 2004
@@ -92,6 +92,17 @@
        </tr>
 
        <tr valign="top">
+       <th align="right"> ETag </th>
+       <td colspan="3">
+         <input type="text"
+                name="etag_func"
+                value="&dtml-getETagFunc;"
+                size="40">
+       </td>
+       </tr>
+
+
+       <tr valign="top">
        <td><br /></td>
        <td colspan="3">
          <input type="submit" name="updatePolicy:method" value=" Change ">
@@ -179,6 +190,13 @@
        <th align="right"> Vary </th>
        <td colspan="3">
          <input type="text" name="vary" size="40">
+       </td>
+       </tr>
+
+       <tr valign="top">
+       <th align="right"> ETag </th>
+       <td colspan="3">
+         <input type="text" name="etag_func" size="40">
        </td>
        </tr>
 



More information about the CMF-checkins mailing list