[Erp5-report] r39007 kazuhiko - in /erp5/trunk/bt5/erp5_web: ModuleTemplateItem/ bt/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 8 16:18:31 CEST 2010
Author: kazuhiko
Date: Fri Oct 8 16:18:30 2010
New Revision: 39007
URL: http://svn.erp5.org?rev=39007&view=rev
Log:
* 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.
Modified:
erp5/trunk/bt5/erp5_web/ModuleTemplateItem/web_site_module.xml
erp5/trunk/bt5/erp5_web/bt/change_log
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/ModuleTemplateItem/web_site_module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/ModuleTemplateItem/web_site_module.xml?rev=39007&r1=39006&r2=39007&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/ModuleTemplateItem/web_site_module.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/ModuleTemplateItem/web_site_module.xml [utf8] Fri Oct 8 16:18:30 2010
@@ -12,7 +12,6 @@
</permission>
<permission type='tuple'>
<name>Access contents information</name>
- <role>Anonymous</role>
<role>Assignee</role>
<role>Assignor</role>
<role>Associate</role>
@@ -76,7 +75,6 @@
</permission>
<permission type='tuple'>
<name>View</name>
- <role>Anonymous</role>
<role>Assignee</role>
<role>Assignor</role>
<role>Associate</role>
Modified: erp5/trunk/bt5/erp5_web/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/change_log?rev=39007&r1=39006&r2=39007&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/change_log [utf8] Fri Oct 8 16:18:30 2010
@@ -1,3 +1,6 @@
+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
* use Web Section's url in WebSection_getPermanentURL script, if it is called against a document.
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=39007&r1=39006&r2=39007&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Fri Oct 8 16:18:30 2010
@@ -1 +1 @@
-982
\ No newline at end of file
+983
\ No newline at end of file
More information about the Erp5-report
mailing list