[Zope-dev] zpatterns-0.4 ?

2000-06-06 Thread Jephte CLAIN
Hello, I have used ZPatterns-0.3.0 to complete a project that I shipped yesterday. Although I had to write a CatalogAwareRack/Specialist to allow me to search for rackmountables, I can say that ZPatterns has saved my life! I would like to thanks Philip for this great contribution. (too bad I no l

[Zope-dev] RE: [Zope] highly available Zope thread; our hanging problem

2000-06-06 Thread Marcus Collins
Hi, I'd like to comment on this, and summarise some references below. Much of this discussion took place on the zope-dev list (see references), so I'm cc'ing the zope-dev list. You might also wish to add to the Wiki: http://www.zope.org/Members/tseaver/Projects/HighlyAvailableZope/. > -Origi

[Zope-dev] Re: [Zope] highly available Zope thread; our hanging problem

2000-06-06 Thread Brian Takashi Hooper
On Tue, 6 Jun 2000 15:19:29 +0200 Marcus Collins <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to comment on this, and summarise some references below. Much of > this discussion took place on the zope-dev list (see references), so I'm > cc'ing the zope-dev list. You might also wish to add to t

[Zope-dev] [Ann] Zope 2.1.6 ZCatalog patches: "and not", "near"

2000-06-06 Thread Dieter Maurer
Zope 2.1.6's ZCatalog contains a small bug in its handling of "and not" searches. URL:http://www.handshake.de/~dieter/pyprojects/zope/andnot.pat fixes this bug. "near" searches do not work. As Michel pointed out, the relevant indexes have been removed for space considerations. The patch at

[Zope-dev] BerkeleyStorage.py is broken?

2000-06-06 Thread nw_moriarty
There are many admonitions to use BerkeleyStorage.py if you don't require versions in a database. However, I have tried without success to get it to work with TCS.bsddb.db and BerkeleyDB 2.7.7 in a stand alone application. How ANYBODY got it to work? Nigel --== Sent via Deja.com http://ww

[Zope-dev] ReiserStorage 0.01 alpha

2000-06-06 Thread Petru Paler
Hello all, Attached you can find the code for a preliminary ZODB storage manager which is designed to take adventage of the reiserfs filesystem (http://devlinux.com/namesys). While it is usable on other filesystems too, the performance will decrease as the number of objects in your d

Re: [Zope-dev] ZPatterns ProperySheet usage example?

2000-06-06 Thread Phillip J. Eby
At 08:47 PM 6/5/00 -0600, Bill Anderson wrote: >"Phillip J. Eby" wrote: >> >> At 05:07 PM 6/5/00 +0800, Mike wrote: >> >Hello people, >> > >> >could anybode give an example (in code) on subject? >> > >> >> This isn't exactly code, but... >> >> Set up a LoginManager with a GenericUserSource, and

Re: [Zope-dev] New Help System in 2.2

2000-06-06 Thread Dan L. Pierson
Jimmie Houchin writes: > I was considering at one point jumping up and writing a documentation > system for Python/Zope. Unfortunately my notes, not many, are at work. > But some things I had in mind were based on something like JavaDoc. I am > not a Java expert and have not really used JavaDo

Re: [Zope-dev] zpatterns-0.4 ?

2000-06-06 Thread Phillip J. Eby
At 08:21 PM 6/6/00 +0400, Jephte CLAIN wrote: >Hello, > >I have used ZPatterns-0.3.0 to complete a project that I shipped >yesterday. Congratulations, you're even braver than I am. ;) >Although I had to write a CatalogAwareRack/Specialist to allow me to >search for rackmountables, I can say th

[Zope-dev] LM and user objects

2000-06-06 Thread Bill Anderson
Pardon my denseness (politics can do that to you I guess ;)... I beleive I have the basic LM concept grasped. I understand that I need a 'User' Object, ostensibly can be done in Python or ZClasses. For now, I will look at ZClasses for experimentation. So, I beleive that to set up a ZODB-based Us

Re: [Zope-dev] transaction support for ordering transactions.

2000-06-06 Thread Phillip J. Eby
At 02:34 PM 6/6/00 +1000, Anthony Baxter wrote: > As part of making SQLSession transaction-sane, I'd like to be able >to specify that something can register itself to be committed or >aborted earlier in the list of objects rather than just being put on >the end of the list. The reason for this:

Re: [Zope-dev] BerkeleyStorage.py is broken?

2000-06-06 Thread Ty Sarna
In article <[EMAIL PROTECTED]>, nw_moriarty <[EMAIL PROTECTED]> wrote: > There are many admonitions to use BerkeleyStorage.py if you don't > require versions in a database. However, I have tried without success > to get it to work with TCS.bsddb.db and BerkeleyDB 2.7.7 in a stand > alone applic

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Phillip J. Eby
At 02:21 PM 6/6/00 -0600, Bill Anderson wrote: > >I beleive I have the basic LM concept grasped. I understand that I need >a 'User' Object, ostensibly can be done in Python or ZClasses. For now, >I will look at ZClasses for experimentation. > >So, I beleive that to set up a ZODB-based User for LM,

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Kevin Dangoor
- Original Message - From: "Bill Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 06, 2000 4:21 PM Subject: [Zope-dev] LM and user objects > Once I get that set up, I add property sheets for the user where? The > ZClass? > Once I get that set up, how do I add a u

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Bill Anderson
"Phillip J. Eby" wrote: > > At 02:21 PM 6/6/00 -0600, Bill Anderson wrote: > > > >I beleive I have the basic LM concept grasped. I understand that I need > >a 'User' Object, ostensibly can be done in Python or ZClasses. For now, > >I will look at ZClasses for experimentation. > > > >So, I beleive

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Bill Anderson
Kevin Dangoor wrote: > > - Original Message - > From: "Bill Anderson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 06, 2000 4:21 PM > Subject: [Zope-dev] LM and user objects > > > Once I get that set up, I add property sheets for the user where? The > > ZClass? > >

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Phillip J. Eby
At 04:03 PM 6/6/00 -0600, Bill Anderson wrote: > >I am using the deafult UserSource that comes with LM for the moment (one >step at a time ;) LM or PTK? >When I try to add through the manage interface, I get: >Error Type: KeyError >Error Value: _v_rack Eh? What manage interface? Nothing Ty o

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Bill Anderson
"Phillip J. Eby" wrote: > > At 04:03 PM 6/6/00 -0600, Bill Anderson wrote: > > > >I am using the deafult UserSource that comes with LM for the moment (one > >step at a time ;) > > LM or PTK? LM (Waiting for Dan's changes before trying _any_ LM with PTK ;) > > >When I try to add through the m

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Lalo Martins
On Tue, Jun 06, 2000 at 04:03:50PM -0600, Bill Anderson wrote: > > Cool. I tried the ZClass route (less restarts ;) gave it Fname,Lname,and > zpasswd as fields. (ISTR something about the password needing to be a > field) Running the risk of repeating myself: if the password is a ZClass property

[Zope-dev] Getting to container from a method called by the factory

2000-06-06 Thread Kevin Dangoor
I'm trying to check if the container from which the user selected a product from the add menu has an "acl_users" folder. When the user selects the option from the add menu, they get a form. When they submit the form, the method (a PythonMethod) does this: folder=self.Destination() if hasattr(

Re: [Zope-dev] transaction support for ordering transactions.

2000-06-06 Thread Anthony Baxter
>>> "Phillip J. Eby" wrote > There is an error in your patch, however. _prepend should use > self._objects.insert(0,object), as the way you're doing it now will break > the _append method. (Because _append is a reference to _objects.append, > and you're replacing the old _objects with a new list

[Zope-dev] Interfaces Wiki Changes

2000-06-06 Thread Chris Withers
Hi Michel, I've been good and documented what I learned from the docs discussion in the interfaces wiki. Can you check and correct as appropriate please: http://www.zope.org/Members/michel/Projects/Interfaces/ACPermissions http://www.zope.org/Members/michel/Projects/Interfaces/QueryObject Also,

[Zope-dev] (no subject)

2000-06-06 Thread kyn
Hi Zope-developers, I try out Zope last week and was greatly impressed with the flexiblity of the zope system. Now, I am thinking of porting my Company intranet to zope but I have one problem. Our company backend database servers (for items catelogs, leave application ...etc) sits on Inprise

RE: [Zope-dev] (no subject)

2000-06-06 Thread Chris McDonough
I was kicking the idea of making one around, but I don't think I'll have time to do it. There's a document on how to write a Zope database adapter by Chris Petrilli at: http://www.zope.org/Members/petrilli/WritingADA Since the Python layer has been (well) done by Alex, it shouldn't be too hard