[ckan-changes] commit/ckan: kindly: [plugin] add IActions interface
Bitbucket
commits-noreply at bitbucket.org
Thu Jul 21 00:16:09 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/83c11ce44583/
changeset: 83c11ce44583
branch: feature-1211-drupal
user: kindly
date: 2011-07-21 02:15:49
summary: [plugin] add IActions interface
affected #: 1 file (16 bytes)
--- a/ckan/plugins/interfaces.py Thu Jul 21 01:01:07 2011 +0100
+++ b/ckan/plugins/interfaces.py Thu Jul 21 01:15:49 2011 +0100
@@ -10,7 +10,8 @@
'IMiddleware',
'IDomainObjectModification', 'IGroupController',
'IPackageController', 'IPluginObserver',
- 'IConfigurable', 'IConfigurer', 'IAuthorizer'
+ 'IConfigurable', 'IConfigurer', 'IAuthorizer',
+ 'IActions'
]
from inspect import isclass
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list