[CMF-checkins] CVS: CMF/CMFCore/interfaces - CachingPolicyManager.py:1.4.14.1 ContentTypeRegistry.py:1.5.14.1 Contentish.py:1.5.14.1 Discussions.py:1.3.14.1 DublinCore.py:1.4.14.1 Dynamic.py:1.2.14.1 Syndicatable.py:1.3.14.1 portal_actions.py:1.11.10.1 portal_catalog.py:1.7.14.1 portal_discussion.py:1.7.14.1 portal_memberdata.py:1.6.14.1 portal_membership.py:1.6.14.1 portal_metadata.py:1.4.14.1 portal_properties.py:1.2.14.1 portal_registration.py:1.6.14.1 portal_skins.py:1.7.14.1 portal_types.py:1.13.14.1 portal_undo.py:1.5.14.1 portal_url.py:1.4.10.1 portal_workflow.py:1.11.14.1

Sidnei da Silva sidnei at awkly.org
Thu Apr 22 13:48:29 EDT 2004


Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv30596/CMFCore/interfaces

Modified Files:
      Tag: CMF-1_4-branch
	CachingPolicyManager.py ContentTypeRegistry.py Contentish.py 
	Discussions.py DublinCore.py Dynamic.py Syndicatable.py 
	portal_actions.py portal_catalog.py portal_discussion.py 
	portal_memberdata.py portal_membership.py portal_metadata.py 
	portal_properties.py portal_registration.py portal_skins.py 
	portal_types.py portal_undo.py portal_url.py 
	portal_workflow.py 
Log Message:
Fix version.txt to right version. Run reindent.py for removing extra tabs and whitespaces


=== CMF/CMFCore/interfaces/CachingPolicyManager.py 1.4 => 1.4.14.1 ===
--- CMF/CMFCore/interfaces/CachingPolicyManager.py:1.4	Mon Jan  6 15:37:21 2003
+++ CMF/CMFCore/interfaces/CachingPolicyManager.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Caching policies tool interface.
 


=== CMF/CMFCore/interfaces/ContentTypeRegistry.py 1.5 => 1.5.14.1 ===
--- CMF/CMFCore/interfaces/ContentTypeRegistry.py:1.5	Mon Jan  6 15:37:31 2003
+++ CMF/CMFCore/interfaces/ContentTypeRegistry.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Putfactory registration tool interface.
 


=== CMF/CMFCore/interfaces/Contentish.py 1.5 => 1.5.14.1 ===
--- CMF/CMFCore/interfaces/Contentish.py:1.5	Mon Jan  6 15:37:41 2003
+++ CMF/CMFCore/interfaces/Contentish.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Contentish type interface.
 
@@ -26,16 +26,16 @@
     """
     General interface for "contentish" items.
 
-    These methods need to be implemented by any class that wants to be a 
+    These methods need to be implemented by any class that wants to be a
     first-class citizen in the Portal Content world.
-    
+
     PortalContent implements this interface.
     """
-    
+
     def SearchableText():
         """
-        SearchableText is called to provide the Catalog with textual 
-        information about your object. It is a string usually generated 
+        SearchableText is called to provide the Catalog with textual
+        information about your object. It is a string usually generated
         by concatenating the string attributes of your content class. This
         string can then be used by the catalog to index your document and
         make it findable through the catalog.


=== CMF/CMFCore/interfaces/Discussions.py 1.3 => 1.3.14.1 ===
--- CMF/CMFCore/interfaces/Discussions.py:1.3	Mon Jan  6 15:37:50 2003
+++ CMF/CMFCore/interfaces/Discussions.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Discussable interface.
 
@@ -33,7 +33,7 @@
         Permission: Reply to item
         Returns: HTML (directly or via redirect)
         """
-                       
+
     def getReplies():
         """
         Return a sequence of the DiscussionResponse objects which are


=== CMF/CMFCore/interfaces/DublinCore.py 1.4 => 1.4.14.1 ===
--- CMF/CMFCore/interfaces/DublinCore.py:1.4	Mon Jan  6 15:38:00 2003
+++ CMF/CMFCore/interfaces/DublinCore.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Dublin Core interface.
 
@@ -35,7 +35,7 @@
             Return type: string
             Permissions: View
         """
