[Zope-CMF] [dev] GenericSetup: registerProfile directive

2006-06-06 Thread yuppie
Hi! Before I check in my implementation for the registerProfile directive I have some questions: 1.) What would be the right namespace? AFAICS GenericSetup should have its own namespace - something like http://namespaces.zope.org/genericsetup. Or is a new namespace for one directive overki

Re: [Zope-CMF] [dev] GenericSetup: registerProfile directive

2006-06-06 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6 Jun 2006, at 09:11, yuppie wrote: 3.) CMF 1.6.1 beta is already released. Are there plans to include an updated GenericSetup in the final release? I can't guarantee my checkin will cause no problems, so we would at least need additional te

[Zope-CMF] Re: [dev] GenericSetup: registerProfile directive

2006-06-06 Thread Martin Aspeli
On Tue, 06 Jun 2006 08:30:27 +0100, Jens Vagelpohl <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6 Jun 2006, at 09:11, yuppie wrote: 3.) CMF 1.6.1 beta is already released. Are there plans to include an updated GenericSetup in the final release? I can't guaran

Re: [Zope-CMF] Re: [dev] GenericSetup: registerProfile directive

2006-06-06 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6 Jun 2006, at 09:37, Martin Aspeli wrote: On Tue, 06 Jun 2006 08:30:27 +0100, Jens Vagelpohl <[EMAIL PROTECTED]> wrote: On 6 Jun 2006, at 09:11, yuppie wrote: 3.) CMF 1.6.1 beta is already released. Are there plans to include an updated G

[Zope-CMF] CMF Collector: Open Issues

2006-06-06 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open jens - "CachingPolicyManager: Support OFS.Cache.CacheManager", [Accepted] http://www.zope.org/Collectors/CMF/408 mhammond - "Windows Developm

[Zope-CMF] Re: [dev] GenericSetup: registerProfile directive

2006-06-06 Thread yuppie
Hi Jens! Jens Vagelpohl wrote: On 6 Jun 2006, at 09:11, yuppie wrote: 3.) CMF 1.6.1 beta is already released. Are there plans to include an updated GenericSetup in the final release? I can't guarantee my checkin will cause no problems, so we would at least need additional testing. It does

Re: [Zope-CMF] Re: [dev] GenericSetup: registerProfile directive

2006-06-06 Thread Wichert Akkerman
Previously Martin Aspeli wrote: > How much beta time do we need? I'm not the one to make this kind of > decision, but having an RC2 of Plone 2.5 if we're pretty confident the > changes are minor, coninciding with a beta 2 of CMF 1.6.1, if it delays > things for a week or two seems a reasonabl

[Zope-CMF] Re: Products-less python package support for CMF 1.6

2006-06-06 Thread yuppie
Dieter Maurer wrote: yuppie wrote at 2006-6-4 18:12 +0200: ... AFAIK registerDirectory and registerProfile work only inside of Products. At least in CMF 1.5, "registerDirectory" works outside "Products", too. Due to some bad design, it stops working when "Products" is somewhere inside the pa

Re: [Zope-CMF] Re: [dev] GenericSetup: registerProfile directive

2006-06-06 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6 Jun 2006, at 12:13, Wichert Akkerman wrote: Previously Martin Aspeli wrote: How much beta time do we need? I'm not the one to make this kind of decision, but having an RC2 of Plone 2.5 if we're pretty confident the changes are minor, coninc

[Zope-CMF] Problem with GenericSetup adapter

2006-06-06 Thread Doyon, Jean-Francois
Hi, Finally started working on migrating to Zope 2.9.3/CMF 2! Trying to get some GenericSetup functionality around my classes. I've created my own "adapter" which is based on PropertiesXMLAdapter (for now). For some reason however, queryMultiAdapter seems intent on returning PropertiesXMLAdapte

[Zope-CMF] Re: Problem with GenericSetup adapter

2006-06-06 Thread yuppie
Hi! Doyon, Jean-Francois wrote: Finally started working on migrating to Zope 2.9.3/CMF 2! Trying to get some GenericSetup functionality around my classes. You did find the how-to in GenericSetup/doc? I've created my own "adapter" which is based on PropertiesXMLAdapter (for now). What do

[Zope-CMF] [RFC] [Patch] GenericSetup and encodings

2006-06-06 Thread Yves Bastide
Hi, GenericSetup has problems handling non-ASCII data. It treats strings sometimes as ASCII, sometimes as UTF-8, yet it has access to two variables: its own ISetupContext.getEncoding() (whose use I didn't fully grok) and CMF's ISetupContext.getSite().getProperty('default_charset'). Attached