[Zope-dev] namespace problem??

2000-07-22 Thread Marcus Mendes
Hello, How can I get the contents of variable out of my dtml-in /dtml-in code? For example: dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])" dtml-call "REQUEST.set('HORA', horacondicaoatual)" /dtml-in I need get the variable HORA and I couldn't. Thanks Marcus Mendes

[Zope-dev] Security Strangeness

2000-07-22 Thread Johan Carlsson
Hi all, I notised some strange behavior in the way Zope User Folders works. First, you can't delegate the permissionto add and delete user except by assigning the user the role "manager". IMHO this is to limiting. Second, if you give a user the permission to Change Persmissions, that user can

Re: [Zope-dev] PATCH: Expanded access file

2000-07-22 Thread Phillip J. Eby
At 01:27 PM 7/19/00 -0500, Phillip J. Eby wrote: Hm. I don't think this could be classed as a "minor" change, however, since it has impact on ownership, for example. What's the path of the user folder which is above "/", for example? The whole thing is useless if these extra users can't be

Re: [Zope] Problems with Coding differences to do same stuff...boundary=------------EAFFAD5A57052936695E91D7

2000-07-22 Thread Felipe E Barousse Boue
Hi, thanks for your comment !! I know about not beeing allowed to access attributes that start with "_". Actually what is intended here is for _[titulo] to be evaluated to the name of a folder, the one that has just been created by the manage_addDTMLDocument call (which worked fine)with the

Re: [Zope] Re: Zope pcgi

2000-07-22 Thread Bill Anderson
Bill Anderson wrote: Michael Arndt wrote: Hi Bill this seems to address our Problem: Response: Some platforms may require setting: PCGI_CLOSE_FDS=0 in the pcgi resource file, since configure cannot

[Zope] worldpilot and communigate pro

2000-07-22 Thread Graham Chiu
I came across communigate pro which is a multiplatform IMAP server ( www.stalker.com ). I've set it up under Win32, and tried to connect to it using a new installation of worldpilot. The IMAP port is at 143. However, it doesn't recognise my IMAP userid and password. Does anyone know if this

[Zope] Updating a Product...

2000-07-22 Thread Andre van der Vlies
Hi, I am editting a product (changing html tags in caps, altering '!--#var...' syntax in 'dtml-var...' etc. etc.). I do this for better understanding. To activated an adapted product, I delete the product and restart Zope... There must be another (better) way. How?? --

Re: [Zope] worldpilot and communigate pro

2000-07-22 Thread Graham Chiu
In article [EMAIL PROTECTED], Graham Chiu [EMAIL PROTECTED] writes I came across communigate pro which is a multiplatform IMAP server ( www.stalker.com ). I've set it up under Win32, and tried to connect to it using a new installation of worldpilot. The IMAP port is at 143. However, it

[Zope] namespace problem??

2000-07-22 Thread Marcus Mendes
Hello, How can I get the contents of variable out of my dtml-in /dtml-in code? For example: dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])" dtml-call "REQUEST.set('HORA', horacondicaoatual)" /dtml-in I need get the variable HORA and I couldn't. Thanks Marcus Mendes

[Zope] namespace ??

2000-07-22 Thread Marcus Mendes
Hello, How can I get the contents of variable out of my dtml-in /dtml-in code? For example: dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])" dtml-call "REQUEST.set('HORA', horacondicaoatual)" /dtml-in I need get the variable HORA and I couldn't. Thanks Marcus Mendes

Re: [Zope] How to require an @ symbol in email form field??

2000-07-22 Thread ed colmar
Couldn't you do something similar to Squishdot's "validArticle" dtml method? In addition to verification that the fields are filled in, you could pass the email variable off to a python regular expression that checks for [EMAIL PROTECTED] syntax. -ed- At 07:21 PM 7/21/00 -0400, you wrote: On

[Zope] document_src()

2000-07-22 Thread Ronald F. Tagra
Hi, I am still new w/ Zope and trying to read and execute the tutorials and documents. Here's my first ever question. I have tried the dtmlObject.document_src() to view the source code of the script but it has error that says something like there are 3 arguments required..but in the document

Re: [Zope] Anyone built a classifieds or review product?

2000-07-22 Thread Bill Anderson
Gijs Reulen wrote: Hello Bill Did you completely lose the code for a ZClassifieds-alike product ?! I would be interested in joining the effort. Yes, unfortunately, at this point, it doesn't look recoverable. I will take up the cause sometime this ext week though. As soon as I have the

Re: [Zope] Meta Type Registry

2000-07-22 Thread Bill Anderson
Andrew Kenneth Milton wrote: Is there a Product Builders meta-type registry somewhere? I can see things getting messed up in the near future as the number of products proliferates and meta-types start to clash. I've already seen weird interactions with products PSQL Input Wizard and

[Zope] re: Meta Type Registry

2000-07-22 Thread Steve Alexander
Andrew Kenneth Milton wrote: Is there a Product Builders meta-type registry somewhere? I can see things getting messed up in the near future as the number of products proliferates and meta-types start to clash. I just tried adding a new ZClass in a new Product in my Zope 2.2 final

[Zope] Re: Meta Type Registry

2000-07-22 Thread Steve Alexander
Steve Alexander wrote: Andrew Kenneth Milton wrote: Is there a Product Builders meta-type registry somewhere? I can see things getting messed up in the near future as the number of products proliferates and meta-types start to clash. I note that the management screens' "add"

Re: [Zope] manage_pasteObjects() permissions?

2000-07-22 Thread Jason Byron
I figured out what was wrong. I wasn't giving all of the required parameters to manage_copyObjects() and manage_pasteObjects(). Evidently for both to work they need the REQUEST parameters set. Here's the calls I got to work: COPY: dtml-call "manage_copyObjects(REQUEST['ids'],REQUEST)" -- ids

Re: [Zope] re: Meta Type Registry

2000-07-22 Thread Andrew Kenneth Milton
+[ Steve Alexander ]- | Andrew Kenneth Milton wrote: | | Is there a Product Builders meta-type registry somewhere? | | I can see things getting messed up in the near future as the number of | products proliferates and meta-types start to

Re: [Zope] Zope + Apache on FreeBSD 4.0 problems

2000-07-22 Thread Peter Haight
I'm having trouble getting pcgi working for Zope 2.16 on Apache 1.3.12 on FreeBSD 4.0. I had hope the BSd ports would set it up but it seems that there is a problem of some sort with my install. Zope.cgi produces output but kind of maimed. I did get Zope.cgi working with IIS and NT (ugh) at