-        
+
     def Creator():
         """
             Dublin Core element - resource creator
@@ -86,7 +86,7 @@
             Return type: sequence of strings
             Permission: View
         """
-    
+
     def Date():
         """
             Dublin Core element - default date
@@ -94,7 +94,7 @@
             Return type: string, formatted 'YYYY-MM-DD H24:MN:SS TZ'
             Permissions: View
         """
-    
+
     def CreationDate():
         """
             Dublin Core element - date resource created.
@@ -102,7 +102,7 @@
             Return type: string, formatted 'YYYY-MM-DD H24:MN:SS TZ'
             Permissions: View
         """
-    
+
     def EffectiveDate():
         """
             Dublin Core element - date resource becomes effective.
@@ -110,7 +110,7 @@
             Return type: string, formatted 'YYYY-MM-DD H24:MN:SS TZ'
             Permissions: View
         """
-    
+
     def ExpirationDate():
         """
             Dublin Core element - date resource expires.
@@ -118,7 +118,7 @@
             Return type: string, formatted 'YYYY-MM-DD H24:MN:SS TZ'
             Permissions: View
         """
-    
+
     def ModificationDate():
         """
             Dublin Core element - date resource last modified.
@@ -193,7 +193,7 @@
             Return type: DateTime
             Permissions: View
         """
-    
+
     def effective():
         """
             Dublin Core element - date resource becomes effective,
@@ -201,7 +201,7 @@
             Return type: DateBound
             Permissions: View
         """
-    
+
     def expires():
         """
             Dublin Core element - date resource expires,
@@ -209,7 +209,7 @@
             Return type: DateBound
             Permissions: View
         """
-    
+
     def modified():
         """
             Dublin Core element - date resource last modified,
@@ -236,10 +236,10 @@
 
     def setEffectiveDate(effective_date):
         """ Dublin Core element - update date resource becomes effective.  """
-    
+
     def setExpirationDate(expiration_date):
         """ Dublin Core element - update date resource expires.  """
-    
+
     def setFormat(format):
         """ Dublin Core element - update resource format """
 
@@ -248,4 +248,3 @@
 
     def setRights(rights):
         """ Dublin Core element - update resource copyright """
-


=== CMF/CMFCore/interfaces/Dynamic.py 1.2 => 1.2.14.1 ===
--- CMF/CMFCore/interfaces/Dynamic.py:1.2	Mon Jan  6 15:43:40 2003
+++ CMF/CMFCore/interfaces/Dynamic.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Dynamic type interface.
 
@@ -25,15 +25,15 @@
 class DynamicType(Interface):
     """ General interface for dynamic items.
     """
-    
+
     def getIcon(relative_to_portal=0):
         """
-        This method returns the path to an object's icon. It is used 
-        in the folder_contents view to generate an appropriate icon 
+        This method returns the path to an object's icon. It is used
+        in the folder_contents view to generate an appropriate icon
         for the items found in the folder.
 
         If the content item does not define an attribute named "icon"
-        this method will return the path "/misc_/dtmldoc.gif", which is 
+        this method will return the path "/misc_/dtmldoc.gif", which is
         the icon used for DTML Documents.
 
         If 'relative_to_portal' is true, return only the portion of


=== CMF/CMFCore/interfaces/Syndicatable.py 1.3 => 1.3.14.1 ===
--- CMF/CMFCore/interfaces/Syndicatable.py:1.3	Mon Jan  6 15:38:09 2003
+++ CMF/CMFCore/interfaces/Syndicatable.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Syndicatable interface.
 
@@ -31,7 +31,7 @@
         """
         Returns a list of results which is to be Syndicated.  For example, the normal call
         contentValues (on PortalFolders) returns a list of subObjects of the current object
-        (i.e. objectValues with filtering applied).  For the case of a Topic, one would 
+        (i.e. objectValues with filtering applied).  For the case of a Topic, one would
         return a sequence of objects from a catalog query, not the subObjects of the Topic.
         What is returned must implement the DublinCore.
         """


