Re: [Zope] Acquisition / proxying object

2008-02-26 Thread Joerg Baach
Hi Peter, acl = parent.unrestrictedTraverse(folder) when changing to acl = parent.restrictedTraverse(folder) I still don't get the Unauthorized exceptions. Anyhow, I will have to do a bit more wrapping, and then see if the solutions survive the security testing ;-) Cheers,

[Zope] Acquisition / proxying object

2008-02-25 Thread Joerg Baach
Hi *, I am trying to have a folderish object that acquires from a user object (ldapuserfolder). It should have its own properties and contents, but fall back to the ones of the ldap user. I have created an object, extending Folder, and it behaves nicely in zopectl debug. When I try to access it

Re: [Zope] Acquisition / proxying object

2008-02-25 Thread Joerg Baach
Hi Peter, I'm not familiar with LDAPUserFolder (its not really a user object but a user container, isn't it?) but the error you're getting is a security error -- the Python Script checks for security attributes before it accesses attributes. You need to add the appropriate security

Re: [Zope] Acquisition / proxying object

2008-02-25 Thread Joerg Baach
I should have mentioned that in order for verbose-security to work you also need to switch to the python security implementation -- did you do that? Yes, I did. If yes, you should see lines like these in your event.log: No, don't :-( But somehow I have the feeling it has more to do with

Re: [Zope] Acquisition / proxying object

2008-02-25 Thread Joerg Baach
Hi again, 2008-02-25T22:30:18 DEBUG ImplPython Unauthorized: Your user account does not have the required permission. Access to 'manage' of (Application at ) denied. Your user account, Anonymous User, exists at /acl_users. Access requires one of the following roles: ['Manager']. Your

Re: [Zope] Acquisition / proxying object

2008-02-25 Thread Joerg Baach
Hi *, But somehow I have the feeling it has more to do with the 'and the container is not wrapped' part of the message. Not that I can make sense of it ;-) Mmm, after even more searching, and not understanding I found http://www.mail-archive.com/[EMAIL PROTECTED]/msg11438.html and changed

Re: [Zope] Auto Cataloging my ZCatalog

2007-06-22 Thread Joerg Baach
Hi Kamal, I tried to follow the tutorial to in the read me file building contact-database for PropertyTools. Also have a look at the demo.zexp in the PropertyTools folder, import it and look around. It quite nicely gives an idea of how the validation and the workflow engine works... a.. Go

Re: [Zope] Using Epzo with DTML Document Objects in ZMI

2007-06-21 Thread Joerg Baach
kamal hamzat wrote: be able to use Epzo to edit my article content inside ZMI. What about: http://iungo.org/products/HTMLDocument/ Cheers, Jorg ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] Auto Cataloging my ZCatalog

2007-06-19 Thread Joerg Baach
Hi Kamal, I have a ZCatalog that my users use to catalog there news articles which are (DTML Documents). I have already explained it to them to always input the id for the new DTML Documents under with ids section on the Find Objects tab on the ZMI to catalog new articles. But most time they

Re: [Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-24 Thread Joerg Baach
Hi Dieter, Dieter Maurer wrote: Joerg Baach wrote at 2007-5-24 15:28 +0100: ... I am not sure here, but it looks to me that just using utf-8 constantly might suffice for 'just' storing, modifying and indexing- or am I missing something? Sure, this is a possibility. You are then using utf

[Zope] unicode, zmi, utf-8, management_page_charset and default-zpublisher-encoding

2007-05-23 Thread Joerg Baach
Hi *, I spent hours now reading documentation, blogs and mails, and still did not get my head around the whole unicode issue. This is what I would like to do: 1. Have content and forms displayed using zpts, encoded in utf-8. 2. Get the data back into zope as unicode. 3. Store unicode in

Re: [Zope] MailBoxer Question

2006-08-22 Thread Joerg Baach
Hi beno, Now...how does it work?? Surfing to the index page shows an empty archive! How does one subscribe to and email and administer the list? I can't tell about the qmail side of things, as I am pulling the email from a pop3 box. But on the administration side: have a look at the properties

Re: [Zope] MailBoxer Question

2006-08-22 Thread Joerg Baach
Hi beno, Subscribing / unsubscribing via email is explained on: http://iungo.org/products/MailBoxer/ email with a specified email-subject (not body!!!) to the same address where the postings will go. What is the signature? How do I edit that? TIA, In the above mentioned page: For