[Zope-Coders] Zope tests: 8 OK

2005-09-12 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Sep 11 11:01:02 2005 UTC to Mon Sep 12 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: Sun Sep 11 22:22:07 EDT

Re: [Zope3-dev] Re: [Zope-dev] Speed win in Python's urllib.quote

2005-09-12 Thread Lennart Regebro
On 9/12/05, Chris Withers [EMAIL PROTECTED] wrote: Indeed, what would be the reasons for NOT including it? How should we go about measuring the speed difference this makes? How about: http://public-bertha.in.nuxeo.com/~ben/funkload/ I've seen it demoed, but never used it. It seems very cool.

[Zope-dev] Re: Speed win in Python's urllib.quote

2005-09-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: While profiling a page full of dynamically-generated links, I was interested to see Python's 'urllib._fast_quote' show up quite high in the total time list. After looking at it, I have found a pretty huge speed win available,

[Zope-dev] Re: [Zope3-dev] Re: Speed win in Python's urllib.quote

2005-09-12 Thread Martijn Pieters
Lennart Regebro wrote: How about: http://public-bertha.in.nuxeo.com/~ben/funkload/ Is this site ment to be public? The name doesn't resolve for me. Is the head from http://svn.nuxeo.org/trac/pub/browser/funkload/ sufficient? Martijn Pieters ___

[Zope-dev] Re: [Zope3-dev] Re: Speed win in Python's urllib.quote

2005-09-12 Thread Martijn Pieters
Martijn Pieters wrote: Is this site ment to be public? The name doesn't resolve for me. Is the head from http://svn.nuxeo.org/trac/pub/browser/funkload/ sufficient? Reply to self: in the zope3 list the answer to the above question has been found; it was Yes. Martijn Pieters

Re: [Zope] ERROR(200) KeywordIndex unindex_object could not remove documentId -702398584 from index workitems_from. This should not happen.

2005-09-12 Thread Chris Withers
Chris McDonough wrote: This is actually nothing to worry about. The error message doesn't take into account that the error it's reporting could be a conflict error (these are normal errors seen during Zope execution). The catalog probably shouldn't bother logging the error in this case.

[Fwd: Re: [Zope] ZTP mailhost ..]

2005-09-12 Thread Georgakopoulos Nicolas
---BeginMessage--- Peter Bengtsson wrote: There's a zope product called SecureMailHost. Perhaps that's what you're looking for. On 9/8/05, Georgakopoulos Nicolas [EMAIL PROTECTED] wrote: Lennart Regebro wrote: On 9/8/05, Georgakopoulos Nicolas [EMAIL PROTECTED] wrote:

[Zope] Re: ERROR(200) KeywordIndex unindex_object could not remove documentId -702398584 from index workitems_from. This should not happen.

2005-09-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Chris McDonough wrote: This is actually nothing to worry about. The error message doesn't take into account that the error it's reporting could be a conflict error (these are normal errors seen during Zope execution).

[Zope] Copying Data.fs to a different CPU architecture

2005-09-12 Thread Matthew X. Economou
My Zope server is currently an Alpha running FreeBSD. This computer's CPU is no longer working. I would like to restore my backup copy of Data.fs to a new computer, a PC running FreeBSD. Will this work as a straightforward copy, or will the two platform's differing byte orders (and word sizes)

Re: [Zope] Copying Data.fs to a different CPU architecture

2005-09-12 Thread Jake
Data.fs is platform independant. You will have to re-install any products or extensions in your new working Zope though. Jake -- http://www.ZopeZone.com Matthew X. Economou said: My Zope server is currently an Alpha running FreeBSD. This computer's CPU is no longer working. I would like

[Zope] Virtual Host Monster

