[Zope-CMF] Re: five.intid and DirectoryView

2008-06-30 Thread Ross Patterson
Laurence Rowe <[EMAIL PROTECTED]> writes: > Ross Patterson wrote: >> Tres Seaver <[EMAIL PROTECTED]> writes: >> >>> Martijn Pieters wrote: On Fri, Jun 27, 2008 at 6:53 PM, Ross Patterson <[EMAIL PROTECTED]> wrote: > "Martijn Pieters" <[EMAIL PROTECTED]> writes: >> But the code never d

Re: [Zope-CMF] Re: [dev] newstyle content creation

2008-06-30 Thread Charlie Clark
Am 13.05.2008 um 23:39 schrieb yuppie: If a new style factory is specified in the FTI a view of that name is looked up on the adding view of the container. This is from plone.app.contentmenu.menu.FactoriesSubMenuItem: addingview = queryMultiAdapter((addContext, self.request), name='+') if a

[Zope-CMF] Re: Inconstancy with CA traversal

2008-06-30 Thread Laurence Rowe
Tres Seaver wrote: I don't get it: why isn't OFS.Traversable's check sufficient? __bobo_traverse__ has a bad enough (insane, actually) contract, without adding security checking to it. Tres: You're quite right, the security check happens outside of bobo_traverse. Dylan: Could you try this

Re: [Zope-CMF] Re: Formlib implementation for folder contents

2008-06-30 Thread Charlie Clark
Am 25.06.2008 um 10:05 schrieb Charlie Clark: Am 25.06.2008 um 04:10 schrieb Dylan Jay: Have you thought about making contents a widget rather than a form? Then it would be easy combine with other forms on folderish items. No, I hadn't. But I will now. Okay, I did some thinking about

[Zope-CMF] CMF Tests: 9 OK

2008-06-30 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Sun Jun 29 11:00:00 2008 UTC to Mon Jun 30 11:00:00 2008 UTC. There were 9 messages: 9 from CMF Tests. Tests passed OK --- Subject: OK : CMF-1.6 Zope-2.8 Python-2.3.6 : Linux From: CMF Tests Date: Sun Jun 29 21:43:45 EDT 2008 URL: htt

[Zope-CMF] Re: Catalog aware folders

2008-06-30 Thread yuppie
Hi! Charlie Clark wrote: just noticed something a bit weird: got my own Folderish object that a minimally customised PortalFolder but it's important that it's in the catalog. Although PortalFolderBase already inherits from CMFCatalogAware I've had to explicitly inherit again from CMFCatalogAw

[Zope-CMF] Re: five.intid and DirectoryView

2008-06-30 Thread Laurence Rowe
Ross Patterson wrote: Tres Seaver <[EMAIL PROTECTED]> writes: Martijn Pieters wrote: On Fri, Jun 27, 2008 at 6:53 PM, Ross Patterson <[EMAIL PROTECTED]> wrote: "Martijn Pieters" <[EMAIL PROTECTED]> writes: But the code never does that. When cloning a file-based FSObject, a new instance is cr

[Zope-CMF] Catalog aware folders

2008-06-30 Thread Charlie Clark
Hi, just noticed something a bit weird: got my own Folderish object that a minimally customised PortalFolder but it's important that it's in the catalog. Although PortalFolderBase already inherits from CMFCatalogAware I've had to explicitly inherit again from CMFCatalogAware in my class.

[Zope-CMF] Re: Why do we need types.xml and workflows.xml?

2008-06-30 Thread yuppie
Martin Aspeli wrote: yuppie wrote: I'm not happy with the current file format. But representing containers is a general problem and I want *one* generic solution that works for all use cases. I'm not sure most people think of portal_types as a "container" per se. Rather, they think "I need t