[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_actions.py:1.6.14.1
Andrew Sawyers
andrew@zope.com
Thu, 3 Jan 2002 17:43:18 -0500
Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv32579/CMFCore/interfaces
Modified Files:
Tag: andrew_ttw_actions-branch
portal_actions.py
Log Message:
*Factored out ActionInformation tests from ActionTool tests
*Fixed bug in ActionTool tests
*updated test_all.py
=== CMF/CMFCore/interfaces/portal_actions.py 1.6 => 1.6.14.1 ===
# listActions__roles__ = () # No permission.
def listActions(info):
- '''Returns a list of mappings describing actions. Each action
+ '''Support for the old list of mappings is currently supported:
+ Returns a list of mappings describing actions. Each action
should contain the keys "name", "url", "permissions", and
"category", conforming to the specs outlined in
portal_actions.listFilteredActionsFor(). The info argument
@@ -85,5 +86,6 @@
folder_url
content
content_url
+ The new way of doing this is....
'''