2005-09-12 Thread Nicholas Wieland
I'm trying to use VHM to rewrite a pair of urls. What I want is to have a "normal" Zope on localhost:8080/, and an instance of a Product on localhost:8080/myProduct. The problem I'm having is that VHM locks me out from the root folder :( My mappings line is:

[Zope] About High Level Query Languages

2005-09-12 Thread Enrique Arizón
I was browsing different solutions/products to query the Catalog with a high level language similar to SQL and it looks to be more than one solution: http://www.zope.org/search?SearchableText=Query+Language The question is whether an standard query language exists or not yet for Zope/Plone.

Re: [Zope] Problem with Photo Folder

2005-09-12 Thread Peter Bengtsson
Just checking... sure you've got sufficient hardrive space? % df On 9/12/05, David [EMAIL PROTECTED] wrote: Hi Zope 2.7.5 / Photo Photo Folder product version 1.2.3 / Python 2.3.5 / Solaris 8 Intel We experience problems generating displays with the default settings on files larger then

Re: [Zope] Virtual Host Monster

2005-09-12 Thread Tino Wildenhain
Am Montag, den 12.09.2005, 17:08 +0200 schrieb Nicholas Wieland: I'm trying to use VHM to rewrite a pair of urls. What I want is to have a normal Zope on localhost:8080/, and an instance of a Product on localhost:8080/myProduct. The problem I'm having is that VHM locks me out from the root

[Zope] strange error with tiki-wiki when installing zope

2005-09-12 Thread Jon Savian
Hi Everyone, I have been using tiki-wiki for quite some time now. I just recently installed zope using # ./configure --prefix=/somedir/zope --with-python=/somedir/python-2.4.1 # make # make install I started Zope using #./zopectl start Now tiki-wiki is broken. When i view the tiki index page

[Zope] Re: strange error with tiki-wiki when installing zope

2005-09-12 Thread Martijn Pieters
Jon Savian wrote: Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = 88649354A1.yrs5kB5k My tiki-wiki is installed in /somedir2/tikiwiki Any idea as to whats wrong? Zope sets cookies, and one of them is called _ZopeId. As tiki-wiki

Re: [Zope] Re: strange error with tiki-wiki when installing zope

2005-09-12 Thread Jon Savian
Is there any workaround for this? Thanks!On 9/12/05, Martijn Pieters [EMAIL PROTECTED] wrote: Jon Savian wrote: Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = 88649354A1.yrs5kB5k My tiki-wiki is installed in /somedir2/tikiwiki Any idea

Re: [Zope] Re: strange error with tiki-wiki when installing zope

2005-09-12 Thread Peter Bengtsson
Try http://localhost:8080/browser_id_manager/manage_workspace On 9/13/05, Jon Savian [EMAIL PROTECTED] wrote: Is there any workaround for this? Thanks! On 9/12/05, Martijn Pieters [EMAIL PROTECTED] wrote: Jon Savian wrote: Now tiki-wiki is broken. When i view the tiki index page

Re: [Zope] Re: strange error with tiki-wiki when installing zope

2005-09-12 Thread Jon Savian
I deselected cookies, unfortunatly that still had no effecthmOn 9/12/05, Peter Bengtsson [EMAIL PROTECTED] wrote:Try http://localhost:8080/browser_id_manager/manage_workspaceOn 9/13/05, Jon Savian [EMAIL PROTECTED] wrote: Is there any workaround for this? Thanks! On 9/12/05, Martijn

[Zope] need help moving zope instance home data to new one w/ new python version

2005-09-12 Thread seberino
To move old zope instance home to new one can i just 1. make new zope instance home 2. copy over Data.fs? zope plone barfed on python2.4... must i downgrade to 2.3? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] need help moving zope instance home data to new one w/ new python version

2005-09-12 Thread Tino Wildenhain
Am Montag, den 12.09.2005, 21:52 -0700 schrieb [EMAIL PROTECTED]: To move old zope instance home to new one can i just 1. make new zope instance home 2. copy over Data.fs? zope plone barfed on python2.4... must i downgrade to 2.3? Yes. See doc/INSTALL.txt :-) One of the points is you