[Zope] The Calendar Tag

2000-11-20 Thread Kaeidinejad, Shahram
Hi, How can give me more information about product "The Calendar Tag"? Is may be to use "The Calendar Tag" with MS-Outlook? cu Shahram ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] The Calendar Tag

2000-11-20 Thread Jerome Alet
On Mon, 20 Nov 2000, Kaeidinejad, Shahram wrote: How can give me more information about product "The Calendar Tag"? Is may be to use "The Calendar Tag" with MS-Outlook? The CalendarTag's purpose is to render calendars in html (or dtml ;-) documents. The webmaster only has to code the

[Zope-dev] Calendar tag 0.9.22 released

2000-09-18 Thread Ibañez Palomar Juan David
Hi all, There's a new version of the calendar tag, I need feedback about it, specially from those who use the "setCalendar('url_', ...)" hook or the "linkDate(...)" function. thanks, david ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] Calendar Tag 0.9.21 released

2000-09-09 Thread Ibañez Palomar Juan David
Hi all, The version 0.9.21 of the calendar tag has been released, it can be downloaded from "http://www.zope.org/Members/jdavid/Calendar". This is a beta version, pre-1.0. If you're aware of any bug or want a *small* change to be done in 1.0 tell me now (hope to release 1.0 and start 1.1.x

Re: [Zope-dev] Calendar tag 0.9.6 breaks with 2.2.0b3??

2000-06-28 Thread Dieter Maurer
Dr. Ross Lazarus writes: Trying the new 2.2.0b3 zope. One zclass using ty's calendar tag now breaks with an error message I just cannot figure out - Error Type: TypeError Error Value: unexpected keyword argument: linkDate File

Re: [Zope-dev] Calendar tag 0.9.6 breaks with 2.2.0b3??

2000-06-28 Thread Dr. Ross Lazarus
Thanks for the help. Summary: CalendarTag works fine in 2.1.6 but is broken in 2.20b3. __call__ is mapped to render(self,md) - this is the same for all dtml tags AFAIK. The point that I find hard to understand is that namespace in DT_Util has changed from 2.1.6 as follows

Re: [Zope-dev] Calendar tag 0.9.6 breaks with 2.2.0b3??

2000-06-28 Thread Shane Hathaway
"Dr. Ross Lazarus" wrote: The point that I find hard to understand is that namespace in DT_Util has changed from 2.1.6 as follows ===2.1.6== class namespace_: pass def namespace(self, **kw): """Create a tuple consisting of a single instance whos