=== CMF/CMFCore/interfaces/portal_actions.py 1.11 => 1.11.10.1 ===
--- CMF/CMFCore/interfaces/portal_actions.py:1.11	Thu Feb 13 03:31:02 2003
+++ CMF/CMFCore/interfaces/portal_actions.py	Thu Apr 22 13:47:46 2004
@@ -31,7 +31,7 @@
 
     # listActionProviders__roles__ = ( 'Manager', )
     def listActionProviders():
-        """ Lists all action provider names registered with the 
+        """ Lists all action provider names registered with the
         actions tool.
         """
 
@@ -39,7 +39,7 @@
     def addActionProvider( provider_name ):
         """ Add a new action provider to the providers known by the actions
         tool. A provider must implement listActions.
-        The provider is only added is the actions tool can find the 
+        The provider is only added is the actions tool can find the
         object corresponding to the provider_name
         """
 
@@ -100,4 +100,3 @@
           content_url
           The new way of doing this is....
         """
-


=== CMF/CMFCore/interfaces/portal_catalog.py 1.7 => 1.7.14.1 ===
--- CMF/CMFCore/interfaces/portal_catalog.py:1.7	Mon Jan  6 15:38:30 2003
+++ CMF/CMFCore/interfaces/portal_catalog.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Catalog tool interface.
 


=== CMF/CMFCore/interfaces/portal_discussion.py 1.7 => 1.7.14.1 ===
--- CMF/CMFCore/interfaces/portal_discussion.py:1.7	Mon Jan  6 15:38:40 2003
+++ CMF/CMFCore/interfaces/portal_discussion.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Discussion tool interface.
 


=== CMF/CMFCore/interfaces/portal_memberdata.py 1.6 => 1.6.14.1 ===
--- CMF/CMFCore/interfaces/portal_memberdata.py:1.6	Mon Jan  6 15:38:53 2003
+++ CMF/CMFCore/interfaces/portal_memberdata.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Memberdata storage tool interface.
 
@@ -38,11 +38,11 @@
     ## getMemberDataContents__roles__ = ()  # Private.
     def getMemberDataContents():
         '''
-        Returns a list containing a dictionary with information 
-        about the _members BTree contents: member_count is the 
+        Returns a list containing a dictionary with information
+        about the _members BTree contents: member_count is the
         total number of member instances stored in the memberdata-
-        tool while orphan_count is the number of member instances 
-        that for one reason or another are no longer in the 
+        tool while orphan_count is the number of member instances
+        that for one reason or another are no longer in the
         underlying acl_users user folder.
         The result is designed to be iterated over in a dtml-in
         '''


=== CMF/CMFCore/interfaces/portal_membership.py 1.6 => 1.6.14.1 ===
--- CMF/CMFCore/interfaces/portal_membership.py:1.6	Mon Jan  6 15:39:03 2003
+++ CMF/CMFCore/interfaces/portal_membership.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Membership tool interface.
 
@@ -34,7 +34,7 @@
 
         Permission -- SetOwnPassword
         """
-            
+
     #getAuthenticatedMember__roles__ = None  # Allow all.
     def getAuthenticatedMember():
         '''
@@ -70,7 +70,7 @@
         Set verifyPermission to 1 to return None when the user
         doesn't have the View permission on the folder.
         """
-        
+
     # getHomeUrl__roles__ = None # Anonymous permission
     def getHomeUrl(id=None, verifyPermission=0):
         """Returns the URL to a member's home folder or None.
@@ -90,7 +90,7 @@
         replaced with a set of methods for querying pieces of the
         list rather than the entire list at once.
         '''
-    
+
     # permission: 'Manage portal'
     def listMembers():
         '''Gets the list of all members.
@@ -122,7 +122,7 @@
         """
         returns a role name if the portal role is mapped to
         something else or an empty string if it is not
