[CMF-checkins] CVS: Products/CMFDefault - __init__.py:1.24.6.1
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Sep 14 12:48:15 EDT 2004
Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv4222/CMFDefault
Modified Files:
Tag: yuppie-post_1_5-cleanup-branch
__init__.py
Log Message:
- removed some deprecated names
=== Products/CMFDefault/__init__.py 1.24 => 1.24.6.1 ===
--- Products/CMFDefault/__init__.py:1.24 Thu Aug 12 11:07:40 2004
+++ Products/CMFDefault/__init__.py Tue Sep 14 12:48:14 2004
@@ -45,10 +45,6 @@
import DefaultWorkflow
-# Old name that some third-party packages may need.
-ADD_CONTENT_PERMISSION = AddPortalContent
-
-
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# N.B.: The following symbol controls whether we "inject" the
# content types which formerly lived in CMFCore back into
@@ -85,7 +81,6 @@
, NewsItem.NewsItem
, SkinnedFolder.SkinnedFolder
)
-
contentConstructors = ( Document.addDocument
, File.addFile
More information about the CMF-checkins
mailing list