[Zope] Re: ImageFile weirdness? (addendum)

2006-03-02 Thread Chris Withers
Jürgen Herrmann wrote: btw. i'll learn to formulate my questions better... the actual question way back then should have read (and not more): who (which method) is responsible for delivering an ImageFile instances content when called, as index_html obviously is NOT called? The publisher

[Zope] Re: ImageFile weirdness?

2006-03-02 Thread Chris Withers
Jürgen Herrmann wrote: to not clutter the zodb-dev list, i'll write you personally... It's what the list is here for, please keep CC'ing it or you're unlikely to get a response in the future... arent't these two code snippets doing the same? class MyClass: myTemplate =

[Zope] TypeError: unpack non-sequence. RemoteUserFolder?

2006-03-02 Thread leandros van den berg
Hello, I made a copy of a live Zope-instance behind a webserver to my PC for testing purposes. I just copied the files in 'var' and 'Products' and changed the folders in zopectl. I am also running the same Zope version (2.8.0) as on the remote server and with the same structure: Root Folder

[Zope] How to specify caching for ZSQL methods on file system

2006-03-02 Thread Yuan HOng
I have some ZSQL methods written on the file system using FSDV. In ZMI I can not find the 'Advanced' tab usually available for ZSQL methods in ZODB for specifying the caching properties of the ZSQL method. Can anyone give some clues as how to do this for ZSQL on FSDV? I suppose I might need to

Re: [Zope] TypeError: unpack non-sequence. RemoteUserFolder?

2006-03-02 Thread Martijn Pieters
On 3/2/06, leandros van den berg [EMAIL PROTECTED] wrote: When I try to log in to http://localhost:8080/middelen I get a 'TypeError: unpack non-sequence' instead of a login-prompt. Logging in to http://localhost:8080/manage does work. [...] Traceback (innermost last): * Module

Re: [Zope] How to specify caching for ZSQL methods on file system

2006-03-02 Thread Martijn Pieters
On 3/2/06, Yuan HOng [EMAIL PROTECTED] wrote: Can anyone give some clues as how to do this for ZSQL on FSDV? I suppose I might need to write some *.metadata file to specify these properties using FSDV? You must specify the cache settings in the .zsql file itself, using a dtml-comment block at

Re: [Zope] How to specify caching for ZSQL methods on file system

2006-03-02 Thread Stefan H. Holek
You are close ;-) The info goes into a dtml-comment block at the start of the file. dtml-comment title: Foo arguments: foo bar max_rows: 1000 max_cache: 100 cache_time: 60 /dtml-comment ... Stefan On 2. Mär 2006, at 15:15, Yuan HOng wrote: I have some ZSQL methods written on the file

Re: [Zope] Acquisition not working as expected

2006-03-02 Thread Roman Klesel
Hello, Roman Klesel schrieb: I can call this method on whatever folder inside the product instance I want, it will always return the id of the product and not the id of the product I call it on. In order to make my problem more obvious I created a minimal product. See attachmet. It

