[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py - Missing import

2005-09-21 Thread Sidnei da Silva
Log message for revision 38562: - Missing import Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py

[Zope-Coders] Zope tests: 8 OK

2005-09-21 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Sep 20 11:01:02 2005 UTC to Wed Sep 21 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Tue Sep 20 22:33:23 EDT

Re: [Zope-dev] Weird IndexableObjectWrapper + TopicIndex + aq_acquired interactions.

2005-09-21 Thread Lennart Regebro
Dieter, my man! Now, in our case, the object is an IndexableObjectWrapper, wrapping an Acquisition wrapped object. So, aq_acquire will Acquicision wrap the IndexableObjectWrapper, with the result that the object being used now has no context! Really? No? What is the aq_parent that

[Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py added FilelogHandler

2005-09-21 Thread Chris Withers
Is there any way this could use normal python loggers? logger = getLogger('progress') ? (and then with a more generic section in zope.conf for having more loggers configured...) Andreas Jung wrote: Log message for revision 38482: added FilelogHandler Changed: U

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py added FilelogHandler

2005-09-21 Thread Chris Withers
Andreas Jung wrote: This is basically a backport of ongoing work where we can't and want use the Zope logger. How come? Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope-Dev maillist

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py added FilelogHandler

2005-09-21 Thread Chris Withers
Andreas Jung wrote: This is basically a backport of ongoing work where we can't and want use the Zope logger. How come? Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope-Dev maillist

Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py added FilelogHandler

2005-09-21 Thread Andreas Jung
--On 21. September 2005 13:29:26 +0200 Chris Withers [EMAIL PROTECTED] wrote: Andreas Jung wrote: This is basically a backport of ongoing work where we can't and want use the Zope logger. How come? Basically a co-worker had the requirement to do some maintenance work on the ZCatalog

Re: [Zope-dev] Weird IndexableObjectWrapper + TopicIndex + aq_acquired interactions.

2005-09-21 Thread Dieter Maurer
Lennart Regebro wrote at 2005-9-21 08:18 +0200: ... What is the aq_parent that was used when wrapping the object? Eh, which one? The aq_chain of both the original aq wrapper and the indexableobjectrapper is correct. The aq_chain of the outside aq_wrapper is just [self]. Which seems expected,

Re: [Zope-dev] Weird IndexableObjectWrapper + TopicIndex + aq_acquired interactions.

2005-09-21 Thread Lennart Regebro
When an acquisition wrapper is formed, there always must some context (which is put into aq_parent). Well, as I can figure out this is the code that does the wrapping: /* Crap, we've got to construct a wrapper so we can use Wrapper_findattr */ UNLESS (self=newWrapper(self, Py_None,

[Zope] Title or ID question

2005-09-21 Thread Phil Beardmore
Hi All, this may be a simple question, and I'm still trying to get to grips with Plone so I hope you can help. I want to add the page title into a Plone Document, and also a Zope Page Template. I know in DTML is just a case of inserting the following line: dtml-var title_or_id But I'm unsure

Re: [Zope] Title or ID question

2005-09-21 Thread Peter Bengtsson
Try h2 tal:content=context/title_or_id/h2 2005/9/21, Phil Beardmore [EMAIL PROTECTED]: Hi All, this may be a simple question, and I'm still trying to get to grips with Plone so I hope you can help. I want to add the page title into a Plone Document, and also a Zope Page Template. I know

[Zope] reading values from radio buttons (python script)

2005-09-21 Thread Georgakopoulos Nicolas
I have made a form with various quetions . The answers are given by radio buttons and check boxes. When the user submit the form it is send to my e-mail by zope mailhost. How can I get the radio and checkbox values ? I only know to get values from text boxes... my code for the form is form

Re: [Zope] reading values from radio buttons (python script)

2005-09-21 Thread Lennart Regebro
On 9/21/05, Georgakopoulos Nicolas [EMAIL PROTECTED] wrote: I have made a form with various quetions . The answers are given by radio buttons and check boxes. When the user submit the form it is send to my e-mail by zope mailhost. How can I get the radio and checkbox values ? I only know to

[Zope] No access to ZMI but plone instances work

2005-09-21 Thread Michael Zimmermann
Hi there, after an upgrade from debian woody to debian sarge I do have the problem that I can not access the ZMI any more. I. e. if I do some.domain.com:8080/manage my browser is unable to show the page and complains about: text/x-unknown-content-type. But if I access a plone instance located in

Re: [Zope] how to programmatically control zope?

2005-09-21 Thread bruno modulix
David Pratt wrote: Hi. This discussion has really helped me with my question about running asynchronous methods also since these kinds of requests could be cronned at the very least. But what about triggering this kind of script from the running zope instance. Is this possible? Two

Re: [Zope] Title or ID question

2005-09-21 Thread Paul Winkler
Try h2 tal:content=context/title_or_id/h2 2005/9/21, Phil Beardmore [EMAIL PROTECTED]: Hi All, this may be a simple question, and I'm still trying to get to grips with Plone so I hope you can help. I want to add the page title into a Plone Document, and also a Zope Page Template. I know

Re: [Zope] Multiple ZODB for virtual hosts with ZEO

2005-09-21 Thread David Pratt
Hi Dieter! This is really nice to know. Zope is really flexible and so awesome as a result. If I wanted to configure with multiple zodb for a single ZEO server you say there may be a possible downside in requiring a single ZEO server per database instance further down the road. Is this

Re: [Zope] Multiple databases/instances

2005-09-21 Thread David Pratt
Hi Eric. I am in the same boat and trying to determine a similar issue. I want to use ZEO because of what I can to to perform maintenance and testing without affecting production sites. I know it is not a problem to work with a mount point (separate database) for each virtual site in a single

Re: [Zope] how to programmatically control zope?

2005-09-21 Thread David Pratt
Hi Bruno. Many thanks you for your reply. Yes, I have been looking at this more. With the help of Ron a few days back I am going to try a signaling process working with a daemon that uses a queue. So I am hoping for user to get response so zope thread is freed up, an asynchronous python

[Zope] CPSSkins perfs

2005-09-21 Thread Jean-Marc Orliaguet
Hi! I usually don't read the posts on zope-list, but I found this one: http://mail.zope.org/pipermail/zope/2005-September/161330.html sorry this is a bit old, but ... M. Davis, what are your benchmark figures based on? I just ran a quick benchmark on Plone's front page and found: siege -v

Re: [Zope] No access to ZMI but plone instances work

2005-09-21 Thread Dieter Maurer
Michael Zimmermann wrote at 2005-9-21 12:57 +0200: after an upgrade from debian woody to debian sarge I do have the problem that I can not access the ZMI any more. I. e. if I do some.domain.com:8080/manage my browser is unable to show the page and complains about: text/x-unknown-content-type. Use

Re: [Zope] Re: Getting at third-party modules in dtml?

2005-09-21 Thread Dieter Maurer
Paul Winkler wrote at 2005-9-20 14:02 -0500: ... I have to say that's pretty darn obscure behavior. It's the antithesis of self-documenting, and I've never seen it used before. Is this documented somewhere? It is the ancient product initialization -- used by the first products: e.g. DTML

[Zope] schema won't update - persistant .pyc files??

2005-09-21 Thread michael nt milne
I've been trying to edit basic text information in a product schema, the member.py of the Samplex tutorial but the text I enter simply won't update through to the form on the website. I've tried everything, including flushing the cache and refreshing the product, re-starting etc. Seems like Zope

[Zope] Problems getting server running in debug mode

2005-09-21 Thread michael nt milne
Has anyone had any problems running in debug mode? I took out the # in the zope.conf file next to - debug-mode on which would set it to be on. However my server wouldn't come back up so I had to turn it off. Zope Version (Zope 2.8.0-final, python 2.3.5, linux2) Python Version 2.3.5

Re: [Zope] schema won't update - persistant .pyc files??

2005-09-21 Thread Peter Bengtsson
Is this a plone site? If so, try going to localhost:8080/plone1/portal_memberdata/base_edit and press the Save button. 2005/9/21, michael nt milne [EMAIL PROTECTED]: I've been trying to edit basic text information in a product schema, the member.py of the Samplex tutorial but the text I enter

Re: [Zope] Problems getting server running in debug mode

2005-09-21 Thread Peter Bengtsson
When you switch debug-mode on, do you start zope with ./bin/runzope ? and if so, what are the error messages if any? 2005/9/21, michael nt milne [EMAIL PROTECTED]: Has anyone had any problems running in debug mode? I took out the # in the zope.conf file next to - debug-mode on which would set

[Zope] Membership website

2005-09-21 Thread Javier Godinez
Anyone, Hi, noo-bee here, I need some direction, not sure if I should build my site from the ground up, or if there are templates that I can use out there. I am trying to decide how to go about building site where users can signup for an account by confirming their email address. They will also