Re: [Zope-dev] The future of ZPatterns and LoginManager

2002-03-11 Thread Paul Browning
--On 11 March 2002 07:24 +0100 Johan Carlsson [Torped] [EMAIL PROTECTED] wrote: Hi everybody, (I did ask this question to the ZPatterns list, but without any answer. So I hope one better luck here.) I finally got the opportunity to use ZPatterns in a project and am quite please with the

[Zope-dev] User Folders

2002-03-11 Thread Chris Withers
Johan Carlsson [Torped] wrote: Or what I really want to know, is it safe to base my applications on ZP and/or LM or is it something I'm going to regret? You should be regretting it already ;-) LoginManager needs a replacement. I'd like to see a flexible and documented user and userfolder

Re: [Zope-dev] ZODB thread safety issue.

2002-03-11 Thread Toby Dickenson
On Sun, 10 Mar 2002 11:52:24 +0100 (CET), Romain Slootmaekers [EMAIL PROTECTED] wrote: This explains the problems we have with our system: we have a multithreaded system where each thread iteratese over a set of objects in the ZODB, and sees of something needs to be done... if so the thread does

Re: [Zope-dev] User Folders

2002-03-11 Thread Matt Behrens
Chris Withers wrote: Right now, I'd like to see the scope kept _tight_, just dealing with authentication, no user metadata, that can wait for later. There is XUF, but I'm not sure about the code quality and I think it tries to do too much. Of course, I could be wrong... Speaking as

Re: [Zope-dev] Usage of try: .. except: .. in zope

2002-03-11 Thread Ivo van der Wijk
On Sun, Mar 10, 2002 at 05:40:58PM -0500, Craeg K. Strong wrote: Sorry, I am not answering your question but I was curious about your product. Have you thought about restricting Folder contents based on type?That could be extremely interesting. It is also something that is on

Re: [Zope-dev] Help System Searches

2002-03-11 Thread kapil thangavelu
would it make sense to make the help system still allow searching but do storage in a mounted zodb ? cheers kapil On Saturday 09 March 2002 10:55 am, Chris McDonough wrote: There is no way to fix this? What other problems are there with the help system? Not that I can think of.

[Zope-dev] Transaction Bugs

2002-03-11 Thread kapil thangavelu
I wrote some unittests to investigate some odd transaction behavior i noticed while doing unittests of integrating non sub transaction aware objects, and to insure proper txn behavior. these tests test the transaction system independent of the rest of the zodb and test failure modes as well.

Re: [Zope-dev] Transaction Bugs

2002-03-11 Thread Ross J. Reedstrom
Thank you Kapil! This solved the problem I was having with any PostgreSQL ZDA and the exUserFolder product: now everthing works correctly. Ross P.S. The URL should be (note the extra 's'): http://www.zope.org/Members/k_vertigo/ShortStories/Transactions/ On Mon, Mar 11, 2002 at 05:17:18AM

[Zope-dev] setPermissionDefault not working???

2002-03-11 Thread Sidnei da Silva
Hello everyone, Im writing to this list cause i talked with Andreas Jung and it told me to do so. Im having a problem with the method setPermissionDefault, as stated on issue 275 of the Zope collector, http://collector.zope.org/Zope/275, and Andreas told me that he was too busy to take a

[Zope-dev] variables in zope (beginner question)

2002-03-11 Thread Mike Guerrero
Hello, I the code below I want to be declare a variable 'tot_net_amt' and add 'net_amt' to it for each record returned. How can I: 1) declare the variable 2) add to it within the loop. Thanks. Is it in the Zope book? I'll read some more tonight. Thanks for your help. Mike dtml-var