[Zope] newbie question: parameter passing for ZSQL Object

2000-05-26 Thread zope
, dtml-var param2, dtml-var param3, dtml-var param4) (parameters should be integer values) Can anybody tell me how I can call this method and pass parameters from my DTML method? With dtml-call insertItem, Zope gives me following error message: Zope has encountered an error while publishing

Re: [Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Zope
If you don't wan't to run Sun or HP-UX you could always look at one of the open *BSD clones. As I can recall both OpenBSD and FreeBSD have filsystems that manage 2GB files. /Johan Sven Hohage wrote: Hallo Jorgen, I write you cause I've got a question about Zope. You've posted

Re: [Zope] Numeric Check

2000-08-03 Thread Zope
... -- --- Diego Rodrigo Neufert -webmaster --- (Magic Web Design) (email) ([EMAIL PROTECTED]) (curitiba) (pr) ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Re: [Zope-dev] Cool, we like the . :-)

2000-08-17 Thread Zope
Jonothan Farr wrote: What if an object id contains a period? Yeah, Steve noticed that too :S What about dtml-:folder:object; How about dtml-zope.foo.bar; or dtml-app.foo.bar; //Johan Carlsson ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Can't connect Zope FTP from NAT

2000-08-30 Thread zope
I use reserved IP under NAT and try to connect a remote Zope FTP server. The connection can't be established. But if I am not under NAT and use a legal public IP, the ftp connection is very well. Is there any solution? ___ Zope maillist

[Zope] Python 1.6 makes Zope not work?!

2000-09-14 Thread zope
I was running Zope 2.2.0, and python 1.6a2 on linux. When I upgraded python to 1.6 release, I found that I can't run Zope again(Can go to the first, very simple page, and no further). The error msg are: WARNING: Python C API version mismatch for module ExtensionClass: This Python has API

[Zope] how to access the items of an array...

2000-10-03 Thread zope
" size="6" maxlength="4"/td /tr /dtml-in After submitting the form, dtml-var form_time_in gives me following result: ['112', 'sef', 'fg', '23', 'iuiu', 'tz', 'fgh', 'fgh'] My question is now how to access the different items of that array? Thanks a lot for y

[Zope] Fwd: [Zope] LDAP won't work - yes I've applied the patch

2000-10-05 Thread zope
(Object: ldap_user(uid='rmilner')) KeyError: cn ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-anno

[Zope] Problems with PoPy 1.4 ZPoPyDA 0.7

2000-10-17 Thread zope
I have a working install of Zope 2.2.2. I installed the python module PoPy 1.4 and then attempted to install the ZPoPyDA 0.7 DB adapter. The ZPoPyDA README said to run a configure script but there was none. So I just moved the ZPoPyDA directory it created into the lib/python/Products directory

[Zope] LDAP and zope2.2.2

2000-10-26 Thread zope
Hi. I'm using zope 2.2.2 and LDAPAdapter0.99 with the applied patch. I have configured an LDAP filter method called searchperson qith the filter 'uid=*'. So, how can I access the attributes and its values? dtml-var searchPerson gives me the whole array. Unfortunately, I can't access

[Zope] ZGDChart product...

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

[Zope] variable length forms...

2000-11-07 Thread zope
per line. form_time_out radiob1 radiob1 form_time_out radiob2 radiob2 form_time_out radiob3 radiob3 ... The contents of this form is submitted and I want to interpret the data with following method: 1: dtml-in "_.range(1, _.string.atoi(form_numpages)+1, 1)" 2: dtml-var

[Zope] logging for virtual hosts

2000-11-09 Thread zope
We are using SiteAccess to have multiple virtual hosts on one Zope Server. We would like to provide our customers with stats reports based on the zope log. But entries in the log don't contain any distinguishing information about the virtual host to which the entry applies. Short of hacking zope

Re: [Zope] bookmark importer

