[Zope-CMF] Re: CMFSetup: workflow scripts as external methods

2005-10-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: > > On 24 Oct 2005, at 18:29, Tres Seaver wrote: > - External methods gain support by extending the saved information to collect module/function values for external methods instead of trying to read the body. Th

[Zope-CMF] Re: CMFSetup: workflow scripts as external methods

2005-10-24 Thread Jens Vagelpohl
On 24 Oct 2005, at 18:29, Tres Seaver wrote: - External methods gain support by extending the saved information to collect module/function values for external methods instead of trying to read the body. This *will* make an import blow up if the filesystem code the external method relies on i

[Zope-CMF] Re: CMFSetup: workflow scripts as external methods

2005-10-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florent Guillaume wrote: > Jens Vagelpohl wrote: > >> There's an outstanding issue in the collector about workflow scripts >> that are external methods. Currently, creating a snapshot of a site >> with external methods on the Scripts tab of a DCWork

[Zope-CMF] Re: CMFSetup: workflow scripts as external methods

2005-10-24 Thread Raphael Ritz
Jens Vagelpohl wrote: [..] - External methods gain support by extending the saved information to collect module/function values for external methods instead of trying to read the body. This *will* make an import blow up if the filesystem code the external method relies on is not in the exp

[Zope-CMF] Re: CMFSetup: workflow scripts as external methods

2005-10-24 Thread Florent Guillaume
Jens Vagelpohl wrote: There's an outstanding issue in the collector about workflow scripts that are external methods. Currently, creating a snapshot of a site with external methods on the Scripts tab of a DCWorkflow will just blow up. The real question here is: Do we want to support that at