[Zope-dev] Re: [Zope] WebDAV/Word readonly problem resolved

2001-11-27 Thread Robert Rottermann
Great to hear thank you Robert - Original Message - From: "Andreas Jung" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 4:58 PM Subject: [Zope] WebDAV/Word readonly problem resolved > The long outstanding problem that WinWord treated

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Casey Duncan
On Tuesday 20 November 2001 05:35 pm, Wolfram Kerber allegedly wrote: > Hi, > > i'm currently working on a product that allows to attach relational > information to zope-objects. It works quite well so far, but to further > enhance it i need to make some changes to the Catalog. I could perhaps > i

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Steve Alexander
Casey Duncan wrote: > > I have some code that implements this in my CatalogQuery product. It creates > a query object from a string. Presently these are not persistent, but they > could easily be made to be to create precompiled queries. > > code at: http://www.zope.org/Members/Kaivo/CatalogQ

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Casey Duncan
On Tuesday 27 November 2001 09:49 am, Steve Alexander allegedly wrote: > Casey Duncan wrote: > > I have some code that implements this in my CatalogQuery product. It > > creates a query object from a string. Presently these are not persistent, > > but they could easily be made to be to create prec

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Matt Hamilton
On Tue, 27 Nov 2001, Casey Duncan wrote: > > I'm interested in this too, and I'm keen to get a solution that will > > work with just the ZODB, without needing all of Zope. > > Yes, I second, third and forth that motion. I have a bunch of ideas kicking > around for ZODB-level indexing. Let's talk

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Andreas Jung
Is this code available for public ? Andreas - Original Message - From: "Matt Hamilton" <[EMAIL PROTECTED]> To: "Casey Duncan" <[EMAIL PROTECTED]> Cc: "Steve Alexander" <[EMAIL PROTECTED]>; "Wolfram Kerber" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 10:06 Sub

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Matt Hamilton
On Tue, 27 Nov 2001, Andreas Jung wrote: > Is this code available for public ? Sort of :) It used to be around, but the server with it on is currently offline and in need of a new disk controller, so it is not to hand. It is also poorly commented :( and written in very highly optimised (read:

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Steve Alexander
Casey Duncan wrote: > > No unfortunately I think it got lost in the shuffle around the time of my > cross-country move. Any chance of sending it over again? I am revamping some > of my "old" products, perhaps this will give me an excuse to release a new > version of catquery. I'll look them

Re: [Zope-dev] Resize a image stored in a Oracle's BLOB Field

2001-11-27 Thread Matthew T. Kromer
I'm not really sure when this was asked ( I dont think it was '99) :) The tag is in the containing document, not the actual method which returns the image... Somewhere else you have an which is where you slap the height and width tags. On Friday, November 12, 1999, at 07:40 AM, Juan Javier Ca

Re: [Zope-dev] More signal 11 restarts....

2001-11-27 Thread Matthew T. Kromer
The only real suggestion I have is to attach the debugger to a running thread and hope it hits the fault while the debugger is attached. Linux core files are difficult to impossible to debug when threading is active. The 2.4 kernels may have addressed this some but I dont know that gdb has c

[Zope-dev] PluginIndexes, 2 bugs

2001-11-27 Thread Juan David Ibáñez Palomar
First bug, the module 'Products/PluginIndexes/tests/testFieldIndex.py' contains the methods 'checkEmpty', 'checkPopulated', 'checkZero', 'checkNone' and 'checkRange'; they should be named 'testEmpty', 'testPopulated', etc.. otherwise the tests doesn't run. Last bug, The file 'Products/PluginInd

[Zope-dev] Dataskin Zclass + Folder subclassing problem

2001-11-27 Thread Jean Lagarde
Hi all, A ZClass inheriting from both DataSkin and Folder seems to work as expected (so much has been discussed in other messages, at least with ObjectManager). However, instead of inheriting directly from DataSkin, I want to inherit from another Zclass which is itself based on DataSkin, i.e. (no

Re: [Zope-dev] Security Question

2001-11-27 Thread Dieter Maurer
Andre Schubert writes: > Have i missunderstand restrictedTraverse, which says that a object will > be accessed by traversing > a path and checking permissions for each object. No, you did not. That's how "restrictedTraverse" should work Dieter

Re: [Zope-dev] Overriding base class method / CatalogAware mixin

2001-11-27 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > > I got a TypeError that I think is due to > ExtensionClass when trying to call the superclasses method, even with an > instance of the subclass passed as the first variable. I am not sure, I understand your problem... But it may be the problem clearly describ

Re: [Zope-dev] More signal 11 restarts....

2001-11-27 Thread Dieter Maurer
Daniel Duclos writes: > I have a zope that is dumping signal 11 every 40 minutes or so. I have tried > recompile python 2.1.1 with-threads without-pymalloc, recompile Zope with it, > recompile ZPAtterns, recompile and instal MYSQL for Python 0.9.1, upgraded to > Zope 2.4.3, all this on

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Wolfram Kerber
Hi No, i wasn't aware of your product :-( , the only one i found was ZOQL by Stephan Richter, but that didn't help much. Well, now i have written an implementation that reuses some of the code in TextIndex (for parenthesis parsing and insertion of a default operator) an then saves the query in RP

Re: [Zope-dev] Security Question

2001-11-27 Thread Andre Schubert
Dieter Maurer schrieb: > > Andre Schubert writes: > > Have i missunderstand restrictedTraverse, which says that a object will > > be accessed by traversing > > a path and checking permissions for each object. > No, you did not. > That's how "restrictedTraverse" should work Oh, does that me