[Zope-dev] CalendarTag fix for Zope 2.2

Ibaņez Palomar Juan David al028823@alumail.uji.es
Mon, 17 Jul 2000 11:15:25 +0200 (DFT)


Shane already told me about this bug, the latest release (0.9.17) is fixed.

> 
> Here is a small patch to make the lovely calendar tag play nice with
> DT_Util.namespace() in Zope 2.2:
> 
>  $ diff -c lib/python/Products/Calendar/CalendarTag.py \
> lib/python/Products/Calendar/CalendarTag.py.org
> *** lib/python/Products/Calendar/CalendarTag.py      Sun Jul 16 21:39:27 2000
> --- lib/python/Products/Calendar/CalendarTag.py.org  Sun Jul 16 21:41:40 2000
> ***************
> *** 248,254 ****
>       __call__ = render
> 
>       def render_day_(self, md, date, firstday):
> !         ns = namespace(md,
>               date = date,
>               mode = self.mode,
>               firstday = firstday,
> --- 248,254 ----
>       __call__ = render
> 
>       def render_day_(self, md, date, firstday):
> !         ns = namespace(self,
>               date = date,
>               mode = self.mode,
>               firstday = firstday,
> 
> namespace() now insists that its self argument be an InstanceDict,
> which caused it to barf.
>  
> -- 
> =========================================================
> Tres Seaver                          tseaver@digicool.com
> Digital Creations   "Zope Dealers"   http://www.zope.org
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
> 
>