Re: [Zope] Anyone know of a tool to restore/cleanup/reset security/role settings?

2008-11-29 Thread Ross Patterson
"Alexander Limi" <[EMAIL PROTECTED]> writes: > On Fri, 28 Nov 2008 19:10:48 -0800, Ross Patterson > <[EMAIL PROTECTED]> wrote: > >> Does anyone know of an existing tool for restoring all security >> settings/rolemaps from the ground up? Obviously I can use >> rolemap.xml where applicable and up

Re: [Zope] Anyone know of a tool to restore/cleanup/reset security/role settings?

2008-11-29 Thread Alexander Limi
On Fri, 28 Nov 2008 19:10:48 -0800, Ross Patterson <[EMAIL PROTECTED]> wrote: > Does anyone know of an existing tool for restoring all security > settings/rolemaps from the ground up? Obviously I can use rolemap.xml > where applicable and update workflow security. I want to first restore > the

[Zope] erroneous use of "aq_parent" (was: Where is my BtreeFolder stored?)

2008-11-29 Thread Dieter Maurer
Mr SZ wrote at 2008-11-27 07:09 -0800: > ... >def test4(): >if 'suftest' in aq_parent.objectIds(): >return 'True' > > > >class OOBStuff(BTreeFolder2): > meta_type ='OOBStuff' > def __init__(self, oid,dict_to_add): > super(OOBStuff, self).__init__(oid) >

Re: [Zope] database conflict error on startup - disabling Five

2008-11-29 Thread Dieter Maurer
djay75 wrote at 2008-11-26 15:38 -0800: > >Hi, I'm getting the following error during startup of a zeo with 3 instances. >It doesn't happen with one instance. It's zope2.9.8, plone 2.5 and the Five >1.4 svn branch. > >I thought the Five svn branch might help based on this thread >http://archives.fr