[Zope-Checkins] SVN: zdaemon/tags/zdaemon-1.1/ create a zdaemon tag that can be used with svn:externals

2005-06-09 Thread Fred L. Drake, Jr.
Log message for revision 30709: create a zdaemon tag that can be used with svn:externals Changed: A zdaemon/tags/zdaemon-1.1/ -=- Copied: zdaemon/tags/zdaemon-1.1 (from rev 30708, zdaemon/trunk) ___ Zope-Checkins maillist -

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Move to ZODB 3.4 and zdaemon 1.1.

2005-06-09 Thread Tim Peters
Log message for revision 30721: Move to ZODB 3.4 and zdaemon 1.1. Changed: _U Zope/branches/Zope-2_8-branch/lib/python/ _U Zope/branches/Zope-2_8-branch/utilities/ -=- Property changes on: Zope/branches/Zope-2_8-branch/lib/python

[Zope-Coders] Zope 2.8 coming this weekend

2005-06-09 Thread Andreas Jung
Heads up for the 2.8.0 final release. My plans are to make the final release on Saturday morning. So any further changes should be done by tomorrow at the latest. Cheers, -aj pgp6Dzj88zd5Z.pgp Description: PGP signature ___ Zope-Coders mailing list

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-09 Thread John Barratt
Dieter Maurer wrote: Looks like an acquisition bug: obj.aq_inContextOf(context, 1) is recursively defined by: True, if obj.aq_base == context.aq_base or container(obj) is not None and container(obj).aq_inContextOf(context, 1) where container(obj)

[Zope-dev] Logging after ConflictError Retries

2005-06-09 Thread Malcolm Cleaton
After a ConflictError causes a request to be retried, a few things go a bit wrong with error handling and logging in the Zope server. 1. If the request is abandoned after repeated ConflictErrors, no error at all appears in the error log. The following change to Zope/App/startup.py appears to fix

[Zope-dev] Re: Logging after ConflictError Retries

2005-06-09 Thread Malcolm Cleaton
On Thu, 09 Jun 2005 10:13:05 +0100, Malcolm Cleaton wrote: 162,163c162 if REQUEST.supports_retry(): raise ZPublisher.Retry(t, v, traceback) --- raise ZPublisher.Retry(t, v, traceback) I just noticed I've generated this patch backwards,

[Zope-dev] spider cache blowout [was RE: [ZODB-Dev] Generational Caching]

