[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-05 Thread Rocky Burt
-- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

[Zope-dev] Re: RFC: Eggifying Zope's extension mechanism (Products)

2007-01-25 Thread Rocky Burt
/CMFCore conflicting... that would be up to the standard pythonpath mechanism of the python interpreter (whichever is first on the path wins). - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description

[Zope-dev] Re: RFC: The future of Products.Five

2006-10-29 Thread Rocky Burt
similar (best case scenario: identical) to Zope 3's eggification story. So this is one place where I say let Zope 3 work it out first :) Comments welcome :) Well... constructive comments at least... :) Regards, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About

[Zope-dev] Re: Re: Future of ZClasses

2006-10-04 Thread Rocky Burt
of sensible deprecation it's nice to have some evidence rather than simply sputtering, but but... we gotta be able to change stuff! :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description

[Zope-dev] Re: In Defense of ZClasses

2006-09-28 Thread Rocky Burt
- Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

[Zope-dev] Re: Serving large files

2006-09-18 Thread Rocky Burt
to be the only sensible approach to returning a large file. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part

[Zope-dev] Re: I am starting to hate Zope/Plone development and its bl**dy lack of refresh.

2006-09-04 Thread Rocky Burt
*. This is not specific to core plone developers. Everyone who writes python code should be writing unit tests. My first test of the quality of a third-party plone product is to inspect it's test coverage. Anyhow, hope that helps. Regards, Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com

[Zope-dev] Re: Re: I am starting to hate Zope/Plone development and its bl**dy lack of refresh.

2006-09-04 Thread Rocky Burt
On Mon, 2006-04-09 at 14:25 +0200, Andreas Jung wrote: --On 4. September 2006 09:43:07 -0230 Rocky Burt [EMAIL PROTECTED] wrote: So, I've learned to change my habits. I'm sure you've heard this a million times, but there's good reason... it just works. And that is to write unit

[Zope-dev] Re: Zope2 Bugday Results

2006-06-16 Thread Rocky Burt
/mailman/listinfo/zope ) -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope-Dev

[Zope-dev] Re: Time-based releases a good idea?

2006-06-14 Thread Rocky Burt
is always a good thing. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope

[Zope-dev] Re: Unittests with different zope configuration?

2006-06-07 Thread Rocky Burt
in handy. Thanks Stefan! - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope

[Zope-dev] Re: Bugday for Zope 2.10?

2006-06-04 Thread Rocky Burt
On Sun, 2006-04-06 at 09:21 +0200, Andreas Jung wrote: I propose to have a bugday before the next Zope 2.10 beta release. How about June, 15th? Sounds good to me, just marked my calendar, I'll be there! - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About

[Zope-dev] Re: SVN: Products.Five/trunk/ Five now requires site.zcml to live in /etc

2006-05-30 Thread Rocky Burt
behavior to look for it's skeleton if it didn't find the aforementioned. No fear, this will be fixed shortly. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed

[Zope-dev] etc/site.zcml in zope 2.10's skel?

2006-05-29 Thread Rocky Burt
slugs aren't working when they just copy them into etc/package-includes (since the instance has no site.zcml) - more consistent with zope3 instances What do you all think? - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http

[Zope-dev] zope2 requests VS zope3 requests

2006-05-27 Thread Rocky Burt
, I'd just like to know :) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net signature.asc Description: This is a digitally signed message part ___ Zope-Dev maillist - Zope

[Zope-dev] Re: [Checkins] SVN: Zope/trunk/lib/python/App/FactoryDispatcher.py External methods can now live outside of Products based python packages.

2006-05-04 Thread Rocky Burt
2006, at 22:59, Rocky Burt wrote: Log message for revision 67869: External methods can now live outside of Products based python packages. Changed: U Zope/trunk/lib/python/App/FactoryDispatcher.py -=- Modified: Zope/trunk/lib/python/App/FactoryDispatcher.py

[Zope-dev] Re: [Checkins] SVN: Zope/trunk/lib/python/App/FactoryDispatcher.py External methods can now live outside of Products based python packages.

2006-05-04 Thread Rocky Burt
On Thu, 2006-04-05 at 08:23 -0230, Rocky Burt wrote: On Thu, 2006-04-05 at 10:43 +0200, Stefan H. Holek wrote: Note that Zope2.app() opens a new ZODB connection which you need to close at some point. I suggest something along the lines of: app = Zope2.app() try

