[Zope3-Users] Zope3 on RedHat Entreprise Linux

2005-09-12 Thread Robert-Reinder Nederhoed
Hello, Does anyone have experience with installing Z3 on RedHat entreprise linux (el3)? We want to host a Z3 site on our webserver. I compiled python2.4 and one test failed: 'subprocess', which turns out to be quite important for Zope3. ***OUTPUT*** test_subprocess this bit of output

Re: [Zope3-Users] Fields are not inherited

2005-09-12 Thread Florian Lindner
Am Montag, 12. September 2005 19:47 schrieb Stephan Richter: > On Monday 12 September 2005 13:30, Florian Lindner wrote: > > class IContentItem(Interface): > >     """The ContentItem object works as a base class for all other content > > objects.""" > > > >     def __setitem__(name, object): > >  

Re: [Zope3-Users] Fields are not inherited

2005-09-12 Thread Stephan Richter
On Monday 12 September 2005 13:30, Florian Lindner wrote: > class IContentItem(Interface): >     """The ContentItem object works as a base class for all other content > objects.""" > >     def __setitem__(name, object): >         """Add a IContentItem object.""" >         >         title = TextLine

[Zope3-Users] Fields are not inherited

2005-09-12 Thread Florian Lindner
Hello, I have a interface: class IContentItem(Interface): """The ContentItem object works as a base class for all other content objects.""" def __setitem__(name, object): """Add a IContentItem object.""" title = TextLine( title = u"Name",

Re: [Zope3-Users] Object Name field on addforms

2005-09-12 Thread Florian Lindner
Am Montag, 12. September 2005 15:07 schrieb Stephan Richter: > On Monday 12 September 2005 09:02, Florian Lindner wrote: > > > Because your container does not implement IContainerNamesContainer. > > > > If I make my container implementing IContainerNamesContainer the form > > field in never display

Re: [Zope3-Users] Object Name field on addforms

2005-09-12 Thread Stephan Richter
On Monday 12 September 2005 09:05, Florian Lindner wrote: > > Don't use the menu/title attributes of form:addform. Use the > > browser:addMenuItem directive instead. > > Ok. But why does the addform directive registers a menu item with a action > which is not even supposed to work? Isn't that consi

Re: [Zope3-Users] Object Name field on addforms

2005-09-12 Thread Stephan Richter
On Monday 12 September 2005 09:02, Florian Lindner wrote: > > Because your container does not implement IContainerNamesContainer. > > If I make my container implementing IContainerNamesContainer the form field > in never displayed (doesn't matter if I use the folder/+/addview or > folder/addview UR

Re: [Zope3-Users] Object Name field on addforms

2005-09-12 Thread Florian Lindner
Am Sonntag, 11. September 2005 20:25 schrieb Stephan Richter: > On Sunday 11 September 2005 10:07, Florian Lindner wrote: > > The field is displayed when the addform is called with > > folder/+/AddCSLink.html. > > In this case AddCSLink.html is a view for IAdding. > > > When folder/AddCSLink.html i

Re: [Zope3-Users] Object Name field on addforms

2005-09-12 Thread Florian Lindner
Am Sonntag, 11. September 2005 20:22 schrieb Stephan Richter: > On Sunday 11 September 2005 09:04, Florian Lindner wrote: > > I have a Container (implementing IContainer, Interface (via Interface > > inheritance) and via ZCML IAttributeAnnotatable and IContentContainer. > > > > On the auto-generate

Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

2005-09-12 Thread Florian Reiser
> --- Ursprüngliche Nachricht --- > Von: Chris Withers <[EMAIL PROTECTED]> > An: Stephan Richter <[EMAIL PROTECTED]> > Kopie: zope3-dev@zope.org, Florian Reiser <[EMAIL PROTECTED]> > Betreff: Re: [Zope3-dev] Re: [Zope3-Users] ODBC database adapter for > Zope3? > Datum: Mon, 12 Sep 2005 08:27:28 +01

[Zope3-Users] Re: Manage application and PAU

2005-09-12 Thread Paolo Invernizzi
Roger Ineichen wrote: > Paolo, can you add a issue to the bugtracker, so other people > can find information about this behavior. > > Well, it is already in the bugtracker. http://www.zope.org/Collectors/Zope3-dev/447 I had to check for bugs prior to do the post... ;-\ --- Paolo ___

RE: [Zope3-Users] Re: Manage application and PAU

2005-09-12 Thread Roger Ineichen
Hi Paolo and Stephan > Behalf Of Paolo Invernizzi > Sent: Monday, September 12, 2005 9:10 AM > To: zope3-users@zope.org > Subject: [Zope3-Users] Re: Manage application and PAU > > Stephan Richter wrote: > > > That's because ++etc++process does not have a location. In > other words, it is > > n

[Zope3-Users] Re: Manage application and PAU

2005-09-12 Thread Paolo Invernizzi
Stephan Richter wrote: That's because ++etc++process does not have a location. In other words, it is not a child of root folder. Thus only global ZCML settings can be made. Ok. If you have a good use case, we can consider changing that. Not really, I can live without that... It was only a