2000-11-10 Thread zope
"Philipp Dunkel" [EMAIL PROTECTED] writes: Hello guys I' have here a pyton file that allows you to import your bookmarks from IE. The following prob is that it works on windows98 zope 2.2.2 and not on a unix system. The file temp.txt stays empty and you get the message 'unable

Re: [Zope] logging for virtual hosts

2000-11-10 Thread zope
bytes, referer, user_agent, host ) ) Note that this puts the request hostname at the end of the log entry. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.or

Re: [Zope] LDAP variable problem

2000-11-13 Thread zope
ny who has the same problem) the solution was to add the following to each of your variables missing=nbsp; ...so that when Zope came across entries without that attribute it didn't barf. I now have one last problem. I can now access all entries from the LDAP directory using the notation d

Re: [Zope] LDAP variable problem

2000-11-13 Thread zope
ch of your variables missing=nbsp; ...so that when Zope came across entries without that attribute it didn't barf. I now have one last problem. I can now access all entries from the LDAP directory using the notation dtml-var sn missing = nbsp;- all except one - the "title&q

[Zope] DTML and SQL question...

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

Re: [Zope] ZClasses inheriting property(sheets) : yes/no?

2000-12-01 Thread zope
ad so far, I thought the answer was yes but I can't seem to figure out how to *get* at them. I created a ZClass called "Foo" that inherits a ZClass named "Meta". Meta had two properties : author and title but neither appear to be set when I create a new Foo object.

[Zope] URL Rewriting chaos - error message

2005-11-01 Thread zope
Oh, I'm getting Bad Gateway from httpd served site when trying stuff. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: URL Rewriting chaos

2005-11-02 Thread zope
the newer releases will make this work 'out of the box' please :-) thanks. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo

[Zope] Newbie install from source

2006-03-17 Thread zope
a folder called Plone-2.1 (presuming you have version 2.1), in which you will see a number of products folders, such as CMFPlone and CMFCore. Copy all these product folders (not the top-level Plone- folder) into ~/zope/instance1/Products/. The Plone-2.1.2/CMFPlone/install.txt lists

[Zope] Site Disappears!

2006-08-14 Thread zope
as well. I haven't been able to get the OS/IE version information I'd like, but I don't think this is a browser problem since (a) she could see the site fine before, and (b) she gets a Zope welcome page, indicating she's at least hitting my box. I find no errors in either the Zope error log nor

Re: [Zope] Site Disappears!

2006-08-14 Thread zope
this difficulty. I have asked my clients for OS/IE information but they haven't provided it. * the brower returns with something like the document contains no data (this means that Zope died) I thought I had mentioned (and if not, I apologize) that the message comes back Welcome to Web.vi \n

[Zope] Strange Log Entries...

2006-08-14 Thread zope
Hi; My HTTP requests are passed through a Pound reverse proxy to Zope instances. I can hit all clients' sites fine, but some people can't. I'm getting the following entries in my Zope log which seem to detail the problem at hand: NotFound: http://www.mrtablecloth-vi.com/verify-LAC_Compliance

Re: [Zope] Site Disappears!

2006-08-15 Thread zope
are the original problems I noticed in the error log in the Zope interface: NotFound: http://www.mrtablecloth-vi.com/verify-LAC_Compliance NotFound: http://www.mrtablecloth-vi.com/notified-LAC_Compliance These pages are not part of the Web site. What is LAC_Compliance? A Google turned up zero

[Zope] Log Rotation Script?

2006-08-15 Thread zope
Hi; Does anyone have a good log rotation script for rotating the Z2.log and event.log files? TIA, beno ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Log Files Not Logging

2006-08-15 Thread zope
as before I touched it. Did I do something wrong? Or am I just being impatient? TIA, beno ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

Re: [Zope] Log Files Not Logging

2006-08-15 Thread zope
. beno ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] RE: SALE 70% OFF

2008-03-12 Thread zope
___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Anjelina Jolie Free Video.

2008-08-05 Thread zope
The password on archive anjelina Angelina_Jolie.rar Description: Binary data ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[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] manage_permission from script

