[Zope-CMF] Re: Conflict between PortalFolder and CMFBTreeFolder

Florent Guillaume fg at nuxeo.com
Mon Jun 20 13:41:59 EDT 2005


Tres Seaver  <tseaver at palladion.com> wrote:
> > I have another idea. The patch is attached to this mail. In short terms
> > I have renamed PortalFolder to PortalFolderBase subclassed of Folder and
> > created a new PortalFolder class subclassed from OrderedFolder.
> > PortalFolderBase contains nearly all code from PortalFolder. This way it
> > is easy to subclass from PortalFolderBase w/o ordered support.
> > 
> > class PortalFolderBase(DynamicType, CMFCatalogAware, Folder):
> > 
> > class PortalFolder(PortalFolderBase, OrderedFolder):
> >     manage_renameObject = OrderedFolder.manage_renameObject.im_func
> >     tpValues = OrderedFolder.tpValues.im_func
> > 
> > All tests are running fine.
> 
> I'm +1 for this, but you can't expect us to release a new CMF 1.5
> release by Saturday.  If you are OK releasing a Plone 2.1 beta atop CMF
> 1.5.2b1, then we could probably agree to tag that beta by then.
> 
> Yvo, Jens, Florent:  you were the last ones to chime on on the "CMF
> 1.5.2" thread;  would that work for you, assuming we merge Christian's
> patch?

I'm ok with it.

Of course there's no problem in making a non-release related tag if it
helps checkpointing stuff.

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com


More information about the Zope-CMF mailing list