[Zope-CMF] CMF Collector: Open Issues

2007-01-23 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open mhammond - Windows DevelopmentMode penalty in CMFCore.DirectoryView, [Accepted] http://www.zope.org/Collectors/CMF/366 Pending / Deferred Issues

[Zope-CMF] CMF Tests: 9 OK

2007-01-23 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Mon Jan 22 12:00:00 2007 UTC to Tue Jan 23 12:00:00 2007 UTC. There were 9 messages: 9 from CMF Unit Tests. Tests passed OK --- Subject: OK : CMF-1.5 Zope-2.7 Python-2.3.6 : Linux From: CMF Unit Tests Date: Mon Jan 22 21:39:07 EST

RE: [Zope-CMF] IObjectAdded vs. manage_afterAdd

2007-01-23 Thread Doyon, Jean-Francois
Yes, well, I didn't show the code for my handler, but it is there: def added(ob, event): Create the first page of a Map Text upon creation. print GOT HERE try: if not hasattr(ob.aq_explicit, '1'): ob.invokeFactory('Map Text', '1') except: pass I notice however

[Zope-CMF] Re: Adding python packages to ProductsPath

2007-01-23 Thread Rocky Burt
Wichert Akkerman wrote: The patch below fixes this by adding $INSTANCE_HOME/lib/python to the ProductsPaths list. This allows minimalpath to find python packages installed there. Are there any objections to commiting this to trunk? I know we've had some larger discussions on this list

RE: [Zope-CMF] IObjectAdded vs. manage_afterAdd

2007-01-23 Thread Doyon, Jean-Francois
Yeah, I'm not seeing a zope.component.interfaces.IObjectAdded ... I'm really quite certain I've done everything correctly ... The interface, the registration of the handler, the handler itself and the five:deprecatedManageAddDelete entry. Still ... Nothing. The content class uses __metaclass__

[Zope-CMF] Re: Adding python packages to ProductsPath

2007-01-23 Thread yuppie
Hi Wichert! Wichert Akkerman wrote: At the moment it is not possible to use skin layers in pure python packages. This is caused by the DirectoryView implementation using a minimal path name for the layer id. This path name is created by CMFCore.utils.minimalpath, which uses the ProductsPaths