-        """ 
+        """
 
     # getMemberareaCreationFlag__roles__ = ()  # Private
     def getMemberareaCreationFlag():
@@ -131,7 +131,7 @@
         will create a member area if an authenticated user from
         an underlying user folder logs in first without going
         through the join process
-        """ 
+        """
 
     # setMemberareaCreationFlag__roles__ = ()  # Private
     def setMemberareaCreationFlag():
@@ -146,6 +146,6 @@
     def createMemberarea(member_id):
         """
         create a member area, only used if members are sourced
-        from an independent underlying user folder and not just 
+        from an independent underlying user folder and not just
         from the join process
         """


=== CMF/CMFCore/interfaces/portal_metadata.py 1.4 => 1.4.14.1 ===
--- CMF/CMFCore/interfaces/portal_metadata.py:1.4	Mon Jan  6 15:39:12 2003
+++ CMF/CMFCore/interfaces/portal_metadata.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Metadata registration tool interface.
 


=== CMF/CMFCore/interfaces/portal_properties.py 1.2 => 1.2.14.1 ===
--- CMF/CMFCore/interfaces/portal_properties.py:1.2	Mon Jan  6 15:43:50 2003
+++ CMF/CMFCore/interfaces/portal_properties.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Properties tool interface.
 


=== CMF/CMFCore/interfaces/portal_registration.py 1.6 => 1.6.14.1 ===
--- CMF/CMFCore/interfaces/portal_registration.py:1.6	Mon Jan  6 15:39:23 2003
+++ CMF/CMFCore/interfaces/portal_registration.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Registration tool interface.
 


=== CMF/CMFCore/interfaces/portal_skins.py 1.7 => 1.7.14.1 ===
--- CMF/CMFCore/interfaces/portal_skins.py:1.7	Mon Jan  6 15:39:34 2003
+++ CMF/CMFCore/interfaces/portal_skins.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Skins tool interface.
 


=== CMF/CMFCore/interfaces/portal_types.py 1.13 => 1.13.14.1 ===
--- CMF/CMFCore/interfaces/portal_types.py:1.13	Mon Jan  6 15:39:46 2003
+++ CMF/CMFCore/interfaces/portal_types.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Type registration tool interface.
 
@@ -31,7 +31,7 @@
         """
             Return the Zope 'meta_type' for this content object.
         """
-    
+
     def Title():
         """
             Return the "human readable" type name (note that it
@@ -39,13 +39,13 @@
             l10n/i18n or where a single content class is being
             used twice, under different names.
         """
-    
+
     def Description():
         """
             Textual description of the class of objects (intended
             for display in a "constructor list").
         """
-    
+
     def isConstructionAllowed(container):
         """
         Does the current user have the permission required in
@@ -113,7 +113,7 @@
             the list to include only types which are addable in
             'container'.
         """
-    
+
     def constructContent(contentType, container, id, RESPONSE=None
                         , *args, **kw):
         """


=== CMF/CMFCore/interfaces/portal_undo.py 1.5 => 1.5.14.1 ===
--- CMF/CMFCore/interfaces/portal_undo.py:1.5	Mon Jan  6 15:39:56 2003
+++ CMF/CMFCore/interfaces/portal_undo.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Undo tool interface.
 


=== CMF/CMFCore/interfaces/portal_url.py 1.4 => 1.4.10.1 ===
--- CMF/CMFCore/interfaces/portal_url.py:1.4	Thu Feb 13 03:31:31 2003
+++ CMF/CMFCore/interfaces/portal_url.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ URL tool interface.
 


=== CMF/CMFCore/interfaces/portal_workflow.py 1.11 => 1.11.14.1 ===
--- CMF/CMFCore/interfaces/portal_workflow.py:1.11	Mon Jan  6 15:40:16 2003
+++ CMF/CMFCore/interfaces/portal_workflow.py	Thu Apr 22 13:47:46 2004
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ Workflow tool interface.
 




More information about the CMF-checkins mailing list