[Zope-dev] ZGDChart product...

2000-10-24 Thread zope
ECTED]) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )

[Zope-dev] UML reverse engineering on ZClasses - I need some help

2000-11-28 Thread zope
Hi! I am currently developing a tool for reverse engineering ZClasses into UML using ObjectDomain and JPython. this tool connects directly to a Zope instance and queries the ZClass entities, methods and inheritance relations by calling a set of utility methods that I implemented as External

[Zope-dev] Re: Thanks :)

2004-03-18 Thread Zope
___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )

RE: [Zope-dev] Threads, Locks, Volatility, and Angst

2004-03-31 Thread zope
/exUserFold er/exUserFolder.py?content-type=text%2Fplain&rev=1.91 Regards, Sandor > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Beatty > Sent: Wednesday, March 31, 2004 4:26 PM > To: [EMAIL PROTECTED] > Subject: [Zope-

RE: [Zope-dev] manage_permission from script

2004-04-07 Thread zope
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Erik A.Dahl > Sent: Wednesday, April 07, 2004 5:40 PM > To: [EMAIL PROTECTED] > Subject: [Zope-dev] manage_permission from script > > > I'm trying to use manage_permission from a script against the root

RE: [Zope-dev] manage_permission from script

2004-04-07 Thread zope
w', ['Owner']) Sandor ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail

RE: [Zope-dev] Re: [Zope3-dev] proposal: serving static content faster

2004-04-08 Thread zope
> In fact, Zope puts large files (the threshold is around 256K - 512K) > into a temporary file before serving them, to free up application > threads. It's a tremendous handicap. I'm working on a product which serves files from the filesystem. The data retrieval method

RE: [Zope-dev] Thread in ZODB

2004-04-10 Thread zope
TECTED] On Behalf Of Andre Meyer > Sent: Saturday, April 10, 2004 3:34 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Zope-dev] Thread in ZODB [...] > I have a multi-threaded Python application that I want to > link to Zope. > Site Error > An error was encountered w

[Zope-dev] circular referenced persistent objects

2004-04-10 Thread zope
ds, Sandor ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )

RE: [Zope-dev] Re: circular referenced persistent objects

2004-04-12 Thread zope
his trick only for exploring ZODB behavior. The application doesn't do any nasty tricks. Regards, Sandor ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related li

[Zope-dev] order of transaction aborts

2004-04-20 Thread zope
___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )

RE: [Zope-dev] Zope head broken on cygwin?

2004-05-11 Thread zope
> I'm surprised it works for you under OpenBSD. The HEAD is broken "Works" meant it did not produce the same error on OpenBSD on the second startup. I didn't go further. > currently because database mounts don't work. See the thread > started by > http://

[Zope-dev] Zope head broken on cygwin?

2004-05-10 Thread zope
Something is not right with the Zope 2.x cvs head on cygwin. I used yesterdays checkout of Zope and Python 2.3 maintenance branch. The same combo works on OpenBSD. Here's the story: [EMAIL PROTECTED] /zope/cvszope/bin $ /zope/python23/bin/python ./mkzopeinstance.py Please choose a directo

RE: [Zope-dev] XML-RPC incorrect 404 return code

2004-05-06 Thread zope
I reported this a few month ago with a patch and was told that it'll be applied 'soon': http://collector.zope.org/Zope/1175 IMHO the xml-rpc error handling is a mess. You can't define your own standard_error_message like method, sometimes it returns html code, sets the status

RE: [Zope-dev] XML-RPC incorrect 404 return code

2004-05-07 Thread zope
> You appear to have an itch... and you know what open source > says about itches ;-) Then I will try to fix these issues, I just wasn't sure if anyone cares. Regards, Sandor ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.

RE: [Zope-dev] Announce: Reusable Zope Public License 2.1

2004-05-15 Thread zope
> It is important that add-on products for Zope be released under the > ZPL. What is the reason for not using the verbatim 3-clause BSD license? The 4th clause in ZPL 2.1 is redundant, IANAL, though. The 5th is confusing. What's the situation with *BSD like ports where the source code

Re: [Zope-dev] root ZServer

2005-01-19 Thread zope
On Wed, Jan 19, 2005 at 05:04:53PM +1100, Alan Milligan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andreas Jung wrote: > > | There is zero need to relax this requirement. You only have to start > | Zope as root > I just explained you cannot start as roo

[Zope-dev] newbie question: parameter passing for ZSQL Object

