[Zope-dev] synonym for getMultiAdapter

2007-01-18 Thread Chris Withers
Hi All, I'd love to see: IWhatever(multi=(obj1,obj2,obj3)) ...as a sysnonym for getMultiAdapter((obj1,obj2,obj3),IWhatever) What do people feel about this? cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

[Zope-dev] Zope Tests: 7 OK

2007-01-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Jan 17 12:00:00 2007 UTC to Thu Jan 18 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Jan 17 21:08:37 EST 2007

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: Hey, Just some feedback in case you haven't gotten this already: I have problem running bin/buildout as it seems to fail getting workingenv.py from the cheeseshop: zc.buildout.easy_install: Getting new distribution for workingenv.py=0.3 Page at

[Zope-dev] small catalog cleanup

2007-01-18 Thread yuppie
Hi! Just want to make sure I'm not missing something: 1. IPluggableIndex -- Products.PluginIndexes.interfaces.IPluggableIndex has this method: def _apply_index(request, cid=''): Apply the index to query parameters given in 'request'. [...] Some

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martin Aspeli wrote: I just emailed Hanno a few questions, but I thought I'd post them here as well for further discussion: - Is it so that I should check out ploneout, run boostrap.py, then ../bin/buildout.sh for each project? Or can I somehow use the same checkout of ploneout for

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Sidnei da Silva
On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows? snip * we can say

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Martijn Faassen
Sidnei da Silva wrote: On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows?

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: Sidnei da Silva wrote: On 1/18/07, Martijn Faassen [EMAIL PROTECTED] wrote: snip Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will