[Zope3-Users] Re: Visionaire! (All your problems, solved)

2006-03-02 Thread Martin Aspeli
On Thu, 02 Mar 2006 00:42:14 -, Jeff Shell [EMAIL PROTECTED] wrote: Personally, I still find it hard to know where the line goes between the ZMI and my own UI code, if I should be extending the ZMI or replacing it. Perhaps because I'm tainted by Zope 2's idea of the ZMI, though.

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Max M
Jeff Shell wrote: I think this keeps Zope 3 as we know it alive, keeps the Zope brand intact, and offers a future for Zope 2 and similar caliber desires for a Big App Server while not interfering with the more pure and simple concepts that makes Zope 3 appealing for developers like me. I

Re: [Zope3-Users] How to create/remove content objects in Application Code

2006-03-02 Thread Darryl Cousins
Hi Reinhold, schoolbell.app.browser.cvsimport.py and I use the following: def addObject(container, name, factory, **kwargs): Creates and add object to container # precondition may be necessary content = removeAllProxies(zapi.createObject(factory,**kwargs))

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Peter Bengtsson
I'm with Max on this one. What's the point? To save a few megabytes of harddisk space? If you don't want the zope.bobo part of your zope3, ignore it. You don't have to use it if you don't want to. It's been a while but the last time I installed Plone it came with stuff like CookieCrumbler and

Re: [Zope3-Users] PsycopgDA problem

2006-03-02 Thread Dmitry Vasiliev
Håkan Johansson wrote: On Mar 1, 2006, at 14:20, Stephan Richter wrote: On Tuesday 28 February 2006 05:29, Håkan Johansson wrote: Since I am still a newbie to Zope3, I don't know if those settings are the best choice. At least it works now. Can you make a bug collector issue for this bug?

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Marko Mikulicic
On 02.03.2006., at 12:41, Peter Bengtsson wrote: I'm with Max on this one. What's the point? To save a few megabytes of harddisk space? If you don't want the zope.bobo part of your zope3, ignore it. You don't have to use it if you don't want to. not sure of what to think about this vision

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Paul Winkler
On Thu, Mar 02, 2006 at 10:23:17AM +0100, Max M wrote: Canonical releases of compatible package collections is a *must*. Splitting it all up in small chunks that are out of sync would be a disaster. but we already have that situation with current Products. How many sites are still running

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Stefane Fermigier
Jeff Shell wrote: - Zope 3 CA: The Zope Component Architecture. Core services. Would include zope.publisher and most other current top level zope.* things. Usable as a library, as a publisher for other environments, perhaps as a simple standalone server. Easy to deploy against WSGI,

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Stefane Fermigier
Paul Winkler wrote: On Thu, Mar 02, 2006 at 10:23:17AM +0100, Max M wrote: Canonical releases of compatible package collections is a *must*. Splitting it all up in small chunks that are out of sync would be a disaster. but we already have that situation with current Products.

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Encolpe Degoute
Stefane Fermigier a écrit : Paul Winkler wrote: On Thu, Mar 02, 2006 at 10:23:17AM +0100, Max M wrote: Canonical releases of compatible package collections is a *must*. Splitting it all up in small chunks that are out of sync would be a disaster. but we already have that situation

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Shane Hathaway
Marko Mikulicic wrote: On 02.03.2006., at 12:41, Peter Bengtsson wrote: I'm with Max on this one. What's the point? To save a few megabytes of harddisk space? If you don't want the zope.bobo part of your zope3, ignore it. You don't have to use it if you don't want to. not sure of what to

Re: [Zope3-Users] Visionaire! (All your problems, solved)

2006-03-02 Thread Chris McDonough
On Mar 2, 2006, at 6:41 AM, Peter Bengtsson wrote: I'm with Max on this one. What's the point? To save a few megabytes of harddisk space? If you don't want the zope.bobo part of your zope3, ignore it. You don't have to use it if you don't want to. ... Let's keep it simple, bundle it all in

[Zope3-Users] Re: Visionaire! (All your problems, solved)

2006-03-02 Thread Martin Aspeli
On Thu, 02 Mar 2006 11:41:37 -, Peter Bengtsson [EMAIL PROTECTED] wrote: It's been a while but the last time I installed Plone it came with stuff like CookieCrumbler and Formulator. Heh, it no longer does :-) What a bliss and time-saver! It's not unix-right but I don't care, I have

[Zope3-Users] Re: [Zope3-dev] Visionaire! (All your problems, solved)

2006-03-02 Thread Martin Aspeli
On Thu, 02 Mar 2006 11:49:31 -, Lennart Regebro [EMAIL PROTECTED] wrote: This should be Zope3 as it is now. A couple of things can go away. Maybe the rotterdam skin, I don't know. Definitely the default Folder objects and such. People, especially Zope2 people, think that you are supposed

RE: [Zope3-Users] windows installer

2006-03-02 Thread Brett Haydon
Brian, to use a poor analogy, Zope 2.x is the city with lots of signposts and amenities developed by the community. Zope 3.x is the frontier town, and most of the basic infrastructure is there but without the bells and whistles or automated instance installer for Windows :) For short term

[Zope3-Users] PyWebOff

2006-03-02 Thread Shane Hathaway
Hello, I've been assigned to present Zope in a local upcoming Python user group meeting. As part of the assignment, I'm supposed to solve the PyWebOff challenge using Zope: http://pyre.third-bit.com/pyweb/challenge.html I'd like to do this using Zope 3. However, I'm really struggling. I

[Zope3-Users] child is not cataloged while adding parent

2006-03-02 Thread wata
I'm writing a folderish content class. That has a site manager, and some children. And the site manager has a catalog and some FieldIndex. It looks like: parent +-- child-1 +-- child-2 +-- child-3 +-- ++etc++site +-- default +-- Intids +-- Catalog