Commit d3969f28 authored by Kevin Deldycke's avatar Kevin Deldycke

Replace dummy guards on alternate Web Page view with correct behaviour.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9600 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b306f55
...@@ -30,9 +30,7 @@ ...@@ -30,9 +30,7 @@
</item> </item>
<item> <item>
<key> <string>condition</string> </key> <key> <string>condition</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -56,7 +54,7 @@ ...@@ -56,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>1.0</float> </value> <value> <float>1.5</float> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -88,23 +86,4 @@ ...@@ -88,23 +86,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: False</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</item> </item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>1.5</float> </value> <value> <float>1.0</float> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: True</string> </value> <value> <string>python: hasattr(request, \'web_site_value\') and not (getattr(request, \'ignore_layout\', False) or getattr(request, \'editable_mode\', False))</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>WebPage_view</string> </value> <value> <string>WebPage_viewAsWeb</string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Set the default Webmaster User ID at Web Site creation. * Set the default Webmaster User ID at Web Site creation.
* Webmaster and ID are now required. * Webmaster and ID are now required.
Rename "Webmaster" to "Webmaster User ID" to avoid confusion. Rename "Webmaster" to "Webmaster User ID" to avoid confusion.
* Add alternate Web Page view with dummy guards. * Add alternate Web Page view for web mode.
2006-08-31 Stefan 2006-08-31 Stefan
* WebSection_getDocumentValueList now returns the newest version for each * WebSection_getDocumentValueList now returns the newest version for each
......
301 304
\ No newline at end of file \ No newline at end of file
0.3.18 0.3.19
\ No newline at end of file \ 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