Re: [Zope-dev] LoginManger: multiple LoginMethods

2001-01-20 Thread Phillip J. Eby
At 06:38 PM 1/7/01 -0800, John Eikenberry wrote: > >Anyways... I want to be able to support both cookie based auth and basic >auth. With cookie based auth being the default unless they don't have >cookies (either because they have them turned off, behind a proxy filter, >etc), in which case they s

[Zope-dev] MS-SQL Server Connector

2001-01-20 Thread Adrian Hungate
Is there a database connector or similar for MS-SQL Server that might run on non-windows Zopes? Adrian... ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope-dev] Added rename to ZOPE FTP server

2001-01-20 Thread Joachim Werner
Tom Vijlbrief wrote: > Hi, > > I've added the rename capability to the Zope FTP-server, > so I could use the KDE FTP client (this is a known Zope bug). > > I attached the 3 modified files (from the 2.2.5 src distro). > Dear people at DC! Please get that into the CVS ASAP. This is a very big i

[Zope-dev] Better test case for Bug 1783: Persistent __call_method__() interferes with __getstate__

2001-01-20 Thread John D. Heintz
Hello all, The following is the best test case I have so far for bug 1783. The behavior of the bug is that no CMethods from Persistent can be called indirectly when the __call_method__ hook is present. This means that I can't override any of __getstate__, __setstate__, _p_deactivate. #!/usr/

RE: [Zope-dev] Import/Export in 2.3beta2

2001-01-20 Thread Brian Lloyd
> The reason it's gone is that it's not really a "view" of hte > folder, but an > action. It is, however, a bug that the button doesn't show up if > the folder > is empty. I'm quite sure Brian will fix this ASAP. Fixed in CVS - it'll be in b3. Brian Lloyd[EMAIL PROTECTED] Software E

[Zope-dev] Added rename to ZOPE FTP server

2001-01-20 Thread Tom Vijlbrief
Hi, I've added the rename capability to the Zope FTP-server, so I could use the KDE FTP client (this is a known Zope bug). I attached the 3 modified files (from the 2.2.5 src distro). There is however another problem in the ZOPE ftpd which is probably not related to my patches, but for which I

Re: [Zope-dev] Import/Export in 2.3beta2

2001-01-20 Thread Christopher Petrilli
The reason it's gone is that it's not really a "view" of hte folder, but an action. It is, however, a bug that the button doesn't show up if the folder is empty. I'm quite sure Brian will fix this ASAP. Chris -- | Christopher Petrilli | [EMAIL PROTECTED] - Original Message - From: "Andy

[Zope-dev] ZPatterns patches

2001-01-20 Thread Steve Alexander
I've put an extensive patch to ZPatterns 0-4-3b2 here: http://www.cat-box.net/steve/ZPatterns.patch The patch includes the following: * Fix to _memento class so it works with Zope 2.3 * Alteration to GAPMixin so the the attributes it says it provides come from the union of the assignments

[Zope-dev] ZPatterns: SkinScript semantics

2001-01-20 Thread Steve Alexander
In a SkinScript COMPUTE statement, should I be allowed to supply different names in the OTHERWISE LET section as in the attributes section? For example: WITH some_query() COMPUTE foo,bar,baz OTHERWISE LET foo='There is no foo', spoon='There is no spoon' Looking at the ZPatterns code,