[Zope-dev] broken products after update

2000-06-11 Thread Doug Wyatt
Hi, I just updated from Zope 2.0.1 to 2.1.6. All of the Python-based products I was using previously have been migrated successfully. But I have a number of products that I created with ZClasses. I can examine these products in the control panel, and everything is there and looks fine, but

Re: [Zope-dev] Racks and Specialists Simplified

2000-06-11 Thread Shane Hathaway
"Phillip J. Eby" wrote: At 02:33 PM 6/11/00 -0600, Shane Hathaway wrote: I believe I have come to understand the basics of ZPatterns and would like to be sure I understand correctly, as well as help others understand also. Bravo! An exquisite introduction to the purpose of ZPatterns. May

Re: [Zope-dev] broken products after update

2000-06-11 Thread Chris McDonough
Doug, You can get some information on what's going wrong by adding the following to your 'start' script (if you're on UNIX, the Windows incantation is different and I don't know it): reldir=`dirname $0` STUPID_LOG_FILE=$reldir/var/STUPID.log export STUPID_LOG_FILE Start Zope after adding this

Re: [Zope-dev] 0.4.0 prerelease snapshot (was zpatterns-0.4 ?)

2000-06-11 Thread Phillip J. Eby
At 04:22 PM 6/11/00 -0400, Kevin Dangoor wrote: What will be the right way to subclass ObjectManager? CatalogAware won't really be necessary, because you can use the events stuff to catalog things... but, I make a lot of things ObjectManagers... All that's required is that manage_afterAdd call

[Zope] MountedFileStorage 0.02 now available.

2000-06-11 Thread Anthony Baxter
MountedFileStorage 0.02 is now available. Changes in Release 0.02: New help files. You can now use MountedFileStorage to create new ZODB files. Nitty-gritty is in the SubApplication.py file - quite possibly useful to people doing other sorts of mounted storages. Note the patch in

[Zope] [offtopic] Job request

2000-06-11 Thread Petru Paler
Hello all and excuse me for the off-topic, I'm looking for a Zope/Python related job. Since I'm so offtopic I'm not pasting my resume here but refer you to http://www.brainbench.com/transcript.jsp?pid=45513 and mention that I have 1.5 years experience with Zope. I'm learning very

Re: [Zope] Traversable DTML methods

2000-06-11 Thread Kevin Dangoor
- Original Message - From: "Ian Sparks" [EMAIL PROTECTED] To: "Anthony Baxter" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 11, 2000 9:18 AM Subject: Re: [Zope] Traversable DTML methods Use a pythonmethod with the traverse_subpath argument... Thanks for the advice

Re: [Zope] closed Portal

2000-06-11 Thread Kevin Dangoor
- Original Message - From: "Graham Chiu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 10, 2000 4:19 PM Subject: [Zope] closed Portal I just downloaded and installed the latest checkout from the PTK for the first time. It seems that if I want to have a closed Portal,

[Zope] document in-place editing with zope

2000-06-11 Thread Joachim Müller
Hi all. I am looking for a solution to do in-place editing of HTML content in connection with ZOPE. It should be able to handle the following tasks: - text editing - text layout editing - insert of pictures - definition of links If you know a product that can handle this, please mail me

[Zope] ANN: InterbaseStorage alpha release

2000-06-11 Thread Chris McDonough
Hi, The alpha release of a Zope storage that uses the Interbase relational database to store object database information is available at http://www.zope.org/Members/mcdonc/RS/InterbaseStorage. It's a full-featured storage. Guinea pigs^H^H^H^H^H^H^H^H^H^H^H Testers wanted. -- Chris

Re: [Zope] ZSQL method broken on 2.1.6

2000-06-11 Thread Dieter Maurer
Andreas writes: ZSQLMethod's "advanced" property 'Maximum number of rows retrieved' makes no sense to me. It prevents stupid queries to kill Zope. Assume, such a query returns 100.000.000 records. This probably will let Zope require several GB memory. As I know so far there is no way to

Re: [Zope] Referencing sql field in a direct traversal

2000-06-11 Thread Dieter Maurer
Jones, David H writes: I have set up a direct traversal sqlMethod which has as a DTML method The zsql method, sqlModel, is: select * from AP_MDL where dtml-sqltest ap_mdl_no type=string The direct traversal url is:

Re: [Zope] Traversable DTML methods

2000-06-11 Thread Dieter Maurer
Ian Sparks writes: It seems strange to me that SQLMethods are traversable out of the box and "normal" DTML methods are not. It seems to me that traversable DTML methods would be useful (to me this means DTML Methods with parameters). Your DTML Methods have (keyword) parameters. From

[Zope] Zope on OpenBSD

2000-06-11 Thread Kevin Schaefer
I have read great things about OpenBSD's security and would like to build a dedicated server just for Zope/MySQL. Any suggestions before I embark into this? Kevin Schaefer [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Traversable DTML methods

2000-06-11 Thread Ian Sparks
Kevin Said : Hmm... what does it mean, exactly, to "traverse a DTML method"? DTML Methods don't have subobjects, so it seems like you're basically trying to look up other objects or information via information passed in the URL. That seems like the kind of program logic that is much cleaner

RE: [Zope] ZSQL method broken on 2.1.6

2000-06-11 Thread Ron Bickers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andreas Sent: Saturday, June 10, 2000 1:59 AM To: Umesh Soni Cc: Phill Hugo; [EMAIL PROTECTED] Subject: Re: [Zope] ZSQL method broken on 2.1.6 (using zope 2.1.6 with ZMySQLDA-2.0.0a1 and

Re: [Zope] Traversable DTML methods

2000-06-11 Thread Kevin Dangoor
- Original Message - From: "Ian Sparks" [EMAIL PROTECTED] To: "Dieter Maurer" [EMAIL PROTECTED]; "Kevin Dangoor" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 11, 2000 6:05 PM Subject: Re: [Zope] Traversable DTML methods Dieter is right, DTML methods can get parameters

Re: [Zope] Zope on OpenBSD

2000-06-11 Thread David Brown
Don't use the version from the ports tree. Build and install Python yourself -- the ports tree that comes with the OpenBSD 2.6 disk builds an older version of Python. Then download, build and install your own copy of Zope from the source version. It's actually VERY EASY to build and install

Re: [Zope] error (200)

2000-06-11 Thread Andrew Kenneth Milton
+[ Martijn Pieters ]- | On Sat, 10 Jun 2000, you wrote: | On Sat, Jun 10, 2000 at 09:47:54AM -0700, Mike Mikkelsen wrote: [Lots of Snipping] |This is the error that shows up on the console when going to Product Management |or accessing