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

2000-06-28 Thread Dr. Ross Lazarus
Shane - it's a shocking thing to post untested patches - particularly when they work I just tested this quickly on 2.1.6 and 22b3 and it seems fine. Thank you!. Ok, what's the way forward here - how do we make sure that a 2.2 clean CalendarTag product appears in the Products download area on

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

2000-06-28 Thread Shane Hathaway
"Dr. Ross Lazarus" wrote: > > > The offending line in CalendarTag.py is > > > > > > ns = namespace(self, > > > date = date, > > > mode = self.mode, > > > firstday = firstday, > > > setCalendar = self.setCalendar_, > > > ge

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

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 ===2.1.6==

[Zope-dev] EMarket and 2.2.0b3

2000-06-28 Thread R. David Murray
OK, so I didn't get very far in tracking down what inside EMarket is triggering the wierd auth behavior, because I had to run a bunch of tests against b3, where the behavior has changed from that of b2. For this testing my method of determining if "things are weird" is to see if I get prompted fo

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 /usr/local/zope/zope22b3/lib/python/Doc

Re: [Zope-dev] ZTopic displays wrong tabs

2000-06-28 Thread Steve Alexander
Steve Alexander wrote: > > > > > > > Edit catalog search criterion number > on Catalog . Or, I could have used the less-clear one-liner: Any preference? -- Steve Alexander Software Engineer Cat-Box limited http://www.cat-box.net

[Zope-dev] ZTopic displays wrong tabs

2000-06-28 Thread Steve Alexander
Hi folks, I'm using ZTopic. One thing I've noticed about the management interface is that, although an appropriate tab is highlighted when you click that tab, if you go to a subsequent screen, often "contents" will erroneously become the highlighted tab. This is causing problems as I explain to

[Zope-dev] ZPatterns: DropZone example

2000-06-28 Thread Steve Alexander
Hi folks, I've been looking at the DropZone example Phillip Eby provided on the ZPatterns Wiki. http://www.zope.org/Members/pje/Wikis/ZPatterns/DropZoneExample I've decided to start implementing it, so as to give myself an educational experience in using ZPatterns. I have an open question:

[Zope-dev] Comments on ZPatterns

2000-06-28 Thread Chris Withers
> > "Phillip J. Eby" wrote: > > > At 02:33 PM 6/11/00 -0600, Shane Hathaway wrote: > > > >I believe I have come to understand the basics of ZPatterns and would > > > >like to be sure I understand correctly, as well as help others > > > >understand also. Feel free to flame me if I've got this wron

Re: [Zope-dev] Racks and Specialists Simplified

2000-06-28 Thread Steve Alexander
Shane Hathaway wrote: > > "Phillip J. Eby" wrote: > > At 02:33 PM 6/11/00 -0600, Shane Hathaway wrote: > > >I believe I have come to understand the basics of ZPatterns and would > > >like to be sure I understand correctly, as well as help others > > >understand also. > > > > Bravo! An exquisite

[Zope-dev] Prototyped folders?

2000-06-28 Thread Steve Alexander
Hi Hamish, I've answered your message in Zope-Dev, as this seems to be more of a developers' question. Hamish wrote: > If a folder doesn't itself contain a required object or method, I'd > like to have another folder looked in instead. The fall-back folder > won't necessarily (and often can't) b

Re: [Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-28 Thread Adam Karpierz
Please, can you explain me why this bug and path was retracted from Collector with message ?: "Retracted by submitter (in Zope-Dev mailinglist, forgot to define USE_EXTENSION_CLASS)." This path intended for 'official' version 2.2.0b3, _not only_ for version compiled from sources. Please compare

Re: [Zope-dev] Confera fix

2000-06-28 Thread Chris Withers
Hmmm, you could just use Squishdot 0.4.1 with the 'plain' style, it looks and behaves pretty much identically to Confera except it works (although I'm sure it has bugs ;-) and is maintained (by me ;-) which, sadly, I don't think Confera is. HTH, Chris ___

RE: [Zope-dev] Confera fix

2000-06-28 Thread Gabor Melis
Hi I use confera-1.3.2-mtg. This version does not use ts_regex. I needed a small patch to make it handle newlines correctly. I cannot find a link confera-1.3.2-mtg so I attach the mtg patch as well. Gabor Melis On 27-Jun-2000 MIME :[EMAIL PROTECTED] wrote: > Attached is a slightly modified Con

[Zope-dev] cut and paste zclass instances broken in 2.2.0b3?

2000-06-28 Thread Dr. Ross Lazarus
Another gremlin has just bitten hard. I have a nested zclass - zclass (link object) within a zclass ('problem' object) within a zclass ('problem container' object). In 2.1.6, no problems using manage_cutObject and manage_pasteObject to move the link objects around between problems. In 2.2.0b3, I