Re: [Zope-dev] XMLRPC and Basic Auth problems

2002-08-15 Thread Tim Hoffman
I have lodged a collector issue on this Rgds Tim On Fri, 2002-08-16 at 04:31, Nils Kassube wrote: > Casey Duncan <[EMAIL PROTECTED]> writes: > > > The server returns a 200 response status. Strangly, the response > > headers do include WWW-Authenticate. So, the xml-rpc code must be > > changin

[Zope-dev] WebDAV access for DTML Methods and Documents

2002-08-15 Thread brian.r.brinegar.1
Hello, This may be something that cannot easily be fixed, but the permission "FTP Access" is required for a user to have "WebDAV Access" to an object. Since the method is shared by FTP and WebDAV a more general permission name should be used. Thanks, -Brian

Re: [Zope-dev] XMLRPC and Basic Auth problems

2002-08-15 Thread Nils Kassube
Casey Duncan <[EMAIL PROTECTED]> writes: > The server returns a 200 response status. Strangly, the response > headers do include WWW-Authenticate. So, the xml-rpc code must be > changing the response status. Yes. It's probably this piece in ZPublisher/xmlrpc.py: --cut-- # Do the damage. self.s

[Zope-dev] Re: OT: folding editors

2002-08-15 Thread Joachim Schmitz
I can also define any foldmarks I wish in Jed. What do you suggest ? I actually didn't care until this mail ;-) --On Donnerstag, August 15, 2002 16:21:15 +0200 Jean Jordaan <[EMAIL PROTECTED]> wrote: > > > # {{{ ... #}}} crutches ;^) > > > > I use a folding editor (jed) and these are the fo

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Guido van Rossum
> I guess the main complaint was that given a set of indexes sharing a > lexicon, deleting the lexicon and replacing it with another one had > no effect on the indexes and in fact removes your ability to manage > their lexicon at all. So you must replace all of the indexes to use > the new lexicon

[Zope-dev] OT: folding editors

2002-08-15 Thread Jean Jordaan
> > # {{{ ... #}}} crutches ;^) > > I use a folding editor (jed) and these are the folding marks. Use Vim, it folds based on indentation (or anything else you care to teach it)! ;> -- Jean Jordaan Upfront Systems http://www.upfrontsystems.co.za ___

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Guido van Rossum
> I think that there is at least potential value in sharing lexicons. > Of course, a down side is that it complicates set up. This is where I say "YAGNI" and announce that I'll be happy to refactor the code if and when a real need is discovered. > On the subject of referencing lexicons by path r

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Jim Fulton
Casey Duncan wrote: > On Thursday 15 August 2002 09:21 am, Jim Fulton wrote: > ... > I'm not sure what you mean. The pipelining is defined and executed in the > lexicon. My mistake. > >>I think that there is at least potential value in sharing lexicons. >>Of course, a down side is that it

Re: [Zope-dev] Bug Day 8/02 recap

2002-08-15 Thread Adrian Hungate
From: "Dieter Maurer" <[EMAIL PROTECTED]> > Matt Behrens writes: > > Zope Bug Day August 2002 was an unqualified success, with our largest > > bug total squashed to date: 45! The number of still-open collector > > issues dropped by almost 25%. Thanks to all those who participated! > > ... >

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Casey Duncan
On Thursday 15 August 2002 09:21 am, Jim Fulton wrote: > The original reason to share vocabularies was that multiple fields > often came from the same human "vocabulaties". The idea was that vocabularies > would encompass a number of features including: > > - Words (or n-grams) used > > - Synon

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Jim Fulton
The original reason to share vocabularies was that multiple fields often came from the same human "vocabulaties". The idea was that vocabularies would encompass a number of features including: - Words (or n-grams) used - Synonyms - Stemming rules - Stop words - Splitting rules There was, po

Re: [Zope-dev] PythonWin/Textpad, external import of Zope module and Persistence

2002-08-15 Thread Johan Carlsson [Torped]
At 10:54 2002-08-15 +0100, Chris Withers wrote: >Johan Carlsson [Torped] wrote: >>I'm trying to setup to run with either TextPad, which can run external >>program like python scripts >>and then parse the result and making Traceback lines linked to the >>line/file where the error occurred. > >No

Re: [Zope-dev] PythonWin/Textpad, external import of Zope moduleand Persistence

2002-08-15 Thread Chris Withers
Johan Carlsson [Torped] wrote: > > I'm trying to setup to run with either TextPad, which can run external > program like python scripts > and then parse the result and making Traceback lines linked to the > line/file where the error occurred. No sure exactly what you're trying to do here, can

Re: [Zope-dev] Shared lexicons for ZCTextIndex (was: Re: [Zope-Checkins]CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.32)

2002-08-15 Thread Chris Withers
Casey Duncan wrote: > Anyone care to weigh in with use cases for shared lexicons? Well, the use case you describe: several indexes with roughly the same lexicon is the one to watch out for. If you're going to do some quantitative tests on this, it'd be interesting. Still, KISS and all that wo

Re: [Zope-dev] Bug Day 8/02 recap

2002-08-15 Thread Dieter Maurer
Matt Behrens writes: > Zope Bug Day August 2002 was an unqualified success, with our largest > bug total squashed to date: 45! The number of still-open collector > issues dropped by almost 25%. Thanks to all those who participated! > ... I want to note that I am *very* pleased with recent

Re: [Zope-dev] to __of__ or not to __of__ ?

2002-08-15 Thread Johan Carlsson [Torped]
>At 23:38 2002-08-14 -0400, Casey Duncan said: >>The Item class mixes in Traversable, which is probably responsible for >>making >>this work TTW. It also gives you a bunch of other stuff that many Zope >>classes need, like DAV support, copy support, ZMI tab support and security. >>It doen't mix-