[Erp5-report] r37018 nicolas - /erp5/trunk/products/ERP5/Tool/ContributionTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 9 15:10:45 CEST 2010
Author: nicolas
Date: Fri Jul 9 15:10:44 2010
New Revision: 37018
URL: http://svn.erp5.org?rev=37018&view=rev
Log:
Add a comment to warn that listing objects from Contribution tool can collapse the portal
Modified:
erp5/trunk/products/ERP5/Tool/ContributionTool.py
Modified: erp5/trunk/products/ERP5/Tool/ContributionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ContributionTool.py?rev=37018&r1=37017&r2=37018&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ContributionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/ContributionTool.py [utf8] Fri Jul 9 15:10:44 2010
@@ -440,6 +440,7 @@ class ContributionTool(BaseTool):
"""
Get all contents contributed by the current user. This is
delegated to a script in order to help customisation.
+ XXX Killer feature, it is not scalable
"""
method = getattr(self, 'ContributionTool_getMyContentList', None)
if method is not None:
More information about the Erp5-report
mailing list