Re: [Zope-dev] New mailing list: [EMAIL PROTECTED] for all checkin messages

2006-03-18 Thread Jim Fulton
Tino Wildenhain wrote: Jim Fulton schrieb: I've set up a new mailing list that gets all checkins for the zope.org CVS and Subversion repositories: http://mail.zope.org/mailman/listinfo/checkins Note to contributors: Only members can send messages to this list. This means that you will get

Re: [Zope-dev] New mailing list: [EMAIL PROTECTED] for all checkin messages

2006-03-18 Thread Tino Wildenhain
Jim Fulton schrieb: > > I've set up a new mailing list that gets all checkins for the > zope.org CVS and Subversion repositories: > > http://mail.zope.org/mailman/listinfo/checkins > > Note to contributors: > > Only members can send messages to this list. This means that you will > get messa

Re: [Zope-dev] New mailing list: [EMAIL PROTECTED] for all checkin messages

2006-03-18 Thread Jim Fulton
Jens Vagelpohl wrote: I've set up a new mailing list that gets all checkins for the zope.org CVS and Subversion repositories: http://mail.zope.org/mailman/listinfo/checkins Does this list replace [EMAIL PROTECTED] as the "default" checkins list? Yes. Jim -- Jim Fulton mailto:[

Re: [Zope-dev] New mailing list: [EMAIL PROTECTED] for all checkin messages

2006-03-18 Thread Jens Vagelpohl
I've set up a new mailing list that gets all checkins for the zope.org CVS and Subversion repositories: http://mail.zope.org/mailman/listinfo/checkins Does this list replace [EMAIL PROTECTED] as the "default" checkins list? jens ___ Zope-Dev maill

[Zope-dev] New mailing list: [EMAIL PROTECTED] for all checkin messages

2006-03-18 Thread Jim Fulton
I've set up a new mailing list that gets all checkins for the zope.org CVS and Subversion repositories: http://mail.zope.org/mailman/listinfo/checkins Note to contributors: Only members can send messages to this list. This means that you will get messages for a while when you check in sayin

Re: [Zope-dev] Default skin pain

2006-03-18 Thread Lennart Regebro
On 3/18/06, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: > Sure. We just can't wait for that. I consider this a bugfix so it'll go > into Zope 2.9 as well as the trunk. Oh, well in that case... +1. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.c

Re: [Zope-dev] Default skin pain

2006-03-18 Thread Philipp von Weitershausen
Lennart Regebro wrote: >>I would propose to remove the Five hack and "properly" set the default >>skin right after the request has been created. This would be in >>ZPublisher.Publish.publish_module_standard. > > That's probably a good idea. > > Althoug, wasn't somebody going to try replacing the

Re: [Zope-dev] Default skin pain

2006-03-18 Thread Lennart Regebro
On 3/18/06, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: > I would propose to remove the Five hack and "properly" set the default > skin right after the request has been created. This would be in > ZPublisher.Publish.publish_module_standard. That's probably a good idea. Althoug, wasn't so

[Zope-dev] Default skin pain

2006-03-18 Thread Philipp von Weitershausen
Hi there, Zope 3 has the concept of a default layer. This is a request interface that most skins derive from. It is also the default request interface that browser views are registered for if they don't specify another one using the 'layer' argument. Zope 3 also has the concept of a default skin.