Re: [Zope] Acquisition / proxying object

2008-02-26 Thread Peter Sabaini
On Monday 25 February 2008 23:52:26 Joerg Baach wrote: > 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 > > ht

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] 2.10 and ZClasses

2008-02-26 Thread Allen Schmidt Sr.
We are still running 2.7.5 but really want to upgrade. Changes.txt in 2.10.5 state ZClasses are deprecated. CAN they still be used?? Not at all or just not recommended and why? What is the highest version we can safely upgrade to then? Thanks Allen

Re: [Zope] Acquisition / proxying object

2008-02-26 Thread Peter Bengtsson
This is maybe a naive suggestion but if Zope's TTW execution (e.g. Python Scripts) can't find a __roles__ on the object at hand doesn't that just mean that the class wasn't initialized with any security. class LDAPProxy(Folder): ... from Globals import InitializeClass InitializeClass(LDAP

[Zope] Need Server

2008-02-26 Thread Victor Subervi
Hi: I am out of business and I need someone to host a client's site (for which they will obviously pay). Requires Zope 2.78 and ZMySQL. Have everything you need. I would need to get into the ZMI to set things up, but don't need server access. Please write me off-list. TIA, Victor __

Re: [Zope] 2.10 and ZClasses

2008-02-26 Thread Andreas Jung
--On 26. Februar 2008 07:30:04 -0500 "Allen Schmidt Sr." <[EMAIL PROTECTED]> wrote: We are still running 2.7.5 but really want to upgrade. Changes.txt in 2.10.5 state ZClasses are deprecated. Deprecated means: they are still working (or at least they should). -aj pgpuaxUvcwh84.pgp Descri

Re: [Zope] 2.10 and ZClasses

2008-02-26 Thread Andreas Jung
--On 26. Februar 2008 09:46:31 -0500 "Allen Schmidt Sr." <[EMAIL PROTECTED]> wrote: Is there anyone out there still using ZClasses on later versions of Zope?? Care to share any experiences? Off-list responses are fine. Please stay on the list. Such experiences are of public interested and

Re: [Zope] 2.10 and ZClasses

2008-02-26 Thread Allen Schmidt Sr.
Is there anyone out there still using ZClasses on later versions of Zope?? Care to share any experiences? Off-list responses are fine. Thanks! Allen Andreas Jung wrote: --On 26. Februar 2008 07:30:04 -0500 "Allen Schmidt Sr." <[EMAIL PROTECTED]> wrote: We are still running 2.7.5 but r

[Zope] Re: zcatalog, brains & keywordIndex

2008-02-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefano Guglia wrote: > Hello everybody.. > > I have to index some data from a mysql query recordset and all works OK > but..I added a keywordIndex to store (with the same url) multiple values > related to the above recordset. > It seems I cannot use

[Zope] Re: 2.10 and ZClasses

2008-02-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > > --On 26. Februar 2008 09:46:31 -0500 "Allen Schmidt Sr." > <[EMAIL PROTECTED]> wrote: > >> Is there anyone out there still using ZClasses on later versions of >> Zope?? Care to share any experiences? Off-list responses are fi

Re: [Zope] Re: 2.10 and ZClasses

2008-02-26 Thread Andreas Jung
--On 26. Februar 2008 12:10:09 -0500 Tres Seaver <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --On 26. Februar 2008 09:46:31 -0500 "Allen Schmidt Sr." <[EMAIL PROTECTED]> wrote: Is there anyone out there still using ZClasses on later versi

[Zope] Re: 2.10 and ZClasses

2008-02-26 Thread Allen Schmidt Sr.
I understand and appreciate your responses. Finally got some things straightened out and after changing DA settings to point to real database servers (instead of localhost), and commenting things out that were calling unneeded parts, I am able to get our site up (on some pages) with yesterdays

Re: [Zope] Zope 3 and Rails - a pragmatic and agile comparation (put the hype aside)

2008-02-26 Thread Tim Nash
Here is a follow up I wrote that fell off the list. The original poster probably thought he was posting to the zope@zope.org but I leave his id off just in case he didn't. I am reposting it here mainly because he makes several good points. -Tim > I find zope's through the web editing it's worst

[Zope] Static adquirable resource

2008-02-26 Thread Garito
Hi! Some weeks ago Tres point us how to declare static resources with five You could create a configure.zcml file for your product and put some code like these: http://namespaces.zope.org/browser";> and magically you could use it as: http://server:port/ZSmanage But if you try to use ZSman