Re: [Repoze-dev] mailing list split?

2009-11-23 Thread Carlos de la Guardia
Ok, let's pile on. +1. Carlos de la Guardia On Sun, Nov 22, 2009 at 6:28 PM, Iain Duncan wrote: > Hey folks, just floating the idea of splitting the issue tracker > mailouts on to their own mailing list? In my experience on this and > other lists, it's a lot more pleasant to read the mailing lis

Re: [Repoze-dev] mailing list split?

2009-11-23 Thread Gustavo Narea
+1. Malthe said: > 2009/11/23 Iain Duncan : > > Hey folks, just floating the idea of splitting the issue tracker > > mailouts on to their own mailing list? In my experience on this and > > other lists, it's a lot more pleasant to read the mailing list without > > having to scroll through the issue

Re: [Repoze-dev] doc question

2009-11-23 Thread Iain Duncan
On Mon, 2009-11-23 at 09:37 -0500, Chris Rossi wrote: > > > On Sun, Nov 22, 2009 at 9:08 PM, Chris McDonough > wrote: > Iain Duncan wrote: > > Am I missing something terribly obvious, or is that not just > a regular > > instance method in the example? Or am I misu

Re: [Repoze-dev] doc question

2009-11-23 Thread Chris Rossi
On Sun, Nov 22, 2009 at 9:08 PM, Chris McDonough wrote: > Iain Duncan wrote: > > Am I missing something terribly obvious, or is that not just a regular > > instance method in the example? Or am I misunderstanding the point? > > Perhaps this part could be clearer, it's confused me at any rate. > >

[Repoze-dev] would like to registerViews in python but not via decorator

2009-11-23 Thread Tim Hoffman
Hi Chris I am trying to register some views directly through python and not using the view decorator, I have tried using code very similiar to repoze.bfg.testing. However after doing so, whilst I can look the view up by doing a zope.component.queryMultiAdapter((context,request),IView,name="myview