Re: [Zope] Sort broken on zope.org site...

2000-12-05 Thread Itai Tavor
it this problem on zope.org last week and searched the collector before going to report a bug. I found an entry that said something like "Catalog sort_on fails with Keyword index". Don't have the link, but I'm pretty sure it's in there somewhere. Itai -- Itai T

RE: [Zope] What version of Python Methods - no - Scripts for2.2.4?

2000-12-14 Thread Itai Tavor
I have no idea if something is badly >broken that just hasn't shown itself yet. I also had to add OFS/Cache.py from the CVS for this to work. -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED] - Kermit the

[Zope] Converting Python Methods to Python Scripts

2000-12-14 Thread Itai Tavor
Hi, I was wondering if anyone is planning to add automated migration of Python Methods to Python Scripts (maybe with Zope 2.3 final)? Or maybe there's something like this in there already that I missed? Anyway, for now I created a simple hack to do this - it's not pretty, but it works. In cas

RE: [Zope] What version of Python Methods - no - Scripts for2.2.4?

2000-12-14 Thread Itai Tavor
That's what I figured. Didn't check, though. I'm just happy it works. > > -Original Message- >> From: Itai Tavor [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, December 14, 2000 7:55 PM >> To: [EMAIL PROTECTED] >> Cc: Ron Bickers >>

[Zope] Re: Converting Python Methods to Python Scripts

2000-12-14 Thread Itai Tavor
_id, PythonScript(method_id)) script = self._getOb(method_id) script.ZPythonScript_setTitle(title) script.ZPythonScript_edit(params, body) if len(ids) == 1: return RESPONSE.redirect('%s/%s/manage' % (REQUEST['URL1'], quote(method_id))) else:

[Zope] Can't access Control_Panel from folder with SiteRoot

2001-01-15 Thread Itai Tavor
but fails with NameError: Control_Panel when called using http://10.0.1.21/myMethod. In fact, even a very simple fails in the same way. Why is this happening? How can I get around it? Itai -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED]

[Zope] Strange SiteAccess behavior

2001-01-16 Thread Itai Tavor
0.0.1.20:8080/manage returns the content of MySite instead of the top directory. What's going on here? How can a SiteRoot affect content above itself? -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED] - Kermit the Frog &

Re: [Zope] Zope Versus Enhydra Comparison article

2001-01-17 Thread Itai Tavor
Feds we should know about? Sorry for wasting bandwidth. Couldn't resist. My head just valorized. -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED] - Kermit the Frog "If you haven't got your health, you haven

[Zope] Control_Panel inaccessible with VirtualHostMonster

2001-01-17 Thread Itai Tavor
://10.0.1.21/test return KeyError: Control_Panel I think my head is about to valorize again. Help! Please! -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED] - Kermit the Frog "If you haven't got your health, you

[Zope] LoginManager disrupts access to protected object above it

2001-01-21 Thread Itai Tavor
n/Products/PythonScripts/Guarded.py, line 143, in __careful_getattr__ (Object: Traversable) AttributeError: (see above) -- Itai Tavor"Je sautille, donc je suis." C3Works[EMAIL PROTECTED] - Kermit the Frog "If you haven't got your health, you haven&

RE: [Zope] Adding roles in 2.3b2 and CVS

2001-01-22 Thread Itai Tavor
D]] >Sent: 22 January 2001 16:20 >To: Mayers, Philip J; 'Martijn Pieters'; Phil Harris >Cc: [EMAIL PROTECTED] >Subject: RE: [Zope] Adding roles in 2.3b2 and CVS > > >Already fixed in CVS guys - thanks though! > > >Brian Lloyd[EMAIL PROTECTED] >Soft

[Zope] VirtualHostMonster, PATH_INFO and absolute_url

2001-01-23 Thread Itai Tavor
(For example, the login form of LoginManager). Can this be fixed somehow? 2. In this setup, if I got it right, absolute_url() for /MySite/spam should return http://10.0.1.21/spam. But it returns http://10.0.1.21/MySite/spam. Something's broken? -- Itai Tavor"Je sa

Re: [Zope] VirtualHostMonster, PATH_INFO and absolute_url

2001-01-24 Thread Itai Tavor
Evan Simpson wrote: >From: Itai Tavor <[EMAIL PROTECTED]> >> 1. When accessing http://10.0.1.21/spam PATH_INFO is >> /VirtualHostBase/http/10.0.1.21:80/MySite/VirtualHostRoot/spam, which >> breaks any method that uses PATH_INFO (For example, the login form of >

[Zope] Zope Permission object destroys Security tab

2001-01-31 Thread Itai Tavor
#x27;t find out where it's used other than by manually checking 20 ZClasses, and b) why would that be a problem anyway? And what's this Rewrapper thing? And why am I suddenly attracting all these annoying bugs? -- Itai Tavor -- "Je sautille, donc je suis.&

[Zope] How to display unicode character given its code

2005-07-25 Thread Itai Tavor
Hi, This is a bit OT but this list is the best place I know to ask it :) I have a form which uses UTF-8, the text entered in the form then has to be converted to iso-2022-jp. If any character is entered that isn't valid for iso-2022-jp I get: UnicodeError: ISO-2022-JP encoding error: inval

Re: [Zope] How to display unicode character given its code

2005-07-25 Thread Itai Tavor
On 26/07/2005, at Tue 26/07 4:12AM, Dieter Maurer wrote: Itai Tavor wrote at 2005-7-25 20:21 +1000: This is a bit OT but this list is the best place I know to ask it :) I have a form which uses UTF-8, the text entered in the form then has to be converted to iso-2022-jp. If any character is