Rv: Re: Rv: Re: [Zope] How to replace catalogaware base class with catalogpathaware in a Zclass?
--------- Messaggio Originale -------- Da: Dieter Maurer <dieter@handshake.de> Per: Yurj <yurj@alfa.it> Cc: zope@zope.org Oggetto: Re: Rv: Re: [Zope] How to replace catalogaware base class with catalogpathaware in a Zclass? Data: 02/12/03 19:17
Yurj wrote at 2003-12-2 09:50 -0100: > > Yurj wrote at 2003-11-30 19:09 -0100: > > > How to replace catalogaware base class with
catalogpathaware in a
> Zclass? > > > > > > Calogaware has path problem with virtual host monster... > > > > I would reimplement "CatalogAware" by > "CatalogPathAware" > > (after that, both were the same). > > How? :)) A new product or editing the source?
Editing the source...
-- Dieter
________________________________________________ Message sent using ALFANET Caorle WEBMAIL 1.0
> > Yurj wrote at 2003-11-30 19:09 -0100:
> > > How to replace catalogaware base class with
catalogpathaware in a
> Zclass? > > > > > > Calogaware has path problem with virtual host
monster...
> > > > I would reimplement "CatalogAware" by > "CatalogPathAware" > > (after that, both were the same). > > How? :)) A new product or editing the source?
Editing the source...
Can I found an official patch or a guide to do it?
Carrer Yuri wrote at 2003-12-3 09:25 +0100:
... Replace "CatalogAware" by "CatalogPathAware" ... Can I found an official patch or a guide to do it?
No for the official patch. Guide: remove the definition of the class "CatalogAware" from "Products/ZCatalog/CatalogAwareness.py" and replace it by "from CatalogPathAwareness import CatalogAware". -- Dieter
participants (3)
-
Carrer Yuri -
Dieter Maurer -
Yurj