[Erp5-report] r10328 - /erp5/trunk/products/ERP5OOo/Document/DMSFile.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 26 13:17:10 CEST 2006


Author: bartek
Date: Tue Sep 26 13:17:08 2006
New Revision: 10328

URL: http://svn.erp5.org?rev=10328&view=rev
Log:
change handling of contributors into a category-based multirelation (#19)

Modified:
    erp5/trunk/products/ERP5OOo/Document/DMSFile.py

Modified: erp5/trunk/products/ERP5OOo/Document/DMSFile.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/DMSFile.py?rev=10328&r1=10327&r2=10328&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/DMSFile.py (original)
+++ erp5/trunk/products/ERP5OOo/Document/DMSFile.py Tue Sep 26 13:17:08 2006
@@ -272,24 +272,6 @@
         #id='DMSFile_getWikiPredecessorValueList')
     #return cached_getWikiPredecessorValueList()
 
-  security.declareProtected(Permissions.View,'getContributorList')
-  def getContributorList(self):
-    '''
-    override
-    '''
-    return (self.getContributorRelatedTitleList() or [])+(self.getContributorNameList() or [])
-  
-  getContributorsList=getContributorList
-  getContributorTitleList=getContributorList
-
-  security.declarePrivate('setContributorList')
-  def setContributorList(self,*args,**kwargs):
-    '''
-    just in case
-    '''
-    pass
-  setContributorsList=setContributorList
-
   # BG copied from File in case
   index_html = CMFFile.index_html
   PUT = CMFFile.PUT




More information about the Erp5-report mailing list