Re: [Zope3-dev] Question and maybe enhancement of the HomeFolderManager

2005-04-21 Thread Florian Lindner
Am Mittwoch, 20. April 2005 14:00 schrieben Sie: > On Wednesday 20 April 2005 07:01, Florian Lindner wrote: > > when I want to use my own Folder implementation as a homefolder I have > > two possibilities at the moment: > > > > 1) Disable autoCreate and create the homefolder myself. > > 2) Write a

Re: [Zope3-dev] Question and maybe enhancement of the HomeFolderManager

2005-04-20 Thread Stephan Richter
On Wednesday 20 April 2005 07:01, Florian Lindner wrote: > when I want to use my own Folder implementation as a homefolder I have two > possibilities at the moment: > > 1) Disable autoCreate and create the homefolder myself. > 2) Write a completely own implementation of IHomeFolderManager, use the

[Zope3-dev] Question and maybe enhancement of the HomeFolderManager

2005-04-20 Thread Florian Lindner
Hello, when I want to use my own Folder implementation as a homefolder I have two possibilities at the moment: 1) Disable autoCreate and create the homefolder myself. 2) Write a completely own implementation of IHomeFolderManager, use the existing code, only change the line self.homeFolderBase[n