Commit 9147c0d3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* no longer allow Access contents information and View for Anonymous, because...

* no longer allow Access contents information and View for Anonymous, because there is no reason to allow anonymous users to access web_site_module itself. we should publish Web Site document if we want to publish it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39007 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 196ae7f5
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
</permission> </permission>
<permission type='tuple'> <permission type='tuple'>
<name>Access contents information</name> <name>Access contents information</name>
<role>Anonymous</role>
<role>Assignee</role> <role>Assignee</role>
<role>Assignor</role> <role>Assignor</role>
<role>Associate</role> <role>Associate</role>
...@@ -76,7 +75,6 @@ ...@@ -76,7 +75,6 @@
</permission> </permission>
<permission type='tuple'> <permission type='tuple'>
<name>View</name> <name>View</name>
<role>Anonymous</role>
<role>Assignee</role> <role>Assignee</role>
<role>Assignor</role> <role>Assignor</role>
<role>Associate</role> <role>Associate</role>
......
2010-10-08 kazuhiko
* no longer allow Access contents information and View for Anonymous, because there is no reason to allow anonymous users to access web_site_module itself. we should publish Web Site document if we want to publish it.
2010-09-22 kazuhiko 2010-09-22 kazuhiko
* use Web Section's url in WebSection_getPermanentURL script, if it is called against a document. * use Web Section's url in WebSection_getPermanentURL script, if it is called against a document.
......
982 983
\ 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