[Zope-Checkins] SVN: Zope/branches/2.10/ Acquisition wrappers now correctly proxy __contains__.

2006-06-02 Thread Florent Guillaume
Log message for revision 68458: Acquisition wrappers now correctly proxy __contains__. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Acquisition/_Acquisition.c U Zope/branches/2.10/lib/python/Acquisition/tests.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt Sync formatting with trunk.

2006-06-02 Thread Florent Guillaume
Log message for revision 68460: Sync formatting with trunk. Changed: U Zope/branches/2.10/doc/CHANGES.txt -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === --- Zope/branches/2.10/doc/CHANGES.txt 2006-06-02 14:34:52 UTC

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/PageTemplates/ Empty TALES path expressions are allowed in Zope 2.

2006-06-02 Thread Florent Guillaume
Log message for revision 68461: Empty TALES path expressions are allowed in Zope 2. http://www.zope.org/Collectors/Zope/2118 Changed: U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/ Merged r68461 from 2.10 branch:

2006-06-02 Thread Florent Guillaume
Log message for revision 68462: Merged r68461 from 2.10 branch: Empty TALES path expressions are allowed in Zope 2. http://www.zope.org/Collectors/Zope/2118 Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py U

[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt Add changelog entry for closed bug.

2006-06-02 Thread Tres Seaver
Log message for revision 68465: Add changelog entry for closed bug. Changed: U Zope/branches/2.10/doc/CHANGES.txt -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === --- Zope/branches/2.10/doc/CHANGES.txt 2006-06-02 16:04:44

Re: [Zope-dev] zeo server conflict resolving

2006-06-02 Thread Stefan H. Holek
You have to copy or symlink your Products directory into the ZEO instance. At least those Products it tries to load for conflict resolution. HTH, Stefan On 2. Jun 2006, at 10:21, M. Krainer wrote: How can I teach the zeo server to lookup my Products dir to resolve the conflict? --

Re: [Zope-dev] Re: zope2 requests VS zope3 requests

2006-06-02 Thread Stefan H. Holek
-1 The whole point of sticking with Zope2 is backward compatibility, isn't it? If I wanted something that doesn't run my old products and applications anymore I would go to Zope3 directly, why thank you. Please keep this in mind in your spree to make Zope2 look like Zope3. Backward

Re: [Zope-dev] zeo server conflict resolving

2006-06-02 Thread M. Krainer
Hi Stefan!Forgot to mention that this was actually the first thing I tried. But it doesen't work, asthe INSTANCE_HOME dir does also not show up in sys.path (in find_globals).- Markus On 6/2/06, Stefan H. Holek [EMAIL PROTECTED] wrote: You have to copy or symlink your Products directory into the

[Zope-dev] Re: __contains__ and acquisition problem?

2006-06-02 Thread Florent Guillaume
Ok I fixed this for Zope 2.10 and trunk: http://svn.zope.org/?view=revrev=68459 Florent Jim Fulton wrote: Anyway, the acquisition wrapper implementation hasn't been updated to handle many slots that were added in recent years, including __contains__. Jim Florent Guillaume wrote: Could

[Zope-dev] Re: SVN: Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py Revert unwanted checkin.

2006-06-02 Thread Florent Guillaume
Philipp von Weitershausen wrote: Tres Seaver wrote: Florent Guillaume wrote: Log message for revision 68445: Revert unwanted checkin. Changed: U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py -=- Modified:

[Zope-dev] Lazy expressions appear to cause memory leaks

2006-06-02 Thread Geoff Davis
In Zope 2.8+ there is a little known but very useful TALES feature: you can have expressions be lazily evaluated. For example, span tal:define=foo lazy:python:someExpensiveMethod() / The lazy: prefix causes the python expression to not be evaluated until foo is used somewhere. There appears to

Re: [Zope] Internet Explorer does not follows redirect, while Firefox does

2006-06-02 Thread Kees de Brabander
I guess your response means it does not solve your problem. However, I won't be able to help you further. It's just a trick that worked for me. Your use case must be different then. cb - Original Message - From: Marco Bizzarri [EMAIL PROTECTED] To: Kees de Brabander [EMAIL PROTECTED] Cc:

Re: [Zope] Ghost user in Zope 2.7.6 on Win32

2006-06-02 Thread Dale Strickland-Clark
On Friday 2006 June 02 03:49, David H wrote: Dale, I remember something odd like this from like 2 years ago ... did you delete a role that had been used previously for that user? If so, try re-adding even if its no longer used and see if that changes anything. Or maybe you could check the

Re: [Zope] Ghost user in Zope 2.7.6 on Win32

2006-06-02 Thread Dale Strickland-Clark
Nothing half so clever as a load balancer. There is only one Zope instance. On Friday 2006 June 02 03:55, Chris McDonough wrote: It *sounds* like you might be behind some sort of load balancer that's talking to completely different Zope instances depending on some randomness. Is there only

Re: [Zope] global name 'context' not defined in TrustedFSPageTemplate

2006-06-02 Thread Jürgen Herrmann
On Thu, June 1, 2006 18:13, Jürgen Herrmann wrote: On Thu, June 1, 2006 18:08, Jonathan wrote: - Original Message - From: Jürgen Herrmann [EMAIL PROTECTED] To: zope@zope.org Sent: Thursday, June 01, 2006 11:51 AM Subject: [Zope] global name 'context' not defined in

[Zope] left frame loads after a very long time

2006-06-02 Thread Raphael Pesche
Hi, loading the ZMI with a browser is usually a rather long process but since we updated the OS on our machine (Suse 10.1 with GCC 4.1) the left frame (manage_menu) needs now more than 4mn to be loaded eating all the cpu. We use a ZEO-configuration with Zope-2.8.7. I installed the

Re: [Zope] left frame loads after a very long time

2006-06-02 Thread Jonathan
- Original Message - From: Raphael Pesche [EMAIL PROTECTED] To: zope@zope.org Sent: Friday, June 02, 2006 7:20 AM Subject: [Zope] left frame loads after a very long time Hi, loading the ZMI with a browser is usually a rather long process but since we updated the OS on our

[Zope] ZServer SSL Howto

2006-06-02 Thread Baptiste Ancey
Hi all, I have my website on a zope instance with apache frontend. I'd like to have a private zone on my website with HTTPS. I've already read the ZServerSSL HowTo (http://www.zope.org/Members/ngps/ZServerSSL-HOWTO) - Is it the best solution to have both http and https parts on my website ? -

Re: [Zope] ZServer SSL Howto

2006-06-02 Thread Andreas Jung
--On 2. Juni 2006 14:20:05 +0200 Baptiste Ancey [EMAIL PROTECTED] wrote: Hi all, I have my website on a zope instance with apache frontend. I'd like to have a private zone on my website with HTTPS. I've already read the ZServerSSL HowTo (http://www.zope.org/Members/ngps/ZServerSSL-HOWTO)

[Zope] Re: relevance ranking in ZCTextIndex or equivalent

2006-06-02 Thread Miles Waller
Hi, Thanks for the help. From my investigations, it seems it's not possible to meet the requirements in a super-straightforward way - a query that uses several text indexes adds each individual score together, so the only output available is the total score. Trying to separate the scores

Re: [Zope] Internet Explorer does not follows redirect, while Firefox does

2006-06-02 Thread Gabriel Genellina
At Thursday 1/6/2006 07:49, Marco Bizzarri wrote: Ok, I've been able to experiment. All my pages have the following in the head section: meta http-equiv=Cache-Control content=no-cache meta http-equiv=Pragma content=no-cache meta http-equiv=Expires content=Date.Now

Re: [Zope] workflow product

2006-06-02 Thread Marco Bizzarri
You can try OpenFlow (http://www.openflow.it) Regards Marco On 6/1/06, Best [EMAIL PROTECTED] wrote: Hello! Are there any zope products for creating and managing workflows... I heard for a product called Metaflow but I can't find any download links :S Thanks in advance!

[Zope] refreshing external method

2006-06-02 Thread thomas desvenain
hello, is there any way to refresh External Method (as Extension/Install.py for exemple) without restarting zope, as product's refresh method ? thanks thomas ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] refreshing external method

2006-06-02 Thread Jonathan
- Original Message - From: thomas desvenain [EMAIL PROTECTED] To: zope@zope.org Sent: Friday, June 02, 2006 7:47 AM Subject: [Zope] refreshing external method hello, is there any way to refresh External Method (as Extension/Install.py for exemple) without restarting zope, as

Re: [Zope] Internet Explorer does not follows redirect, while Firefox does

2006-06-02 Thread Marco Bizzarri
Thanks Kees, I will check today and I will report if this solves the issue :-). Regards Marco On 5/31/06, Kees de Brabander [EMAIL PROTECTED] wrote: Either dtml-call RESPONSE.setHeader('pragma','no-cache') or dtml-call RESPONSE.setHeader('Expires',(_.DateTime()-1).rfc822()) or both in the

Re: [Zope-DB] Unicode - ISO 8859-1 conversion

2006-06-02 Thread Andreas Jung
--On 2. Juni 2006 12:08:09 +0200 Jonas Nielsen [EMAIL PROTECTED] wrote: I have a MySQL database with text in ISO 8859-1. However Plone displays strings in UTF-8. I am looking for a function to convert between ISO 8859-1 and unicode. (I am /not/ looking for a way to change how the strings are