[Zope] Cyclic garbage collection todo 2.9.3 onwards, fixed?

2007-02-02 Thread Jonathan Bowlas
Hi All, Could anyone advise whether this has been fixed in any of the Zope versions beyond v2.9.3: To-do: * Add cyclic-garbage collection support to C extension classes, especially to acquisition wrappers. I don't see any mention of it at all after Zope 2.9.4 in the changes.txt. Cheers Jon

RE: [Zope] Multiple conditions inside tales

2006-08-25 Thread Jonathan Bowlas
PROTECTED]; 'Andreas Jung'; zope@zope.org Subject: RE: [Zope] Multiple conditions inside tales --On 22. August 2006 17:37:40 +0100 Jonathan Bowlas [EMAIL PROTECTED] wrote: So what if the first part evaluates to false? Which is what would happen in my case, it doesn't then test for the 2nd

[Zope] Multiple conditions inside tales

2006-08-22 Thread Jonathan Bowlas
Title: Multiple conditions inside tales Hi All, Just a quickie to see if I can do this: tal:condition=python:context.REQUEST.model.meta_type=='Silva Publication' or context.REQUEST.model.is_default() When I test it seems to ignore the 2nd condition, so could anyone suggest the correct

RE: [Zope] Multiple conditions inside tales

2006-08-22 Thread Jonathan Bowlas
conditions inside tales --On 22. August 2006 15:36:20 +0100 Jonathan Bowlas [EMAIL PROTECTED] wrote: Hi All, Just a quickie to see if I can do this: tal:condition=python:context.REQUEST.model.meta_type=='Silva Publication' or context.REQUEST.model.is_default() If the first part

[Zope] Check Zope status

2006-07-11 Thread Jonathan Bowlas
Hi All, Were having a few problems with our Zope server, it seems to be crashed but were not sure whether it is actually crashed or merely waiting (a long time) for a response from LDAP to authenticate our users, which may be causing it to hang. Is there any tool we can use to test

RE: [Zope] Check Zope status

2006-07-11 Thread Jonathan Bowlas
+0100, Jonathan Bowlas wrote: We're having a few problems with our Zope server, it seems to be crashed but were not sure whether it is actually crashed or merely waiting (a long time) for a response from LDAP to authenticate our users, which may be causing it to hang. Is there any tool we can

[Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
Hi All, How can I do this with dtml? select name=MODLEVEL size=1 dtml-if expr=dtml-var name=MODLEVEL == 1 #I need an alternative to this. option value=1 selected=selected1/option option value=22/option Etc, etc. Hope someone can help. Jon

RE: [Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
PROTECTED] Sent: 20 June 2006 12:29 To: [EMAIL PROTECTED]; zope@zope.org Subject: RE: [Zope] Nested dtml tags [EMAIL PROTECTED] On Behalf Of Jonathan Bowlas How can I do this with dtml? select name=MODLEVEL size=1 dtml-if expr=dtml-var name=MODLEVEL == 1 #I need an alternative

RE: [Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
Thanks for everyone's help. I may be able to sort this now. -Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED] Sent: 20 June 2006 15:09 To: [EMAIL PROTECTED] Cc: 'Jaroslav Lukesh'; zope@zope.org Subject: Re: [Zope] Nested dtml tags Jonathan Bowlas schrieb: Hmm

[Zope] Render DTML inslide ZPT slot

2006-06-15 Thread Jonathan Bowlas
Hi All, Is it possible to render DTML methods inside a slot of a ZPT? If so, how would I achieve this? My DTMLs render forms to submit/edit data in a MySQL database something which cannot be done as easily in ZPT, I believe. Correct me if Im wrong. Jon

[Zope] How to convert characters that have special meaning in HTML to HTML character entities

2006-04-06 Thread Jonathan Bowlas
Hi All, I have a string that contains a a href=http://www.mywebaddress.com;link/a tag that I would like rendered as HTML when output but it only seems to render in the html page like this lt;a href=http://www.mywebaddress.comgt;linklt;/agt; To replace the characters, I tried this in my TAL:

[Zope] RE: How to convert characters that have special meaning in HTML to HTML character entities

2006-04-06 Thread Jonathan Bowlas
entities Jonathan Bowlas wrote: Hi All, I have a string that contains a a href=http://www.mywebaddress.com;link/a tag that I would like rendered as HTML when output but it only seems to render in the html page like this lt;a href=http://www.mywebaddress.comgt;linklt;/agt; To replace

RE: [Zope] Memory Leak Debugging

2006-02-28 Thread Jonathan Bowlas
exactly should I be looking for here? And it would also be useful to know why the Products.Sivla.Image.Image class doesn't return any results at all. Hope someone can help. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Bowlas Sent: 15

[Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
Hi All, We're having serious problems with performance running Silva CMS on Zope 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There are currently only about 65 users and around 2000 documents in the CMS but it seems to run for a week, then the RAM fills up and crashes so

[Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
Hi All, We're having serious problems with performance running Silva CMS on Zope 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There are currently only about 65 users and around 2000 documents in the CMS but it seems to run for a week, then the RAM fills up and