[Zope-CMF] Re: Another small plone related change

2005-06-18 Thread yuppie
Hi Christian! Christian Heimes wrote: I'm asking for another small change in CMF 1.5. For Plone's portal factory and temporary folder we have to bend the ActionInformation.getOAI method a little bit. The current code in CMF calls the function getOAI(context=self, object=object) from the Act

[Zope-CMF] Re: Another small plone related change

2005-06-20 Thread yuppie
Hi Christian! I'm fine with the proposed change, but I would prefer to have _getOAI and _getExprContext in *one* place: ActionProviderBase. Cheers, Yuppie [I quote the complete mail because it didn't make it to the list:] Christian Heimes wrote: yuppie wrote: Please make your

[Zope-CMF] Re: Another small plone related change

2005-06-20 Thread yuppie
Hi Christian! Christian Heimes wrote: + +def _getOAI(self, context, object): +return getOAI(context, object) + +def _getExprContext(self, context, object): +return getExprContext(context, object) I didn't see it this morning, but after reviewing your checkins

[Zope-CMF] Re: Another small plone related change

2005-06-20 Thread Christian Heimes
yuppie wrote: Hi Christian! Christian Heimes wrote: + +def _getOAI(self, context, object): +return getOAI(context, object) + +def _getExprContext(self, context, object): +return getExprContext(context, object) I didn't see it this morning, but after reviewing

[Zope-CMF] Re: Another small plone related change

2005-06-20 Thread Christian Heimes
Florent Guillaume wrote: I didn't see the checkins on the checkins list and they don't appear on the web archive. me, too Christian, could you check that your email address on the zope.org site is the same as the one subscribed to the cmf-checkins list ? I'm not subscribed to lists because

Re: [Zope-CMF] Re: Another small plone related change

2005-06-20 Thread Florent Guillaume
I didn't see the checkins on the checkins list and they don't appear on the web archive. Christian, could you check that your email address on the zope.org site is the same as the one subscribed to the cmf-checkins list ? Florent yuppie <[EMAIL PROTECTED]> wrote: > Hi Christian! > > > > Chris

Re: [Zope-CMF] Re: Another small plone related change

2005-07-20 Thread Chris Withers
Christian Heimes wrote: PS: Login on zope.org is borked. I had to login several times plus a hard reload of the site in order to log in. That's 'cos someone left a really crappy old version of Plone on there. Care to fix? ;-) Chris -- Simplistix - Content Management, Zope & Python Consulti