2005-06-09 Thread Dylan Jay
-Original Message- From: Chris McDonough [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 June 2005 11:56 AM To: Dylan Jay Cc: zodb-dev@zope.org Subject: Re: [ZODB-Dev] Generational Caching One way to potentially soften the impact of cache busting by spiders might be to allow

[Zope-dev] Zope 2.8 coming this weekend

2005-06-09 Thread Andreas Jung
Heads up for the 2.8.0 final release. My plans are to make the final release on Saturday morning. So any further changes should be done by tomorrow at the latest. Cheers, -aj pgptJAh1rk5y3.pgp Description: PGP signature ___ Zope-Dev maillist -

Re: [Zope-dev] Logging after ConflictError Retries

2005-06-09 Thread Dieter Maurer
Malcolm Cleaton wrote at 2005-6-9 10:13 +0100: After a ConflictError causes a request to be retried, a few things go a bit wrong with error handling and logging in the Zope server. 1. If the request is abandoned after repeated ConflictErrors, no error at all appears in the error log. Right:

Re: ZClass problem in 2.8 (Was: Re: [Zope-dev] Upcoming Zope 2.8 release)

2005-06-09 Thread Dieter Maurer
John Barratt wrote at 2005-6-9 16:54 +1000: ... I would hence suspect the wrapping, and/or behaviour of the object and/or context to be somehow different? A long time ago, Shane posted a very useful function to analyse acquisition wrappers: showaq. Maybe, the mailing list archive is still able

Re: [Zope] how to authenticate myself and how to not

2005-06-09 Thread Lennart Regebro
On 6/9/05, Wim Bekker [EMAIL PROTECTED] wrote: Hi, If I want to edit a page, I have to be authenticated and zope ask me to with a login dialog. How can I call this dialog from dtml or python? (i want to switch from user to another user). You can't. The idea with authentication is that

Re: [Zope] Product architecture question (long)

2005-06-09 Thread Nikko Wolf
Dieter Maurer wrote: Nikko Wolf wrote at 2005-6-7 14:25 -0600: - I do not want ANY access by unauthorized users. Obviously they must be able to reach a login page, and get instructions on how to request an account, password reset, etc. Put all content in a subfolder of

Re: [Zope] Product architecture question (long)

2005-06-09 Thread Paul Winkler
On Thu, Jun 09, 2005 at 11:34:31AM -0600, Nikko Wolf wrote: However my question is this -- is it necessary for me to shutdown zope to snapshot the directory? Given the times of access, I'm *almost* guaranteed that it's been idle for 1+ hours when I do this (famous last words, though those

[Zope] Py-Toc and zope products

2005-06-09 Thread Ed Colmar
Greetings. I have been messing around with the py-TOC code, and am looking forward to implementing it into my zope/MySQL site. I think I am missing something about how to connect it to my zope folder class My goal with this is to tie in the AIM messages in with the folder class I am using

Re: Voodoo with ModuleSecurityInfo, was Re: [Zope] importing encode_base64

2005-06-09 Thread Dieter Maurer
Paul Winkler wrote at 2005-6-8 20:48 -0400: ... from Products.FooProduct import Utils return Utils.foo(context) And in Products/FooProduct/__init__.py, I had this: ModuleSecurityInfo('Products.FooProduct').declarePublic( 'blah', 'foo') This allows something like: from

Re: [Zope] Zope Permissions

2005-06-09 Thread Dieter Maurer
Nikko Wolf wrote at 2005-6-8 17:22 -0600: ... I did as you suggested but (in hindsight stupidly!) did not ensure that anyone else had permissions to View and Access contents information -- so even logged in as a Manager I could not access the /Home folder -- including the Security tab where I

Re: [Zope] Pre-indexing filter and accented letters

2005-06-09 Thread Dieter Maurer
Please stay on the list -- readded... Yuri wrote at 2005-6-9 13:18 +0200: Please read carefully the ZCatalog chapter of the Zope Book, when you do not understand why using a new name can help you with this... http://www.plope.com/Books/2_7Edition/SearchingZCatalog.stx there's no mention of

[Zope] undo many things

2005-06-09 Thread Rakotomandimby (R12y) Mihamina
Hi, If I want to undo a very early action, I have to also undo all the actions done after the one I want to undo. The problem is that the action to undo is 4 pages earlier, so that I want to one time check all the actions of the 4 last pages. How to manage it? Thank you :-) -- Miroir de

[Zope] Re: WebDav or Calendar.

2005-06-09 Thread Derrick Hudson
On Wed, Jun 01, 2005 at 10:15:18PM -0300, Fernando Lujan wrote: | Hi, | | I need a Calendar or WebDav product wich runs with Zope, allow me to | share my calendar with others users using mozilla Calendar, Sunbird. | evolution, outlook and so on...Something like OpenGroupware. Do | someone have a

[Zope] Pierugo Massolo/IT/ITC/ALSTOM is out of the office.

2005-06-09 Thread pierugo . massolo
I will be out of the office starting 09/06/2005 and will not return until 13/06/2005. I will respond to your message when I return. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope-DB] Re: [Zope] DCOracle2 compile problem

2005-06-09 Thread Piotr Kral
Dieter Maurer wrote: Michele Marcionelli wrote at 2005-1-20 08:09 +0100: ... dco2.c: In function `Cursor_bind': dco2.c:3393: `dword' undeclared (first use in this function) If you are unlucky, then Oracle dropped the ancient type definitions such as dword (double word). In this case,