Re: [Zope3-Users] How to configure zope to map ~foo to foo/public_html?

2008-06-05 Thread Peter Sabaini
On Wednesday 04 June 2008 22:21:02 Philip Johnson wrote: Greetings, I am a Plone/Zope newbie who is redesigning my old traditional apache-style website to use Plone 3/Zope 3. This has been a delightful process in general. I'm confused -- is it Zope3 or Plone3? AFAIK Plone still runs on

[Zope3-Users] Re: AW: z3c.pagelet, z3c.layer.pagelet and error views notworking(Unauthorized)

2008-06-05 Thread Nylan
Roger Ineichen [EMAIL PROTECTED] writes: Did you check the following? This could happen if you access a public view and this view will access a protected object. Then you run into Unauthorized exception but since the rendering of the pagelet allready started, there is no way to show the

[Zope3-Users] Re: How to configure zope to map ~foo to foo/public_html?

2008-06-05 Thread Philipp von Weitershausen
Philip Johnson wrote: Greetings, I am a Plone/Zope newbie who is redesigning my old traditional apache-style website to use Plone 3/Zope 3. This has been a delightful process in general. Though I am content to have most of my old URLs become invalid, I would like to retain my current user

[Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Philipp von Weitershausen
Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why can't it just help me and just convert the str to a unicode. All it'd need to do is just:: title =

Re: [Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Peter Bengtsson
2008/6/5 Philipp von Weitershausen [EMAIL PROTECTED]: Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why can't it just help me and just convert the str to

Re: [Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Philipp von Weitershausen
On 5 Jun 2008, at 11:53 , Peter Bengtsson wrote: 2008/6/5 Philipp von Weitershausen [EMAIL PROTECTED]: Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why

Re: [Zope3-Users] IIntIds in test environment

2008-06-05 Thread Marius Gedminas
On Wed, Jun 04, 2008 at 05:19:11PM +0200, Kai Diefenbach wrote: to register a IntIds utility by startup I'm using following subscriber: snip ensureUtility(root_folder, IIntIds, '', IntIds, copy_to_zlog=False) snip This is working when zope is running. I wonder why it isn't within