Commit ef799508 authored by Nicolas Delaby's avatar Nicolas Delaby

2010-01-22 nicolas

* Update configuration of Caching Policy Manager to fill Last-Modified Header with modification_date.
* Web Site and Web Section are not using Caching Policy Manager
* Use getPortalWebDocumentTypeLits instead of Hardcoded portal_type
reviewed by romain

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31901 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d1fbf69
......@@ -241,7 +241,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>object/modified</string> </value>
<value> <string>object/getModificationDate</string> </value>
</item>
</dictionary>
</pickle>
......@@ -289,7 +289,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>object/modified</string> </value>
<value> <string>object/getModificationDate</string> </value>
</item>
</dictionary>
</pickle>
......@@ -337,7 +337,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>object/modified</string> </value>
<value> <string>object/getModificationDate</string> </value>
</item>
</dictionary>
</pickle>
......@@ -353,7 +353,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: member is None and object.getPortalType() in ("Web Page", "Web Section", "Web Site")</string> </value>
<value> <string>python: member is None and object.getPortalType() in object.getPortalWebDocumentTypeList()</string> </value>
</item>
</dictionary>
</pickle>
......
2010-01-22 nicolas
* Update configuration of Caching Policy Manager to fill Last-Modified Header with modification_date.
* Web Site and Web Section are not using Caching Policy Manager
* Use getPortalWebDocumentTypeLits instead of Hardcoded portal_type
2009-10-16 rafael
* Update for the changes of new portal types of portal types.
......
896
\ No newline at end of file
900
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment