[Zope-dev] NOTICE: zope.org server move

2008-06-11 Thread Jens Vagelpohl
The zope.org-related servers and services maintained by Zope Corporation will be moving to a new home late Thursday night Eastern Standard Time. What services are affected? --- The most important service addresses include... - www.zope.org - svn.zope.org -

Re: [Zope-dev] Container bug with unicode traversal

2008-06-11 Thread Christophe Combelles
I've just found it's a duplicate of #163149. I'll commit the fix. Christophe Christophe Combelles a écrit : Hi, If an object with a unicode name is copied then deleted, there is a unicode error. I've reported it here: https://bugs.launchpad.net/zope3/+bug/238579 This is annoying because

Re: [Zope-dev] Container bug with unicode traversal

2008-06-11 Thread Christophe Combelles
Since the problem can be reproduced with a very simple manipulation and leads to an unusable user account (it occured for me in a production application), I think it is worth releasing zope.app.container 3.6.1 and backporting to 3.5.x so the fix be available in zope 3.4 Christophe Christophe

[Zope-dev] Zope Tests: 5 OK

2008-06-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Jun 10 11:00:00 2008 UTC to Wed Jun 11 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Tue Jun 10 21:02:57 EDT 2008 URL:

[Zope-dev] Re: [Zope3-Users] NOTICE: zope.org server move

2008-06-11 Thread Marius Gedminas
On Wed, Jun 11, 2008 at 01:22:18AM -0500, Jens Vagelpohl wrote: The zope.org-related servers and services maintained by Zope Corporation will be moving to a new home late Thursday night Eastern Standard Time. How long will the outage last? The servers will be

Re: [Zope-dev] Re: [Zope3-Users] NOTICE: zope.org server move

2008-06-11 Thread Jens Vagelpohl
On Jun 11, 2008, at 06:05 , Marius Gedminas wrote: On Wed, Jun 11, 2008 at 01:22:18AM -0500, Jens Vagelpohl wrote: The zope.org-related servers and services maintained by Zope Corporation will be moving to a new home late Thursday night Eastern Standard Time. How long will the outage

[Zope-dev] git mirror of svn://svn.zope.org/repos/main ?

2008-06-11 Thread Jeff Kowalczyk
I was going to ask this question anyway, but perhaps it's more timely with the scheduled server move: Has anyone made a git clone of svn://svn.zope.org/repos/main suitable for public mirroring on github, etc.? ___ Zope-Dev maillist -

[Zope-dev] status zc.yuiresource

2008-06-11 Thread Martijn Faassen
Hi there, I saw Jim started work on a zc.yuiresource, but then stopped before it did anything useful. I assume it was going to make the YUI libraries available as a resource library. The strategy would be to check in a release of YUI, add the right ZCML, and then release the whole thing as

[Zope-dev] buildbot failure in Zope on z3c.schemadiff

2008-06-11 Thread ct
The Buildbot has detected a new failure of z3c.schemadiff on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/z3c.schemadiff/builds/36 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named

[Zope-dev] buildbot failure in Zope on zc.comment

2008-06-11 Thread ct
The Buildbot has detected a new failure of zc.comment on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zc.comment/builds/98 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named 'zc.comment

[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another. Yes, using the export/import mechanism. Jim -- Jim Fulton Zope Corporation

Re: [Zope-dev] buildbot failure in Zope on z3c.schemadiff

2008-06-11 Thread Marius Gedminas
On Wed, Jun 11, 2008 at 07:00:14PM +0200, [EMAIL PROTECTED] wrote: The Buildbot has detected a new failure of z3c.schemadiff on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/z3c.schemadiff/builds/36 Buildbot URL: http://zopebuildbot.whq.gocept.com/ By the way, can

Re: [Zope-dev] status zc.yuiresource

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 12:09 PM, Martijn Faassen wrote: Hi there, I saw Jim started work on a zc.yuiresource, but then stopped before it did anything useful. I assume it was going to make the YUI libraries available as a resource library. The strategy would be to check in a release of YUI,

Re: [Zope-dev] buildbot failure in Zope on zc.comment

2008-06-11 Thread Marius Gedminas
On Wed, Jun 11, 2008 at 08:03:01PM +0200, [EMAIL PROTECTED] wrote: The Buildbot has detected a new failure of zc.comment on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zc.comment/builds/98 ... Failure in test

[Zope-dev] Re: status zc.yuiresource

2008-06-11 Thread Martijn Faassen
Jim Fulton wrote: On Jun 11, 2008, at 12:09 PM, Martijn Faassen wrote: I saw Jim started work on a zc.yuiresource, but then stopped before it did anything useful. I assume it was going to make the YUI libraries available as a resource library. The strategy would be to check in a release of

Re: [Zope-dev] Re: status zc.yuiresource

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 3:28 PM, Martijn Faassen wrote: ... Ah, yes. I don't like the loader but that's mostly because you can't use it for your own extensions as far as I could figure out. http://developer.yahoo.com/yui/yuiloader/#addmodule ... I was just thinking about making the minimal

[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Stephan Richter
On Wednesday 11 June 2008, Jim Fulton wrote: On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another. Yes, using the export/import mechanism.

[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 4:22 PM, Stephan Richter wrote: On Wednesday 11 June 2008, Jim Fulton wrote: On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another.

[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Stephan Richter
On Wednesday 11 June 2008, Jim Fulton wrote: Stupid question: Which one? I tried straight xmlpickle and got some   errors randomly. I was referring to the binary export/import, which is the only one   supported by ZODB, afaik, although it's been a very long time since I   looked at that

[Zope-dev] Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 7:51 PM, Stephan Richter wrote: On Wednesday 11 June 2008, Jim Fulton wrote: Stupid question: Which one? I tried straight xmlpickle and got some errors randomly. I was referring to the binary export/import, which is the only one supported by ZODB, afaik, although it's

[Zope-dev] buildbot failure in Zope on zope.psycopgda

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.psycopgda on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.psycopgda/builds/85 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named

[Zope-dev] buildbot failure in Zope on zope.app.session

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.app.session on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.app.session/builds/115 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named

[Zope-dev] buildbot failure in Zope on zope.app.container

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.app.container on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.app.container/builds/127 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named

[Zope-dev] buildbot failure in Zope on zope.app.externaleditor

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.app.externaleditor on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.app.externaleditor/builds/99 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler

[Zope-dev] buildbot failure in Zope on zope.app.applicationcontrol

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.app.applicationcontrol on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.app.applicationcontrol/builds/100 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly

[Zope-dev] buildbot failure in Zope on zope.app.zcmlfiles

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.app.zcmlfiles on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.app.zcmlfiles/builds/99 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named

[Zope-dev] buildbot failure in Zope on zope.configuration

2008-06-11 Thread ct
The Buildbot has detected a new failure of zope.configuration on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/zope.configuration/builds/91 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named