[Zope-dev] change ownership

2001-05-09 Thread Magnus Heino (Rivermen)
Is it not possible to change ownership of an object? I can only find methods to take ownership... /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

[Zope-dev] Building custom DTML tags and accessing _.something

2001-05-09 Thread Morten W. Petersen
Hia guys, I was wondering if any of you could give me a couple of hints about how to make the _.{random,string,range,Datetime} thingies from a tag expression. I.e. instead of doing this: dtml-widget select options=[1,2,3,4,5,6,7,8,9,10,11,12,13]

Re: [Zope-dev] Building custom DTML tags and accessing _.something

2001-05-09 Thread Andy McKay
I find this useful: How to write your own DTML tag http://www.zope.org/Members/z113/1 Cheers. -- Andy McKay. - Original Message - From: Morten W. Petersen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 7:53 AM Subject: [Zope-dev] Building custom DTML tags and

Subject: [Zope-dev] change ownership

2001-05-09 Thread Tim McLaughlin
Magnus, No, changeOwnership is not exposed for TTW calling. But you can expose it through an external method... I used this one on a ZClass. def set_owner(self, user): self.changeOwnership(user) return --Tim Message: 6 From: Magnus Heino (Rivermen) [EMAIL PROTECTED] To:

Re: [Zope-dev] change ownership

2001-05-09 Thread Dieter Maurer
Magnus Heino (Rivermen) writes: Is it not possible to change ownership of an object? It is. I can only find methods to take ownership... You do not look good enough or do not use the right tools, such as e.g. URL:http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html DocFinder

Re: [Zope-dev] Building custom DTML tags and accessing _.something

2001-05-09 Thread Dieter Maurer
Morten W. Petersen writes: ... evaluated attribute values in custom DTML tags -- how? ... Look as one of the *_expr parameters in e.g. Products.MIMETools.MIMETag. They do what you want and you can see, how it is implemented. Dieter ___ Zope-Dev

[Zope-dev] Zope 2.4 and unicode merge

2001-05-09 Thread Sin Hang Kin
Can DC merge the unicode.diff into zope 2.4 standard distribution? The current 0.5 diff seems not working, and since 2.4 is based on python 2.1 then it sounds reasonable to include unicode attributes as a core part of zope. Rgs, Kent Sin - kentsin.weblogs.com

[Zope-dev] xmlrpc 500 Internal Server Error

2001-05-09 Thread richard
Any clues as to how I trace the source of this error? I get it trying to make an xmlrpc call on my Zope server. I have other xmlrpc calls that work fine. It's not hitting my Product code, that I'm sure of... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar

Re: [Zope-dev] xmlrpc 500 Internal Server Error

2001-05-09 Thread richard
[EMAIL PROTECTED] wrote: Any clues as to how I trace the source of this error? I get it trying to make an xmlrpc call on my Zope server. I have other xmlrpc calls that work fine. It's not hitting my Product code, that I'm sure of... Turns out I can trace this to: Traceback (innermost