[Zope-CMF] CMF Collector: Open Issues

2006-01-24 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open mhammond - Windows DevelopmentMode penalty in CMFCore.DirectoryView, [Accepted] http://www.zope.org/Collectors/CMF/366 Pending / Deferred Issues

[Zope-CMF] [dev] i18n Message objects: encoding issues

2006-01-24 Thread yuppie
Hi! A while ago I converted many message strings to i18n Message objects. Unfortunately I didn't think enough about side effects and now the CMF trunk (CMF 2.0) is in a rather broken state: Message objects are unicode objects, and unless you use a Localizer or PTS that returns non-unicode

[Zope-CMF] Forcing a workflow state

2006-01-24 Thread Martin Aspeli
Hi guys, I'm writing some migration code that needs to force a workflow state. That is, a given content item has a workflow with states A, B and C, and depending on some external state, I need to force it to be in state B, including having B's security settings. I've had a look at the

Re: [Zope-CMF] Forcing a workflow state

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 19:36, Martin Aspeli wrote: Hi guys, I'm writing some migration code that needs to force a workflow state. That is, a given content item has a workflow with states A, B and C, and depending on some external state, I need to force it to be in state B, including having

[Zope-CMF] Re: Forcing a workflow state

2006-01-24 Thread Martin Aspeli
Hi Jens, On Tue, 24 Jan 2006 19:58:14 -, Jens Vagelpohl [EMAIL PROTECTED] wrote: You'll probably have to construct the dictionary that describes the state/comment/transition time etcyourself and then append it at the end of the workflow history. At least that's what we've been doing

Re: [Zope-CMF] Re: Forcing a workflow state

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 20:40, Martin Aspeli wrote: Hi Jens, On Tue, 24 Jan 2006 19:58:14 -, Jens Vagelpohl [EMAIL PROTECTED] wrote: You'll probably have to construct the dictionary that describes the state/comment/transition time etcyourself and then append it at the end of the

Re: [Zope-CMF] Forcing a workflow state

2006-01-24 Thread Christian Scholz
Hi! I'm writing some migration code that needs to force a workflow state. That is, a given content item has a workflow with states A, B and C, and depending on some external state, I need to force it to be in state B, including having B's security settings. I've had a look at the API,

[Zope-CMF] Re: Forcing a workflow state

2006-01-24 Thread Florent Guillaume
Martin Aspeli wrote: I'm writing some migration code that needs to force a workflow state. That is, a given content item has a workflow with states A, B and C, and depending on some external state, I need to force it to be in state B, including having B's security settings. I've had a look

[Zope-CMF] Re: GenericSetup doc

2006-01-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florent Guillaume wrote: Here is some doc I wrote about GenericSetup: http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2006_01_24_genericsetup-for-cps-cmf A very nice writeup. Could we get it (or the non CPS-specific bits) added to docs