[Erp5-report] r40883 lucas - in /erp5/trunk/bt5/erp5_base: WorkflowTemplateItem/portal_work...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 29 17:03:32 CET 2010


Author: lucas
Date: Mon Nov 29 17:03:31 2010
New Revision: 40883

URL: http://svn.erp5.org?rev=40883&view=rev
Log:
2010-11-29 lucas
* Added proxy role in reindex_object_interaction_workflow/scripts/callRecursiveReindexObject to avoid security issues.

Modified:
    erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/reindex_object_interaction_workflow/scripts/callRecursiveReindexObject.xml
    erp5/trunk/bt5/erp5_base/bt/change_log
    erp5/trunk/bt5/erp5_base/bt/revision

Modified: erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/reindex_object_interaction_workflow/scripts/callRecursiveReindexObject.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/reindex_object_interaction_workflow/scripts/callRecursiveReindexObject.xml?rev=40883&r1=40882&r2=40883&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/reindex_object_interaction_workflow/scripts/callRecursiveReindexObject.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/reindex_object_interaction_workflow/scripts/callRecursiveReindexObject.xml [utf8] Mon Nov 29 17:03:31 2010
@@ -65,6 +65,14 @@ context.recursiveReindexObject()\n
             <value> <string>state_change</string> </value>
         </item>
         <item>
+            <key> <string>_proxy_roles</string> </key>
+            <value>
+              <tuple>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>errors</string> </key>
             <value>
               <tuple/>

Modified: erp5/trunk/bt5/erp5_base/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/change_log?rev=40883&r1=40882&r2=40883&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/change_log [utf8] Mon Nov 29 17:03:31 2010
@@ -1,3 +1,6 @@
+2010-11-29 lucas
+* Added proxy role in reindex_object_interaction_workflow/scripts/callRecursiveReindexObject to avoid security issues.
+
 2010-11-15 Kazuhiko
 * improve Document_getStandardFileName so that the extention in the original filename will be used as the fallback.
 

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=40883&r1=40882&r2=40883&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Mon Nov 29 17:03:31 2010
@@ -1 +1 @@
-900
\ No newline at end of file
+901
\ No newline at end of file




More information about the Erp5-report mailing list