[Zope-dev] [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Rocky Burt
I'm pleased to announce the first beta release of pythonproducts. pythonproducts == Description A mechanism to construct Zope 2 products as regular python packages. This enables a python package to be deployed as a Zope 2 product using a similar strategy as Zope 3.

Re: [Zope-dev] Re: Re: cvs.zope.org/Products - svn.zope.org?

2006-04-23 Thread Chris McDonough
Sorry, I wasn't paying attention here. Moving these things is fine by me, I just currently don't have the time to expend any effort on it. If somebody wants to do it, great, and just let me know where it ends up. I'll note that Basket should really just die in favor of something going

Re: [Zope-dev] Re: Re: cvs.zope.org/Products - svn.zope.org?

2006-04-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All done, please take a quick look at... http://svn.zope.org/Products.Basket/ http://svn.zope.org/Products.ExternalEditor/ to ensure everything is OK. Then I will cvs rm the packages in CVS and add a suitable log entry to tell people where

Re: [Zope-dev] Re: Re: cvs.zope.org/Products - svn.zope.org?

2006-04-23 Thread Wichert Akkerman
Previously Jens Vagelpohl wrote: All done, please take a quick look at... http://svn.zope.org/Products.Basket/ http://svn.zope.org/Products.ExternalEditor/ Looks good for ExternalEditor; I've updated the svn bundles for Plone to grab EE from subversion instead. Wichert. -- Wichert

[Zope-dev] Re: Re: Re: cvs.zope.org/Products - svn.zope.org?

2006-04-23 Thread Rocky Burt
Great, thanks for doing this Jens! - Rocky On Sun, 2006-23-04 at 12:41 +0100, Jens Vagelpohl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All done, please take a quick look at... http://svn.zope.org/Products.Basket/ http://svn.zope.org/Products.ExternalEditor/ to ensure

Re: [Zope-dev] Re: Re: cvs.zope.org/Products - svn.zope.org?

2006-04-23 Thread Chris McDonough
Looking good! On Apr 23, 2006, at 7:41 AM, Jens Vagelpohl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All done, please take a quick look at... http://svn.zope.org/Products.Basket/ http://svn.zope.org/Products.ExternalEditor/ to ensure everything is OK. Then I will cvs rm the

[Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Florent Guillaume
Cool. What's the status of it regarding integration directly into Zope 2.10? Florent Rocky Burt wrote: I'm pleased to announce the first beta release of pythonproducts. pythonproducts == Description A mechanism to construct Zope 2 products as regular python packages. This

Re: [Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 Apr 2006, at 18:47, Rocky Burt wrote: On Sun, 2006-23-04 at 19:30 +0200, Florent Guillaume wrote: Cool. What's the status of it regarding integration directly into Zope 2.10? Well, pythonproducts patches regular Zope and also CMF. Five

[Zope-dev] Re: Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Rocky Burt
On Sun, 2006-23-04 at 19:22 +0100, Jens Vagelpohl wrote: But there's still the matter of CMF. At some point I want to get the patches integrated into CMF 1.6 and/or 2.0 but with 1.6 its probably too late and with CMF 2.0 I need to better understand how the FTI stuff works before I can

Re: [Zope-dev] Re: Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 Apr 2006, at 19:33, Rocky Burt wrote: Great news regarding CMF 2.1 and Plone. Specifically all pythonproducts does for CMF is patch CMFCore.TypesTool.TypesTool.listDefaultTypeInformation so that when it looks up a product it doesn't simply

[Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread yuppie
Hi Rocky! Rocky Burt wrote: Well, pythonproducts patches regular Zope and also CMF. Five 1.4 includes the patches for regular Zope... and with Zope 2.10 those patches will of course be directly applied to Zope (thats what I'm working on right now). But there's still the matter of CMF. At

[Zope-dev] Re: [ANN] pythonproducts 1.0beta1 released

2006-04-23 Thread Rocky Burt
On Sun, 2006-23-04 at 20:40 +0200, yuppie wrote: So I guess 1.) the CMF stuff is obsolete with CMF 2.0 Indeed, this is great news! 2.) pythonproducts doesn't work with CMF 2.0 (not tested, but patch_listDefaultTypeInformation seems to require listDefaultTypeInformation) Right, a goal