2000-05-25 Thread zope
field4) VALUES (, , , ) (parameters should be integer values) Can anybody tell me how I can call this method and pass parameters from my DTML method? With , Zope gives me following error message: Zope has encountered an error while publishing this resource. Error Type: Bad Request Error Value: ['param1

[Zope-dev] define restricted list of meta types for subobjects

2001-06-19 Thread zope-mailinglist
t i want to set the permissions only for a specific product, independend of the instances location thx in advance, bernd ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] Question about 'The Zope Developer's Guide'

2003-10-28 Thread Baby Zope
Hi ! I have tried to find 'The Zope Developer's Guide' without lucky. Could you give me a location to download it? Thanks. _ Accede al romance online. Busca y encuentra a tu media naranja entre los perfiles que te

[Zope-dev] strange behavior of VirtualHostMonster

2004-02-04 Thread zope-dev
I have a zope-behind-an-apache configuration (OpenBSD 3.4, Zope2.7rc1, python 2.3.3, apache 1.3x). Inside the zope root, there's a folder called 'Instances', and inside this there's my custmo object (eLMS) called 'a': /Instances/a. A beforetraverse hook is regist

FW: [Zope-dev] strange behavior of VirtualHostMonster

2004-02-04 Thread zope-dev
ck on Of course, the popped item is 'a', that's the one with the beforetraversal hook, so if it's really put back on later, than the hook will run again. I think this is the explanation, but the question remains: how can I avoid the second call to the beforetraverse hook? Regards

RE: [Zope-dev] Product Access to Files

2004-03-09 Thread zope-dev
EMAIL PROTECTED] > Subject: [Zope-dev] Product Access to Files > > > Greetings. > > I'm developing a Python-based product that needs to serve up > a variety of XML files out of the product's directory. That > is, certain URLs handled by instances of a product-defined

[Zope-dev] permission management behaviour

2004-11-30 Thread bTurtle ZOpe
Methods' permission set. When the 'Owner' role is managed, the Permission 'Add Database Methods' is also added to the 'Manager' role. ('Owner' comes after 'Manager' in the roles list). Can someone explain why this is so? or what I am

Re: [Zope-dev] permission management behaviour

2004-12-03 Thread bTurtle ZOpe
AIL PROTECTED]>: > bTurtle ZOpe wrote at 2004-11-30 16:37 +0100: > > ... > >Can someone explain why this is so? or what I am doing wrong. > > I did not understand what you are trying to achieve. > > Do you want to: > > * determine the protection of methods

[Zope-dev] Online test tool

2005-05-10 Thread Zope User
Is there a zope product that will allow me to create an online test tool? Thanks! RT ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

[Zope-dev] ZCatalog "Key Error" question

2006-08-31 Thread zope-dev
I have a Zope product that relies heavily on a ZCatalog to search for objects within a folder matching certain criteria. The ZCatalog frequently becomes corrupt, and on searching the catalog, the catalog gives me key errors. I'm trying to figure out what causes the corruption so I can

[Zope-dev] ZODB.POSException.ConflictError on attribute assignment

2006-09-01 Thread zope-dev
I'm getting a ZODB.POSException.ConflictError in the following code in a Custom Zope Product, and I'm hoping someone can enlighten me on how to fix it. # nd is a folder with a sub-folder "Categories # "NDCategory" is a custom Zope product I wrote that does not ha

Re: [Zope-dev] ZODB.POSException.ConflictError on attribute assignment

2006-09-01 Thread zope-dev
. If you have any insight nere, I'd appreciate it. Best, Brian On Fri, 01 Sep 2006 09:40:24 +0100, "Chris Withers" <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote: > > I'm getting a ZODB.POSException.ConflictError in the following code in a > > Custom Zop

Re: [Zope-dev] ZCatalog "Key Error" question

2006-09-01 Thread zope-dev
e object from multiple threads. Is there a good article that you know of that I could find out more about thread-safe programming in ZEO? Best, Brian On Fri, 01 Sep 2006 09:27:41 +0200, "Andreas Jung" <[EMAIL PROTECTED]> said: > > > --On 1. September 2006 02:54:26 -04

Re: [Zope-dev] ZCatalog "Key Error" question

2006-09-01 Thread zope-dev
Module Products.ZCatalog.Catalog, line 520, in getScoredResult KeyError: -464571725 On Fri, 1 Sep 2006 19:11:12 +0200, "Dieter Maurer" <[EMAIL PROTECTED]> said: > [EMAIL PROTECTED] wrote at 2006-9-1 02:54 -0400: > >I have a Zope product that relies heavily on a ZCatalog

