[CMF-checkins] CVS: Products/CMFCore/interfaces -
portal_actions.py:1.19 portal_types.py:1.19
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Sep 14 15:02:52 EDT 2004
Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv2613/CMFCore/interfaces
Modified Files:
portal_actions.py portal_types.py
Log Message:
Merged yuppie-post_1_5-cleanup-branch:
- removed a lot of deprecated code
- made CMFCollector work with CMF 1.4 *and* HEAD
=== Products/CMFCore/interfaces/portal_actions.py 1.18 => 1.19 ===
--- Products/CMFCore/interfaces/portal_actions.py:1.18 Thu Aug 12 11:07:39 2004
+++ Products/CMFCore/interfaces/portal_actions.py Tue Sep 14 15:02:21 2004
@@ -65,10 +65,6 @@
Returns -- Dictionary of category / ActionInfo list pairs
"""
- def listFilteredActions(object=None):
- """ Deprecated alias of listFilteredActionsFor.
- """
-
class ActionProvider(Interface):
""" The interface expected of an object that can provide actions.
=== Products/CMFCore/interfaces/portal_types.py 1.18 => 1.19 ===
--- Products/CMFCore/interfaces/portal_types.py:1.18 Tue Sep 7 04:48:38 2004
+++ Products/CMFCore/interfaces/portal_types.py Tue Sep 14 15:02:21 2004
@@ -69,14 +69,6 @@
Can this type of object support discussion?
"""
- def getActionById(id):
- """ Get method ID by action ID.
-
- This method is deprecated and will be removed in CMF 1.6. Please use
- getActionInfo()['url'] if you need an URL or queryMethodID() if you
- need a method ID.
- """
-
def getIcon():
"""
Returns the portal-relative icon for this type.
More information about the CMF-checkins
mailing list