[Zope-CMF] CMF Collector: Open Issues

2005-06-10 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open efge - "CMFSetup doesn't correctly detect DCWorkflow on export", [Accepted] http://www.zope.org/Collectors/CMF/298 gregweb - "CMFUid.UniqueId

[Zope-CMF] CMFSetup types import/export

2005-06-10 Thread Florent Guillaume
I have to modify CMFSetup's type information import/export (typeinfo.py). Currently, to discriminate on ti types on export, it does: if isinstance( ti, FactoryTypeInformation ): ... elif isinstance( ti, ScriptableTypeInformation ): ... Because I have ot

[Zope-CMF] Re: CMFSetup types import/export

2005-06-10 Thread yuppie
Hi Florent! Florent Guillaume wrote: I have to modify CMFSetup's type information import/export (typeinfo.py). Currently, to discriminate on ti types on export, it does: if isinstance( ti, FactoryTypeInformation ): ... elif isinstance( ti, ScriptableTypeInformatio

[Zope-CMF] Re: CMFSetup types import/export

2005-06-10 Thread Florent Guillaume
Hi Yuppie, On 10 Jun 2005, at 17:02, yuppie wrote: I have to modify CMFSetup's type information import/export (typeinfo.py). Currently, to discriminate on ti types on export, it does: if isinstance( ti, FactoryTypeInformation ): ... elif isinstance( ti, ScriptableT

[Zope-CMF] Re: CMFSetup types import/export

2005-06-10 Thread yuppie
Florent Guillaume wrote: On 10 Jun 2005, at 17:02, yuppie wrote: utils.ConfiguratorBase has some methods for generic property support. The typeinfo handlers could use that code in a similar way as the site properties handlers or the handlers for the newstyle Actions on HEAD. The propert