2004-04-07 Thread zope
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 application object. When I do I get the following

RE: [Zope-dev] manage_permission from script

2004-04-07 Thread zope
']) 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: [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 is the usual: def pushData

RE: [Zope-dev] Thread in ZODB

2004-04-10 Thread zope
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 while publishing this resource. Error Type

[Zope-dev] circular referenced persistent objects

2004-04-10 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] Re: circular referenced persistent objects

2004-04-12 Thread zope
tricks. Regards, 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

[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://mail.zope.org/pipermail/zope-dev/2004-April

[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 directory

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 code to 200 even

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.org/mailman

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 is patched

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 root ... | to get port 80

[Zope-DB] zope2 rdb and reconnect

2007-12-06 Thread zope
understanding correct that this is what should happen? If so, does this hold true for xmlrpc calls as well? I am using Zope2.9.8-Final, Five 1.4.4, and making requests with xmlrpc. -Kevin ___ Zope-DB mailing list Zope-DB@zope.org http://mail.zope.org

Re: [Zope] Catching SQL Exceptions in an external method

2000-05-23 Thread jq-zope
clear, simple, and wrong. -- H L Mencken ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Zope stops responding on hpux

2005-05-08 Thread zope-list
On Sun, 8 May 2005, Samuel Bieri wrote: I managed to compile GNU debug 6.1.1 on the hp-ux box. I hope it wasn't too much trouble. You could have gotten it from here: http://www.hp.com/go/wdb --- here I klick on a tal-obect in zope. Zope freezes. Then I kill zope. Program received signal SIGQUIT

[Zope] (no subject)

2006-07-18 Thread barrett-zope
I'm trying to get a handle on Zope and don't understand the rational behind the manage_changeProperties() method. Why, given an object called myObject with a title property, can I not change the title by saying simply: myObject.title='The new title

[Zope] (no subject)

2006-08-03 Thread barrett-zope
I'm new to Zope, though I've been writing Python for some time. I have a fresh installation to which I've added a simple Python script (code below) in the root directory. When I test the script through the ZMI or attempt to access it via the web, I get an error: Error Type: Unauthorized

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

2001-06-19 Thread zope-mailinglist
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! ** (Related lists

[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 interesan. http

[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 registered on 'a'. I configured two

FW: [Zope-dev] strange behavior of VirtualHostMonster

2004-02-04 Thread zope-dev
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, Sandor ___ Zope-Dev maillist

[Zope-dev] permission management behaviour

2004-11-30 Thread bTurtle ZOpe
added to the 'Manager' role. ('Owner' comes after 'Manager' in the roles list). Can someone explain why this is so? or what I am doing wrong. my setup is: Zope Version (unreleased version, python 2.3.3, linux2) Python Version 2.3.3 (#1, Apr 6 2004, 01:47:39) [GCC 3.3.3 (SuSE Linux)] regards

Re: [Zope-dev] permission management behaviour

2004-12-03 Thread bTurtle ZOpe
]: 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 by permissions? You would use ClassSecurityInfo

[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-09-01 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 stop

[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 have anything called bogus defined

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

2006-09-01 Thread zope-dev
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 Zope Product, Google for ConflictError Zope and read, a lot

Re: [Zope-dev] ZCatalog Key Error question

2006-09-01 Thread zope-dev
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 -0400 [EMAIL PROTECTED] wrote: I have a Zope product that relies heavily on a ZCatalog to search

Re: [Zope-dev] ZCatalog Key Error question

2006-09-01 Thread zope-dev
] wrote at 2006-9-1 02:54 -0400: 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

Re: [Zope-dev] ZCatalog Key Error question

2006-09-03 Thread zope-dev
Brian Rosenthal General Partner, RoboCommerce, 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

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

2006-09-05 Thread zope-dev
://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-announce http://mail.zope.org

[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 you

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

2007-12-09 Thread zope-dev
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 )

[Zope] Zope 4.6.2 released

2021-06-27 Thread Jens Vagelpohl via Zope
On behalf of Zope developer community I am pleased to announce the release of Zope 4.6.2. This bugfix release backports the stricter path expression traversal code from Zope 5. For the full list of changes see the change log at https://zope.readthedocs.io/en/4.x/changes.html#id1 Installation

[Zope] Zope 4.6.3 and 5.3 released with a security fix

2021-07-31 Thread Jens Vagelpohl via Zope
On behalf of Zope developer community I am pleased to announce the releases of Zope 4.6.3 and 5.3. This bugfix release solves a few minor issues and contains a security fix. For the full list of changes see the change logs at https://zope.readthedocs.io/en/4.x/changes.html#id1 and https

Re: [Zope] Zope 5.3 and webdav

2021-11-29 Thread Jens Vagelpohl via Zope
It does. not require ZServer. Take a look at https://zope.readthedocs.io/en/latest/operation.html#zope-configuration-reference „webdav-source-port“ jens > On 29. Nov 2021, at 18:45, Giampiero Benvenuti > wrote: > > Hello everyone, > > > I was reading the zope

Re: [Zope] Zope 5.3 and webdav

2021-11-29 Thread Jürgen Gmach via Zope
Hi Giampiero, last year I wrote down a couple of notes on how to set up Zope with WebDAV: https://jugmac00.github.io/til/how-to-access-via-webdav/ Maybe that helps. Cheers, Jürgen Am Mo., 29. Nov. 2021 um 18:45 Uhr schrieb Giampiero Benvenuti < giampiero.benven...@chiaroscuro.com>: &

Re: [Zope] A basic question I couldn't fine the answer on google

2021-07-19 Thread Jens Vagelpohl via Zope
Hi Giampiero, How you upgrade depends on how you installed the Zope instance in the first place. You don’t provide much information but it seems you have two separate installs now, one with Zope 5.1.2 and one with 5.2.1? It’s safe to copy the Data.fs between these installations, yes. Make sure

[Zope-Coders] Zope tests: 6 OK

2005-04-13 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Apr 12 11:01:02 2005 UTC to Wed Apr 13 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Tue Apr 12 22:40:36 EDT

[Zope-Coders] Zope tests: 6 OK

2005-04-15 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Thu Apr 14 11:01:02 2005 UTC to Fri Apr 15 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Thu Apr 14 22:42:38 EDT

[Zope-Coders] Zope tests: 6 OK

2005-04-18 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Apr 17 11:01:02 2005 UTC to Mon Apr 18 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun Apr 17 22:41:11 EDT

[Zope-Coders] Zope tests: 6 OK

2005-04-27 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Apr 26 11:01:02 2005 UTC to Wed Apr 27 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Tue Apr 26 22:41:15 EDT

[Zope-Coders] Zope tests: 4 OK, 2 Unknown

2005-04-28 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Apr 27 11:01:02 2005 UTC to Thu Apr 28 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Unknown --- Subject: UNKNOWN : Zope-trunk Python-2.3.5 : Linux From: Zope Unit Tests Date: Wed Apr 27 22:25:35 EDT 2005 URL: http

[Zope-Coders] Zope tests: 4 OK, 2 Unknown

2005-04-29 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Thu Apr 28 11:01:02 2005 UTC to Fri Apr 29 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Unknown --- Subject: UNKNOWN : Zope-trunk Python-2.3.5 : Linux From: Zope Unit Tests Date: Thu Apr 28 22:24:17 EDT 2005 URL: http

[Zope-Coders] Zope tests: 4 OK, 2 Unknown

2005-04-30 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Fri Apr 29 11:01:01 2005 UTC to Sat Apr 30 11:01:01 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Unknown --- Subject: UNKNOWN : Zope-trunk Python-2.3.5 : Linux From: Zope Unit Tests Date: Fri Apr 29 22:24:31 EDT 2005 URL: http

[Zope-Coders] Zope tests: 6 OK

2005-05-03 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon May 2 11:01:02 2005 UTC to Tue May 3 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon May 2 22:40:15 EDT

[Zope-Coders] Zope tests: 6 OK

2005-05-09 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun May 8 11:01:01 2005 UTC to Mon May 9 11:01:01 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun May 8 22:41:03 EDT

[Zope-Coders] Zope tests: 6 OK

2005-05-17 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon May 16 11:01:02 2005 UTC to Tue May 17 11:01:02 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon May 16 22:40:33 EDT

[Zope-Coders] Zope tests: 5 OK, 1 Failed

2005-05-18 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue May 17 11:01:01 2005 UTC to Wed May 18 11:01:01 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Test failures - Subject: FAILED (failures=1) : Zope-trunk Python-2.3.5 : Linux From: Zope Unit Tests Date: Tue May 17 22:46

[Zope-Coders] Zope tests: 6 OK

2005-05-20 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Thu May 19 11:01:01 2005 UTC to Fri May 20 11:01:01 2005 UTC. There were 6 messages: 6 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Thu May 19 22:40:47 EDT

[Zope-Coders] Zope tests: 8 OK

2005-06-12 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sat Jun 11 11:01:02 2005 UTC to Sun Jun 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: Sat Jun 11 23:24:54 EDT

[Zope-Coders] Zope tests: 8 OK

2005-06-13 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Jun 12 11:01:02 2005 UTC to Mon Jun 13 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 Jun 12 23:24:33 EDT

[Zope-Coders] Zope tests: 8 OK

2005-06-23 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Jun 22 11:01:02 2005 UTC to Thu Jun 23 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: Wed Jun 22 23:22:43 EDT

[Zope-Coders] Zope tests: 8 OK

2005-06-25 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Fri Jun 24 11:01:02 2005 UTC to Sat Jun 25 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: Fri Jun 24 23:25:39 EDT

[Zope-Coders] Zope tests: 8 OK

2005-06-28 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon Jun 27 11:01:02 2005 UTC to Tue Jun 28 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: Mon Jun 27 23:24:26 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-02 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Fri Jul 1 11:01:02 2005 UTC to Sat Jul 2 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: Fri Jul 1 23:22:53 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-03 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sat Jul 2 11:01:02 2005 UTC to Sun Jul 3 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: Sat Jul 2 23:22:22 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-04 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Jul 3 11:01:02 2005 UTC to Mon Jul 4 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 Jul 3 23:22:21 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-07 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Jul 6 11:01:02 2005 UTC to Thu Jul 7 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: Wed Jul 6 23:23:49 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-09 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Fri Jul 8 11:01:02 2005 UTC to Sat Jul 9 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: Fri Jul 8 23:25:30 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-13 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Jul 12 11:01:02 2005 UTC to Wed Jul 13 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 Jul 12 23:25:26 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-16 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Fri Jul 15 11:01:02 2005 UTC to Sat Jul 16 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: Fri Jul 15 23:26:06 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-18 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Jul 17 11:01:01 2005 UTC to Mon Jul 18 11:01:01 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 Jul 17 23:25:24 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-19 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon Jul 18 11:01:02 2005 UTC to Tue Jul 19 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: Mon Jul 18 23:25:47 EDT

[Zope-Coders] Zope tests: 8 OK

2005-07-20 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Tue Jul 19 11:01:02 2005 UTC to Wed Jul 20 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 Jul 19 23:26:30 EDT

[Zope-Coders] Zope tests: 7 OK, 1 Unknown

2005-07-21 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Jul 20 11:01:02 2005 UTC to Thu Jul 21 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Unknown --- Subject: UNKNOWN : Zope-trunk Python-2.4.1 : Linux From: Zope Unit Tests Date: Wed Jul 20 23:17:27 EDT 2005 URL: http

[Zope-Coders] Zope tests: 8 OK

2005-07-22 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Thu Jul 21 11:01:01 2005 UTC to Fri Jul 22 11:01:01 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: Thu Jul 21 23:22:41 EDT

  1   2   3   4   5   6   7   8   9   10   >