[Zope] (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Einar Næss Jensen
I'm trying to access a zope site via webdav on port 8181. Dreamweaver works ok, but the client in winXP do not want to connect with error: The folder you entered does not seem to be valid. Please choose another. the traceback on zope is: 2006-03-02T15:48:41 ERROR Zope.SiteErrorLog

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Jens Vagelpohl
On 2 Mar 2006, at 14:50, Einar Næss Jensen wrote: I'm trying to access a zope site via webdav on port 8181. Dreamweaver works ok, but the client in winXP do not want to connect with error: The folder you entered does not seem to be valid. Please choose another. If you're trying to use the

[Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Einar Næss Jensen
On 3/2/06, Einar Næss Jensen [EMAIL PROTECTED] wrote: I'm trying to access a zope site via webdav on port 8181. Dreamweaver works ok, but the client in winXP do not want to connect with error: The folder you entered does not seem to be valid. Please choose another. And the question is: What

Re: [Zope] Re: (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Patrick Decat
On 3/2/06, Einar Næss Jensen [EMAIL PROTECTED] wrote: On 3/2/06, Einar Næss Jensen [EMAIL PROTECTED] wrote: I'm trying to access a zope site via webdav on port 8181. Dreamweaver works ok, but the client in winXP do not want to connect with error: The folder you entered does not seem to be

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Dieter Maurer
Jens Vagelpohl wrote at 2006-3-2 14:53 +: ... If you're trying to use the M$ WebFolder-stuff you might as well give up immediately. It simply does not work right. We are using it -- quite successfully :-) We had to fix some bugs in Zope's WebDAV support, e.g. properties may not be pure

Re: [Zope] TypeError: unpack non-sequence. RemoteUserFolder?

2006-03-02 Thread Dieter Maurer
leandros van den berg wrote at 2006-3-2 14:13 +0100: ... Below is the entry from the middelen/error_log: Time 2006/03/02 13:22:49.932 GMT+1 User Name (User Id)Anonymous User (None) Request URLhttp://localhost:8080/middelen/index_html Exception Type TypeError Exception Value

Re: [Zope] Acquisition not working as expected

2006-03-02 Thread Dieter Maurer
Roman Klesel wrote at 2006-3-2 08:13 +0100: ... I can call this method on whatever folder inside the product instance (instance of the base class ZLTMS) I want, it will always return the id of the instace of the base class (where the method is defined) and not the id of the object (Folder

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Dieter Maurer
Einar Næss Jensen wrote at 2006-3-2 15:50 +0100: I'm trying to access a zope site via webdav on port 8181. Dreamweaver works ok, but the client in winXP do not want to connect with error: The folder you entered does not seem to be valid. Please choose another. the traceback on zope is:

Re: [Zope] (microsoft) webdav and zope 2.8.4

2006-03-02 Thread Jens Vagelpohl
On 2 Mar 2006, at 18:35, Dieter Maurer wrote: Jens Vagelpohl wrote at 2006-3-2 14:53 +: ... If you're trying to use the M$ WebFolder-stuff you might as well give up immediately. It simply does not work right. We are using it -- quite successfully :-) We had to fix some bugs in Zope's

[Zope] Zed should stand for Zope Extension Distribution

2006-03-02 Thread Mark, Jonathan (Integic)
Title: Zed should stand for Zope Extension Distribution Over at the Zope-Dev mailing list, Jim Fulton (the inventor of Zope) is talking about a new line of software called Zed. It would consist of those parts of Zope 3 which can be called independently of the Zope/twisted server. I do not

Re: [Zope] Zed should stand for Zope Extension Distribution

2006-03-02 Thread Tino Wildenhain
Mark, Jonathan (Integic) schrieb: Over at the Zope-Dev mailing list, Jim Fulton (the inventor of Zope) is talking about a new line of software called Zed. It would consist of those parts of Zope 3 which can be called independently of the Zope/twisted server. please be carefull on inventing of

Re: [Zope] Zed should stand for Zope Extension Distribution

2006-03-02 Thread Andreas Jung
--On 2. März 2006 23:02:13 +0100 Tino Wildenhain [EMAIL PROTECTED] wrote: Mark, Jonathan (Integic) schrieb: Over at the Zope-Dev mailing list, Jim Fulton (the inventor of Zope) is talking about a new line of software called Zed. It would consist of those parts of Zope 3 which can be called

Re: [Zope] Acquisition not working as expected

2006-03-02 Thread Andrew Milton
+---[ Roman Klesel ]-- | Hello, | | Roman Klesel schrieb: | I can call this method on whatever folder inside the product instance I want, it will always return the id of the | product and not the id of the product I call it on. | | In order to make my problem more

[Zope-Checkins] SVN: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py some cleanup

2006-03-02 Thread Andreas Jung
Log message for revision 65734: some cleanup Changed: U Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py -=- Modified: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py

[Zope-Checkins] SVN: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py added ZPL

2006-03-02 Thread Andreas Jung
Log message for revision 65738: added ZPL Changed: U Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py -=- Modified: Zope/branches/ajung-final-zpt-integration/lib/python/Products/PageTemplates/Engine.py

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/ Move site manager adapter and subscriber configuration (IOW, the useful stuff

2006-03-02 Thread Philipp von Weitershausen
Log message for revision 65741: Move site manager adapter and subscriber configuration (IOW, the useful stuff in Five.site) to Five.component. Changed: U Products.Five/branches/philikon-local-components/component/__init__.py U

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/configure.zcml Oh, and yeah, include Five.component config

2006-03-02 Thread Philipp von Weitershausen
Log message for revision 65742: Oh, and yeah, include Five.component config Changed: U Products.Five/branches/philikon-local-components/configure.zcml -=- Modified: Products.Five/branches/philikon-local-components/configure.zcml

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/component/ update imports

2006-03-02 Thread Philipp von Weitershausen
Log message for revision 65744: update imports use @adapter, @implementer instead of specifying interfaces in ZCML Changed: UU Products.Five/branches/philikon-local-components/component/__init__.py U Products.Five/branches/philikon-local-components/component/configure.zcml -=-

Re: [Zope-dev] Zope 2.9 releases for Windows?

2006-03-02 Thread Chris Withers
Sidnei da Silva wrote: Run 'inst/WinBuilders/buildout zope'. Ah, you need Inno 5.x too. See inst/WinBuilders/README.txt for the complete instructions. OK, are either you (or anyone else at Enfold) or Tim going to roll the 2.9.1 binary or would you like me to pick it up from now on? cheers,

Re: [Zope-dev] Re: Zope 2.9 releases for Windows?

2006-03-02 Thread Andreas Jung
--On 2. März 2006 11:42:09 +0100 Wolfgang Strobl [EMAIL PROTECTED] wrote: In case your file is to be taken as the Zope-2.9.1 windows release i'd need it at the Zope-2.9.1 release folder and not at your member folder. Sure. I've removed it from my member folder. I think one needs to be

Re: [Zope-dev] Zope 2.9 releases for Windows?

2006-03-02 Thread Sidnei da Silva
On Wed, Mar 01, 2006 at 06:43:38PM +, Chris Withers wrote: | Sidnei da Silva wrote: | Run 'inst/WinBuilders/buildout zope'. | | Ah, you need Inno 5.x too. See inst/WinBuilders/README.txt for the | complete instructions. | | OK, are either you (or anyone else at Enfold) or Tim going to roll

Re: [Zope-dev] Re: Two visions

2006-03-02 Thread Rocky Burt
On Tue, 2006-28-02 at 13:21 +0100, Martijn Faassen wrote: Philipp von Weitershausen wrote: [snip] I would vote for spelling out Zed (which would also be a little easier to google but might create trademark problems). The namespace package could either be 'z' or 'zed'. Then again, I

[Zope-dev] Re: Re: Two visions

2006-03-02 Thread Geoff Davis
On Thu, 02 Mar 2006 09:43:03 -0330, Rocky Burt wrote: Anyway, this still keeps things very confusing from a naming perspective (mostly for new adopters). So having said all of that, I am actually +1 on Jim's proposal #2. What I see from that (someone correct me if I'm wrong) is the

[Zope-dev] Two visions?

2006-03-02 Thread Geoff Davis
+1 on Jim's suggestion #2. However, if I am understanding things correctly, it doesn't really sound like door #2 entails a huge deviation from from our current course of bringing Zope 2 and Zope 3 together gradually. I don't really care what the converged product is called, be it Zope 2.250 or

Re: [Zope-dev] Two visions?

2006-03-02 Thread Stefane Fermigier
Geoff Davis wrote: I think that the idea of giving Zed its own, distinct identity is great. I think it is stupid. We (Zope Corp + the Zope Community) have spent 8 years building the Zope brand, and you want to restart from scratch ? S. -- Stéfane Fermigier, Tel: +33 (0)6 63 04 12 77

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

2006-03-02 Thread Stephan Richter
On Thursday 02 March 2006 10:29, Stefane Fermigier wrote: Geoff Davis wrote: I think that the idea of giving Zed its own, distinct identity is great. I think it is stupid. Me too!! Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k -

Re: [Zope-dev] Two visions?

2006-03-02 Thread Jim Fulton
Geoff Davis wrote: +1 on Jim's suggestion #2. However, if I am understanding things correctly, it doesn't really sound like door #2 entails a huge deviation from from our current course of bringing Zope 2 and Zope 3 together gradually. I don't really care what the converged product is called,

Re: [Zope-dev] Two visions?

2006-03-02 Thread Geoff Davis
On Thu, 02 Mar 2006 10:38:03 -0500, Jim Fulton wrote: I think that the idea of giving Zed its own, distinct identity is great. Zope 3 is a _huge_ overhaul and it needs to be obvious to the world that it is dramatically better than crufty old Zope 2. Zope 3 then becomes the Zed application

Re: [Zope-dev] Two visions?

2006-03-02 Thread Stefane Fermigier
Geoff Davis wrote: Yes, and the use of the new name Z or Zed is a way to emphasize that the Zed library is NOT a big, monolithic app server; rather, it's something new and cool. Zope 3 is new and cool. Or at least, let's spin it this way. Screencasts, podcasts, 14'59 wikis (quicker than

Re: [Zope-dev] Two visions?

2006-03-02 Thread Paul Everitt
Stefane Fermigier wrote: Geoff Davis wrote: I think that the idea of giving Zed its own, distinct identity is great.. I think it is stupid. We (Zope Corp + the Zope Community) have spent 8 years building the Zope brand, and you want to restart from scratch ? Hehe, poor Geoff. :) In the

Re: [Zope-dev] Two visions?

2006-03-02 Thread Paul Everitt
Geoff Davis wrote: On Thu, 02 Mar 2006 10:38:03 -0500, Jim Fulton wrote: I think that the idea of giving Zed its own, distinct identity is great. Zope 3 is a _huge_ overhaul and it needs to be obvious to the world that it is dramatically better than crufty old Zope 2. Zope 3 then becomes the

Re: [Zope-dev] Two visions?

2006-03-02 Thread Jim Fulton
Paul Everitt wrote: ... People have it set in their brain that Zope is a monolithic web application server. Hard to dispel that meme. Yup. I'd rather adjust the meme to: Zope is a agile flexible extensible app server with rich services. :) Jim -- Jim Fulton mailto:[EMAIL

[Zope-dev] Re: Re: Two visions

2006-03-02 Thread Rob Miller
On Thu, 02 Mar 2006 09:43:03 -0330, Rocky Burt wrote: On Tue, 2006-28-02 at 13:21 +0100, Martijn Faassen wrote: Philipp von Weitershausen wrote: [snip] I would vote for spelling out Zed (which would also be a little easier to google but might create trademark problems). The namespace

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

2006-03-02 Thread Stefane Fermigier
Strange how (most of) the Plone people seem to be so quick in willing to sacrifice the Zope brand :( S. -- Stéfane Fermigier, Tel: +33 (0)6 63 04 12 77 (mobile). Nuxeo Collaborative Portal Server: http://www.nuxeo.com/cps Gestion de contenu web / portail collaboratif / groupware / open

Re: [Zope-dev] Two visions?

2006-03-02 Thread Philipp von Weitershausen
Stefane Fermigier wrote: I think that the idea of giving Zed its own, distinct identity is great. I think it is stupid. We (Zope Corp + the Zope Community) have spent 8 years building the Zope brand, and you want to restart from scratch ? Good point. There's the question: Does this zed

[Zope-dev] Re: Two visions

2006-03-02 Thread Philipp von Weitershausen
Stefane Fermigier wrote: Strange how (most of) the Plone people seem to be so quick in willing to sacrifice the Zope brand :( It's not about sacrificing the Zope-the-app-server brand. It's actually about growing it in the sense that it becomes much clearer WHAT THE HELL Zope actually is. Or can

[Zope-dev] Re: Two visions

2006-03-02 Thread Rob Miller
Stefane Fermigier wrote: Strange how (most of) the Plone people seem to be so quick in willing to sacrifice the Zope brand :( um, if you reread what i said, and what i think rocky is trying to say, i'm in favor of _keeping_ the zope brand for the app server, which is what zope has always

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

2006-03-02 Thread Benji York
Philipp von Weitershausen wrote: Good point. There's the question: Does this zed thing need a different name at all? If we want other people to pick it up, then it seems like a good idea to distinguish it from Zope-the-app-server. Paul seems to suggest that in his response. How about zopelib?

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

2006-03-02 Thread Philipp von Weitershausen
Benji York wrote: Good point. There's the question: Does this zed thing need a different name at all? If we want other people to pick it up, then it seems like a good idea to distinguish it from Zope-the-app-server. Paul seems to suggest that in his response. How about zopelib? If we want

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

2006-03-02 Thread Martin Aspeli
On Thu, 02 Mar 2006 19:31:38 -, Stefane Fermigier [EMAIL PROTECTED] wrote: Strange how (most of) the Plone people seem to be so quick in willing to sacrifice the Zope brand :( I don't think that's true. I'm certainly not, and I've not heard anyone directly in favour of that either. What

Re: [Zope-dev] Two visions?

2006-03-02 Thread Martin Aspeli
On Thu, 02 Mar 2006 16:18:27 -, Jim Fulton [EMAIL PROTECTED] wrote: Zope is a agile flexible extensible app server with rich services. You forgot Enterprise. Martin -- (muted) ___ Zope-Dev maillist - Zope-Dev@zope.org

Next release un June (was Re: [Zope3-dev] Re: [Zope-dev] Release schedule and deprecation decisions)

2006-03-02 Thread Jim Fulton
Jim Fulton wrote: On Mon, 2006-02-06 at 09:58 +0100, Christian Theune wrote: Hi, On Sun, 2006-02-05 at 12:11 -0500, Jim Fulton wrote: A while ago, we had some discussion on when to make releases and how long to support deprecated features. The discussion has died down so I'll summarize

Re: [Zope-PAS] project questions

2006-03-02 Thread Jens Vagelpohl
On 1 Mar 2006, at 21:50, Tino Wildenhain wrote: Jens Vagelpohl schrieb: Zac has asked to step back a bit as the contact for the project and I told him I could take over that part. That includes things like release stewardship. One of the items that had been on my list for a while was to