[Zope-Coders] Zope tests: 8 OK

2005-08-28 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sat Aug 27 11:01:02 2005 UTC to Sun Aug 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: Sat Aug 27 22:22:07 EDT

Re: [Zope] Re: upgrade 2.5.1 to 2.7.5 causes error in product code

2005-08-28 Thread Jens Vagelpohl
On 27 Aug 2005, at 20:15, John Schinnerer wrote: python:here.sponsors[0] != '' if the tuple is empty, whereas 2.5.1/2.1.3 must have been returning some equivalent of boolean 'false' when the tuple was empty. No. Python 2.1.3 would have blown up the same way. Now I do this python:

[Zope] CMF 1.5.4-beta released

2005-08-28 Thread Jens Vagelpohl
The CMF developer community and Zope Corporation are pleased to announce the release of version 1.5.4-beta of the Zope Content Management Framework (CMF). This release is intended for testing purposes only; we do not recommend deploying it to production servers. The final release of version

[Zope] Re: StructuredDocument size reduced after 2.5.1 to 2.7.5 upgrade

2005-08-28 Thread Maik Jablonski
John Schinnerer wrote: I am using StructuredDocument objects in the custom products I am migrating to 2.7.5 from 2.5.1. In 2.7.5 I am now getting an error Value Error Maximum content length exceeded ... Anyone have any idea why I'm getting this size-related error with StructuredDocument only

Re: [Zope] file size error

2005-08-28 Thread Dieter Maurer
michael wrote at 2005-8-27 16:14 +1000: ... 1. Where is the list of error messages and their meanings (error message reference)? There is none but error messages are usually speaking: reading them carefully, usually helps. Beside this, you should always look at the traceback accompaning the

[Zope] dtml-if

2005-08-28 Thread michael
What am I doing wrong here? dtml-var last -- this prints out the variable sent from last (referring) page fine dtml-var id -- this prints out the id of the current item fine dtml-if id == last this one! /dtml-if i want this to output this one! when the current item is the one requested

Re: [Zope] dtml-if

2005-08-28 Thread Greg Fischer
I have never been able to do that either and always wondered how to do it. However I have a workaround that I use frequently. I just use the title instead, which works perfectly. dtml-if title == 'My Page' This one!/dtml-if Greg On 8/28/05, michael [EMAIL PROTECTED] wrote: What am I doing

Re: [Zope] dtml-if

2005-08-28 Thread michael
Thanks for your reply, that is half way there, I want to compare two variables though. where as 'my page' is constant, and hard coded in. someone's gotta know :-) mike Greg Fischer wrote: I have never been able to do that either and always wondered how to do it. However I have a workaround

Re: [Zope] dtml-if

2005-08-28 Thread David Siedband
Try calling id then comparing it. dtml-if id()==last this one! /dtml-if -- David On Aug 28, 2005, at 7:19 PM, michael wrote: Thanks for your reply, that is half way there, I want to compare two variables though. where as 'my page' is constant, and hard coded in. someone's gotta know :-)

Re: [Zope] dtml-if

2005-08-28 Thread michael
Thanks thats it! Why is it like that? m David Siedband wrote: Try calling id then comparing it. dtml-if id()==last this one! /dtml-if -- David On Aug 28, 2005, at 7:19 PM, michael wrote: Thanks for your reply, that is half way there, I want to compare two variables though. where as

[Zope] Re: [ANN] iungo released to the wild...

2005-08-28 Thread Simon Michael
Oh no! Your logo-fu is the greatest. I really like what I've seen of this, it seems an elegant zopish solution. Great food for thought. Thanks! -Simon ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

[Zope] Zope 3.1.0 RC 2 released!

2005-08-28 Thread Stephan Richter
The Zope 3 development team is proud to announce Zope 3.1.0 candidate 2. Zope 3 is the next major Zope release and has been written from scratch based on the latest software design patterns and the experiences of Zope 2. It is in our opinion that Zope 3.1 is more than ready for production use,