Re: [Zope-dev] ZCatalog "Key Error" question

2006-09-03 Thread zope-dev
ost last): > >> ... > >> - Physical Path: /nephron_links/news_dtml > >> Module DocumentTemplate.DT_String, line 476, in __call__ > >> Module DocumentTemplate.DT_In, line 465, in renderwb > >> Module DocumentTemplate.DT_In, line 747, in sort_sequence &

[Zope-dev] Documentation on get_transaction().commit(...)

2006-09-05 Thread zope-dev
ce, LLC [EMAIL PROTECTED] http://www.robocommerce.com 800-644-7626 _______ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-

[Zope-dev] get_transaction().commit() stops execution

2006-09-05 Thread zope-dev
In my custom Zope Product (in python), get_transaction().commit() halts execution (without throwing an exception). Is this the proper behavior? If it is, then how do you commit what you've done so far without halting execution? And, if not, what would cause it to halt execution? Thank y

[Zope-dev] Last-Minute Gifts on Sale!

2007-12-09 Thread zope-dev
DALE, INC. 2007 33 East Minor Street, Emmaus, PA 18098, Attn: Customer Service ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )

Re: [Zope-dev] ZCatalog : UTF-8 Chinese

2000-09-25 Thread Zope mailing lists
ng this failure? What I can do to go further? It is possible you are having an issue with the way the splitter is used on the search term input side. Several of us have found bugs in that area. We've fixed the ones we've found, but there may be more . Run zope in debug mode ("the

Re: [Zope-dev] ZCatalog with UTF-8 Chinese

2000-09-28 Thread Zope mailing lists
d', 'or', ('test', '...' 'of')), 'or', 'searching') I'm least sure of those parens around test...of. Maybe this will at least give you a clue to enable you to figure out what the code *really* does . --RDM ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )

[Zope-dev] zopectl 0.0.1

2001-01-08 Thread Zope mailing lists
I recently released 'zopectl', a python script that acts as a configurable front end to the z2.py script, implementing the defacto standard unix process control commands: zopectl start, zopectl stop, zopectl restart. I wrote it to simplify management of a server that runs several zope

Re: [Zope-dev] python script

2001-01-10 Thread Zope mailing lists
rs most likely to be confused are the ones least likely to be using scripts at the os level. --RDM ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http:

RE: [Zope-dev] New UI for 2.3

2001-01-12 Thread Zope mailing lists
innable' project? All that said, I applaud the "management quick fixes". Thanks, guys. --RDM ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )

[Zope-dev] ZPatterns implementation question: images attributes?

2001-01-13 Thread Zope mailing lists
other object data is pulled from an SQL database. I don't mind storing the Images in the ZODB, but I'm having a hard time finguring out how I would implement that. Pointers or alternate design suggestions welcome. --RDM ___ Zope-Dev maillist

Re: [Zope-dev] ZPatterns implementation question: images attributes?

2001-01-13 Thread Zope mailing lists
hat correspondence ever breaks, it'll be a sign that its time to promote the images to their own specialist... I think I'm slowly getting the hang of this. Now, if I can just manage to finish reading Coad... --RDM ___ Zope-Dev maillis

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Zope mailing lists
would be the right decision. It gives you and others using your code the maximum flexability. Unfortunately I don't have much input on your question about real-life scalability...the most I've done is stored 6 small objects in a hierarchy of zope folders, indexed b

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Zope mailing lists
BTree module that comes with zope, each in their own way. (Note that that module has some issues with DB activity on writes, which I believe someone is eventually going to fix...) > Hmm. John Eikenberry mentioned a slowdown with about 50,000 > objects on partial-match searches, bu

[Zope-dev] zope 2.3.0 upgrade bug: inituser trashes existing user

2001-01-29 Thread Zope mailing lists
tree EMarket installed in the instance products folder. RedHat Linux 5.2 (I think, how do you tell on a linux system?) python from RPMs, zope 2.3.0 from source install (wo_pcgi). I upgraded an existing site by simply changing my zopectl (see my product) PYTHONHOME setting to the 2.3.0 tree, shu

[Zope-dev] 2.3.0 bug in fmt=?

2001-02-02 Thread Zope mailing lists
___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )

[Zope-dev] 2.3.0 bug in fmt=?

