Roundup Tracker - Issues

Message3596

Author stefan
Recipients ajaksu2, lu_zero, richard, stefan, tobias-herp
Date 2009-02-26.01:19:02
Message-id <1235611143.13.0.558762941913.issue2550509@psf.upfronthosting.co.za>
In-reply-to
I have added a roundup.actions module containing built-in actions
callable via XMLRPC (and soon, with some bridging), via CGI.

I now wonder how to expose this to users so they can provide their own
actions. Right now they have instance.registerAction(). But as we now
have to types of actions, I need a discriminator.

If we can be certain that all actions derive either from
roundup.cgi.actions.Action or roundup.actions.Action, I can use a simple
type check. However, I'm not sure that this is a reasonable assumption
to make. Richard, what do you think ?
History
Date User Action Args
2009-02-26 01:19:03stefansetmessageid: <1235611143.13.0.558762941913.issue2550509@psf.upfronthosting.co.za>
2009-02-26 01:19:03stefansetrecipients: + stefan, richard, tobias-herp, lu_zero, ajaksu2
2009-02-26 01:19:03stefanlinkissue2550509 messages
2009-02-26 01:19:02stefancreate