From prudek at bvx.cz Sun Jul 1 11:55:53 2007 From: prudek at bvx.cz (Milos Prudek) Date: Sun, 1 Jul 2007 11:55:53 +0200 Subject: [kupu-dev] kupu and fill-slot drawers In-Reply-To: <200706291654.37336.prudek@bvx.cz> References: <200706291654.37336.prudek@bvx.cz> Message-ID: <200707011155.53369.prudek@bvx.cz> > administration intervention. An error window appears with this text:?"There > was a problem initiaiting the drawers. Most likely the XSLT or XML files I found out the cause of the problem. I should not have used fill-slot "drawers", I should have used fill-slot "extradrawer". -- Milos Prudek From biftarin at hotmail.com Mon Jul 2 13:25:45 2007 From: biftarin at hotmail.com (dave de montfort) Date: Mon, 02 Jul 2007 11:25:45 +0000 Subject: [kupu-dev] Zope2 "Not a registered directory" error Message-ID: Hi everyone, I'm trying to get kupu working on Zope2 and FileSystemSite 2.1 in Windows. I installed Zope 2.10.3, then I copied the "FileSystemSite" directory into the "Products" directory of my Zope instance. I then copied the "kupu" directory into "Products". I added a "FileSystem Directory View" object into the Zope2 root and selected "kupu/common" as the directory when requested. Now when I try to add a "kupu editor" object into the Zope root I get the following error. Error Value: Not a registered directory: Products/kupu/common I first tried this with kupu 1.3 and then with the nightly build of kupu 1.4 and got the same error, so I think I must be doing something wrong. If someone can point out what I'm doing wrong and help me get kupu working I would greatly appreciate it. Thanks in advance. _________________________________________________________________ Win tickets to the sold out Live Earth concert! http://liveearth.uk.msn.com From duncan.booth at suttoncourtenay.org.uk Mon Jul 30 15:14:44 2007 From: duncan.booth at suttoncourtenay.org.uk (Duncan Booth) Date: Mon, 30 Jul 2007 13:14:44 +0000 (UTC) Subject: [kupu-dev] Kupu and Safari Message-ID: I tried running Plone kupu with the Windows version of Safari, and the good news is that the xsl support seems to be in there and working. The bad news is that I'm getting a lot of other javascript errors. Is there any sane way to debug javascript with Safari? All I can find is the virtually useless javascript console + console.log. if I turn off Plone's javascript compression so as to get meaningful messages I get swamped by millions of KSS debug messages and apparently no way to turn them off. I tracked down one issue where a DOM node wasn't being imported, but I'm still getting errors which look like javascript regex incompatibilities. From manos_lists at geekologue.com Mon Jul 30 15:47:55 2007 From: manos_lists at geekologue.com (Manos Batsis) Date: Mon, 30 Jul 2007 16:47:55 +0300 Subject: [kupu-dev] Kupu and Safari In-Reply-To: References: Message-ID: <46ADEC0B.3040301@geekologue.com> Not really an answer to your questions, but i would suggest to use the sarissa dist instead of your modified copy. The current version fixes a lot of safari issues and offers support for javeline's XSLT/XPath implementations as well (those where made primarily for safari). Duncan Booth wrote: > Is there any sane way to debug javascript with Safari? Its console is all there is AFAIK. Cheers, Manos From petitmermet at mat.ethz.ch Tue Jul 31 11:44:39 2007 From: petitmermet at mat.ethz.ch (Marc Petitmermet) Date: Tue, 31 Jul 2007 11:44:39 +0200 Subject: [kupu-dev] Kupu and Safari In-Reply-To: References: Message-ID: <3F9E65DD-3AE4-4445-9073-25FB2BFEEC41@mat.ethz.ch> On 30. Jul 2007, at 15:14 Uhr, Duncan Booth wrote: > I tried running Plone kupu with the Windows version of Safari, and > the good > news is that the xsl support seems to be in there and working. The > bad news > is that I'm getting a lot of other javascript errors. > > Is there any sane way to debug javascript with Safari? All I can > find is > the virtually useless javascript console + console.log. if I turn off > Plone's javascript compression so as to get meaningful messages I get > swamped by millions of KSS debug messages and apparently no way to > turn > them off. > > I tracked down one issue where a DOM node wasn't being imported, > but I'm > still getting errors which look like javascript regex > incompatibilities. there is a javascript debugger and it is called "Drosera". if i remember correctly the debugger is only available in the nightly version. details: http://webkit.org/blog/?p=61 regards, marc From duncan.booth at suttoncourtenay.org.uk Tue Jul 31 13:13:47 2007 From: duncan.booth at suttoncourtenay.org.uk (Duncan Booth) Date: Tue, 31 Jul 2007 11:13:47 +0000 (UTC) Subject: [kupu-dev] Kupu and Safari References: <3F9E65DD-3AE4-4445-9073-25FB2BFEEC41@mat.ethz.ch> Message-ID: Marc Petitmermet wrote: >> I tracked down one issue where a DOM node wasn't being imported, >> but I'm >> still getting errors which look like javascript regex >> incompatibilities. > > > there is a javascript debugger and it is called "Drosera". if i > remember correctly the debugger is only available in the nightly > version. details: http://webkit.org/blog/?p=61 Thanks, but sadly according to the wiki: "Drosera is currently not available on Windows." and I don't have access to a Mac at present. From florian.schulze at gmx.net Tue Jul 31 15:20:03 2007 From: florian.schulze at gmx.net (Florian Schulze) Date: Tue, 31 Jul 2007 15:20:03 +0200 Subject: [kupu-dev] Kupu and Safari References: Message-ID: On Mon, 30 Jul 2007 15:14:44 +0200, Duncan Booth wrote: > I tried running Plone kupu with the Windows version of Safari, and the > good > news is that the xsl support seems to be in there and working. The bad > news > is that I'm getting a lot of other javascript errors. > > Is there any sane way to debug javascript with Safari? All I can find is > the virtually useless javascript console + console.log. if I turn off > Plone's javascript compression so as to get meaningful messages I get > swamped by millions of KSS debug messages and apparently no way to turn > them off. > > I tracked down one issue where a DOM node wasn't being imported, but I'm > still getting errors which look like javascript regex incompatibilities. Hi! You can turn of KSS in the ResourceRegistry. There is also a non debug version which doesn't output anything, you would need to ask ree about it. Regards, Florian Schulze