2001-02-02 Thread Zope mailing lists
produces a blank, no matter what the value of somevar. I could swear this works in other versions of zope, but it seems like an awfully fundamental bug to have slipped through the 2.3.0 release process. Can anyone tell me what stupid thing I'm doing wrong?

Re: [Zope-dev] freebsd file: table is full when starting zope2

2001-02-14 Thread Zope mailing lists
On Wed, 14 Feb 2001, Sin Hang Kin wrote: > When starting Zope2.3 from the freebsd box, the kernel says : file: table is > full. > > The kern.maxfiles is set to 1064, does zope really need that many? what > number should I need to make zope happy? I noticed this problem with Zop

[Zope-dev] Zope Tests: 3 OK, 2 Unknown

2008-10-14 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Oct 13 11:00:00 2008 UTC to Tue Oct 14 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-2.11 Python-2.4.4 : Linux From: Zope Tests Date: Mon Oct 13 20:56:33 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Oct 14 11:00:00 2008 UTC to Wed Oct 15 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 Oct 14 20:54:23 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Oct 15 11:00:00 2008 UTC to Thu Oct 16 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: Wed Oct 15 20:54:55 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-17 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Oct 16 11:00:00 2008 UTC to Fri Oct 17 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: Thu Oct 16 20:50:58 EDT 2008 URL: http

[Zope-dev] Zope Tests: 4 OK

2008-10-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Oct 17 11:00:00 2008 UTC to Sat Oct 18 11:00:00 2008 UTC. There were 4 messages: 4 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Fri Oct 17 20:47:41 EDT 2008 URL: http

[Zope-dev] Zope Tests: 4 OK

2008-10-19 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Oct 18 11:00:00 2008 UTC to Sun Oct 19 11:00:00 2008 UTC. There were 4 messages: 4 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sat Oct 18 20:48:16 EDT 2008 URL: http

[Zope-dev] Zope Tests: 4 OK

2008-10-20 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Oct 19 11:00:00 2008 UTC to Mon Oct 20 11:00:00 2008 UTC. There were 4 messages: 4 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sun Oct 19 20:46:48 EDT 2008 URL: http

[Zope-dev] Zope Tests: 4 OK

2008-10-21 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Oct 20 11:00:00 2008 UTC to Tue Oct 21 11:00:00 2008 UTC. There were 4 messages: 4 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Mon Oct 20 20:46:45 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-22 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Oct 21 11:00:00 2008 UTC to Wed Oct 22 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 Oct 21 20:56:11 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-23 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Oct 22 11:00:00 2008 UTC to Thu Oct 23 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: Wed Oct 22 20:57:29 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-24 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Oct 23 11:00:00 2008 UTC to Fri Oct 24 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: Thu Oct 23 20:55:28 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 OK

2008-10-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Oct 24 11:00:00 2008 UTC to Sat Oct 25 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: Fri Oct 24 20:56:52 EDT 2008 URL: http

[Zope-dev] Zope Tests: 5 Failed

2008-10-26 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Oct 25 12:00:00 2008 UTC to Sun Oct 26 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (failures=1) : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sat Oct 25 20:59:16 EDT 2008

[Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-10-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Oct 26 12:00:00 2008 UTC to Mon Oct 27 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (failures=3, errors=4) : Zope-trunk Python-2.4.4 : Linux From: Zope Tests Date: Sun Oct 26 22:03

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-10-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Oct 27 12:00:00 2008 UTC to Tue Oct 28 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.4 : Linux From: Zope Tests Date: Mon Oct 27 22:12:19 EDT

[Zope-dev] Zope Tests: 4 OK, 2 Unknown

2008-10-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Oct 28 12:00:00 2008 UTC to Wed Oct 29 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Oct 29 04:24:18 EDT 2008 URL: http

[Zope-dev] Zope Tests: 4 OK, 1 Failed, 1 Unknown

2008-10-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Oct 29 12:00:00 2008 UTC to Thu Oct 30 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.5.2 : Linux From: Zope Tests Date: Thu Oct 30 03:18:23 EDT

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-10-31 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Oct 30 12:00:00 2008 UTC to Fri Oct 31 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Oct 30 22:12:28 EDT

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-01 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Oct 31 12:00:00 2008 UTC to Sat Nov 1 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Fri Oct 31 22:06:48 EDT

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-02 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Nov 1 12:00:00 2008 UTC to Sun Nov 2 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sat Nov 1 22:07:21 EDT

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-03 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 2 12:00:00 2008 UTC to Mon Nov 3 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sun Nov 2 21:13:34 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-04 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 3 12:00:00 2008 UTC to Tue Nov 4 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Mon Nov 3 21:10:28 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Nov 4 12:00:00 2008 UTC to Wed Nov 5 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Tue Nov 4 21:08:38 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-06 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Nov 5 12:00:00 2008 UTC to Thu Nov 6 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Nov 5 20:39:55 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-07 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Nov 6 12:00:00 2008 UTC to Fri Nov 7 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Nov 6 20:41:36 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Nov 7 12:00:00 2008 UTC to Sat Nov 8 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Fri Nov 7 20:40:54 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-09 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Nov 8 12:00:00 2008 UTC to Sun Nov 9 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sat Nov 8 20:36:49 EST

[Zope-dev] Zope Tests: 6 Unknown

2008-11-10 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 9 12:00:00 2008 UTC to Mon Nov 10 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-2.8 Python-2.3.7 : Linux From: Zope Tests Date: Sun Nov 9 19:32:25 EST 2008 URL: http

[Zope-dev] Zope Tests: 1 OK, 5 Unknown

2008-11-11 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 10 12:00:00 2008 UTC to Tue Nov 11 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-2.9 Python-2.4.5 : Linux From: Zope Tests Date: Mon Nov 10 19:50:47 EST 2008 URL: http

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-12 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Nov 11 12:00:00 2008 UTC to Wed Nov 12 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Tue Nov 11 20:34:55 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-13 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Nov 12 12:00:00 2008 UTC to Thu Nov 13 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Nov 12 20:39:40 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-14 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Nov 13 12:00:00 2008 UTC to Fri Nov 14 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Nov 13 20:38:27 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Nov 14 12:00:00 2008 UTC to Sat Nov 15 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Fri Nov 14 20:37:42 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Nov 15 12:00:00 2008 UTC to Sun Nov 16 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sat Nov 15 20:36:57 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-17 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 16 12:00:00 2008 UTC to Mon Nov 17 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sun Nov 16 20:38:04 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 17 12:00:00 2008 UTC to Tue Nov 18 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Mon Nov 17 20:38:19 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-19 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Nov 18 12:00:00 2008 UTC to Wed Nov 19 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Tue Nov 18 20:36:54 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-20 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Nov 19 12:00:00 2008 UTC to Thu Nov 20 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Nov 19 20:38:44 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-21 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Nov 20 12:00:00 2008 UTC to Fri Nov 21 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Nov 20 20:37:17 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-22 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Nov 21 12:00:00 2008 UTC to Sat Nov 22 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Fri Nov 21 20:39:49 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-23 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Nov 22 12:00:00 2008 UTC to Sun Nov 23 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sat Nov 22 20:39:31 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-24 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 23 12:00:00 2008 UTC to Mon Nov 24 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sun Nov 23 20:37:20 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Nov 24 12:00:00 2008 UTC to Tue Nov 25 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Mon Nov 24 20:37:41 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-26 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Nov 25 12:00:00 2008 UTC to Wed Nov 26 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Tue Nov 25 20:36:44 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Nov 26 12:00:00 2008 UTC to Thu Nov 27 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Nov 26 20:39:12 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Nov 27 12:00:00 2008 UTC to Fri Nov 28 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Nov 27 20:39:40 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Nov 28 12:00:00 2008 UTC to Sat Nov 29 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Fri Nov 28 20:38:21 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Nov 29 12:00:00 2008 UTC to Sun Nov 30 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sat Nov 29 20:38:43 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-12-01 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Nov 30 12:00:00 2008 UTC to Mon Dec 1 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=3) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Sun Nov 30 20:40:28 EST

[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-12-04 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Dec 3 12:00:00 2008 UTC to Thu Dec 4 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Wed Dec 3 20:26:53 EST

[Zope-dev] Zope Tests: 3 OK, 2 Failed

2008-12-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Dec 4 12:00:00 2008 UTC to Fri Dec 5 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Dec 4 20:28:38 EST

[Zope-dev] Zope Tests: 3 OK, 3 Failed

2008-12-06 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Dec 5 12:00:00 2008 UTC to Sat Dec 6 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=7) : Zope-2.11 Python-2.4.5 : Linux From: Zope Tests Date: Fri Dec 5 20:36:57 EST

  1   2   3   4   5   6   7   8   9   10   >