[Zope-dev] Re: Branches finished for merging.

2006-04-29 Thread Rocky Burt
make it easier to test with real sites to give it some battle hardening. +1 from me (being optional and not default of course) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server -- http://www.serverzen.net

[Zope-dev] Re: Zope 2.10: Remaining tasks

2006-04-28 Thread Rocky Burt
not have permission to edit that wiki page (my username is 'rocky'). - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server -- http://www.serverzen.net ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

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

2006-04-23 Thread Rocky Burt
/Maintainer `Rocky Burt [EMAIL PROTECTED]`__ Latest Release `1.0beta1 http://dev.serverzen.com/site/projects/pythonproducts/releases/pythonproducts-1-0beta1-tar.gz/download`__ License BSD-style, see LICENSE.txt for details Source Control http://codespeak.net/svn/z3/pythonproducts

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

2006-04-23 Thread Rocky Burt
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 in to Zope 2 proper. - C On Apr 22, 2006, at 1:02 PM, Rocky Burt wrote: Will do. - Rocky

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

2006-04-23 Thread Rocky Burt
Control_Panel/Products). Maybe you could enlighten me on how much thats used now with CMF 2.0+. - Rocky -- Rocky Burt AdaptiveWave - Content Management as a Service http://www.adaptivewave.com Content Management Made Simple ___ Zope-Dev maillist

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

2006-04-23 Thread Rocky Burt
with Five 1.4 / Zope 2.10 (also not tested) Well, a little more than that. registerPackage should work out of the box with the following combos: - Zope 2.9 and Five 1.4+ - Zope 2.10 (any Five version including the included version) - Rocky -- Rocky Burt AdaptiveWave - Content Management

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

2006-04-22 Thread Rocky Burt
just don't want to do that without having a consensus first. jens On 18 Apr 2006, at 11:44, Rocky Burt wrote: As a Plone developer my favourite two products I'd like to see moved would be: 1) ExternalEditor 2) Basket 'course I've had the discussion with chrism

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-28 Thread Rocky Burt
existing functionality. - Rocky -- Rocky Burt AdaptiveWave - Content Management as a Service http://www.adaptivewave.com Content Management Made Simple ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Rocky Burt
their lives a bit easier? There is possibly a compatiblity problem involved and it is against the general rule for major upgrades of a package or product for a minor Zope release..I have no opinion on this issue...I just had this thought +1 -- Rocky Burt AdaptiveWave - Content Management

[Zope-dev] Re: http access to svn repos?

2006-03-11 Thread Rocky Burt
over https, a few do writing over regular http). Its certainly not the norm. I realize changing it at this point would probably be a major pain for all existing contributors, but lowering the bar for new contributors is definitely worth it IMHO. Anyhow, just my 2 cents. - Rocky -- Rocky Burt

Re: Re: [Zope-dev] Two visions?

2006-03-04 Thread Rocky Burt
for? Profile: Zed, plays nice with others - Rocky -- Rocky Burt AdaptiveWave - Consulting, Training, and Content Management as a Service http://www.adaptivewave.com Content Management Made Simple ___ Zope-Dev maillist - Zope-Dev@zope.org http

[Zope-dev] Re: [Zope3-dev] Re: Two visions?

2006-03-04 Thread Rocky Burt
think the number of people that already use zope3 components and have never used zope the application server would be larger than expected. For those who don't get put off by names right away, zope3 CA is a nice piece of work. - Rocky -- Rocky Burt AdaptiveWave - Consulting, Training

Re: [Zope-dev] Two visions?

2006-03-04 Thread Rocky Burt
On Thu, 2006-02-03 at 16:49 +0100, Paul Everitt wrote: I think Geoff's core point could be met by keeping the word Zope for the app server. I think Geoff's deeper point was to rethink the word used for the CA, which actually doesn't want to be thought of us an app server. +1 -- Rocky

[Zope-dev] Re: Re: Re: Two visions

2006-03-04 Thread Rocky Burt
heard thats pretty good. And yes, it has happened. - Rocky -- Rocky Burt AdaptiveWave - Consulting, Training, and Content Management as a Service http://www.adaptivewave.com Content Management Made Simple ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Re: Two visions

2006-03-02 Thread Rocky Burt
it out. So I say lets focus on not confusing new adopters in which case SOMETHING HAS TO BE DONE ABOUT THE CURRENT NAMING SITUATION! Kind Regards, Rocky -- Rocky Burt AdaptiveWave - Consulting, Training, and Content Management as a Service http://www.adaptivewave.com Content Management Made

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

2006-02-27 Thread Rocky Burt
. Author/Maintainer `Rocky Burt [EMAIL PROTECTED]`__ Latest Release `1.0alpha1 http://dev.serverzen.com/site/projects/pythonproducts/releases/pythonproducts-1-0alpha1-tar.gz/download`__ License BSD-style, see LICENSE.txt for details Source Control http://codespeak.net/svn/z3

[Zope-dev] Re: [Zope3-dev] Pluggins vs Application Definition

2006-02-14 Thread Rocky Burt
and say, what, things have gotten harder going to zope3?. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-Dev maillist

[Zope-dev] Re: December release post-mortem

2006-01-18 Thread Rocky Burt
Andreas Jung wrote: I think 2.9.0 is the _real_ 2.9 beta which will be widely used by ppl :-) Isn't this always the case? :)(ie with all 2.x.0 releses) - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About

[Zope-dev] Re: [ZODB-Dev] Re: Re: zLOG module deprecated

2006-01-10 Thread Rocky Burt
modules are 99% sufficient is a Very Good Thing TM. So +1 on deprecating zLOG (and removing when possible) and not creating a new zope logging package. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server

[Zope-dev] Re: [RfC] Removal of old stuff in Zope 2.10

2005-12-22 Thread Rocky Burt
were talking about actually including a snapshot of sqlite inside zope source rather than making it a build time requirement? - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net

[Zope-dev] Re: Product installation (implicit vs. explicit)

2005-12-22 Thread Rocky Burt
with eggs from a development standpoint. Does this mean they would get copied some place? Or just that something would be registered into the zodb registering those eggs, etc... - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net

[Zope-dev] Re: Product installation (implicit vs. explicit)

2005-12-22 Thread Rocky Burt
something else if it exists (you can specify a Class-Path argument in the manifest file). - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net

[Zope-dev] Re: [RfC] Removal of old stuff in Zope 2.10

2005-12-22 Thread Rocky Burt
Andreas Jung wrote: --On 22. Dezember 2005 11:42:30 -0330 Rocky Burt [EMAIL PROTECTED] wrote: When you mentioned before about importing sqlite into svn.zope.org, you were talking about actually including a snapshot of sqlite inside zope source rather than making it a build time requirement

[Zope-dev] Re: Directory structure on svn.zope.org

2005-12-22 Thread Rocky Burt
(or choose another name)? +1 on this... i would say a dedicated zope3-modules folder and a dedicated zope2-modules folder (well, i don't care what the names are either, but some toplevel containing folders). - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting

[Zope-dev] Re: [RfC] Removal of old stuff in Zope 2.10

2005-12-21 Thread Rocky Burt
functional and has few requirements. I particularly like using it to ensure unit tests against RDBMS connections work properly. Requiring a user to install postgresql just to run the unit tests of a product is somewhat unfeasible. - Rocky -- Rocky Burt ServerZen Software -- http

[Zope-dev] Re: svn.zope.org borked

2005-12-19 Thread Rocky Burt
using svn update. Andreas That %$£@ BerkeleyDB backend was geborken again. svnadmin recover fixed it. Thanks! Jim -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net

[Zope-dev] toplevel products folder in zope svn ?

2005-12-02 Thread Rocky Burt
Anyone know if there is any plan to add a toplevel products folder in the zope svn repo like there currently is in zope's cvs repo? I know this has held up a few products from going from zope CVS to SVN. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting

Re: [Zope-dev] RE: RFC: Reunite Zope 2 and Zope 3 inthe sourcecoderepository

2005-11-28 Thread Rocky Burt
hope to get closer and closer. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com ServerZen Hosting -- http://www.serverzenhosting.net News About The Server -- http://www.serverzen.net ___ Zope-Dev maillist - Zope-Dev@zope.org