Re: [Zope] ANN: Core Session Tracking 0.7

2001-01-30 Thread Gerald Gutierrez
From: "Chris McDonough" [EMAIL PROTECTED] A new release of the "CoreSessionTracking" product is out. The product allows you to associate state with anonymous visitors between requests. I've been wondering about this for a long time. It allows you to associate state with anonymous users. Does

Re: [Zope] Python script safety

2001-01-29 Thread Gerald Gutierrez
At 10:18 AM 1/29/2001 +, you wrote: Robin Becker wrote: Yes, I can use External Methods if I have access to the machine, but those 'trusted' scripts could be just as easily handled by a 'Trusted Python Scripts' Zope object which didn't have all the rather (as you say yourself)

Re: [Zope] user creation authentification

2001-01-29 Thread Gerald Gutierrez
in order to accomplish the second task effectively you should look at LoginManager; in doing so you will find answers to your first question. however, you may find you need to refer a lot to the mailing list archives to get LoginManager installed ;) I've read that the LoginManager does not

[Zope] PythonScripts documentation

2001-01-26 Thread Gerald Gutierrez
Where is the latest documentation for PythonScripts located? The closest I found is http://www.zope.org/Members/4am/PythonMethod but it is dated and contains minimal information. I'm specifically interested in what I can do with them and what I cannot do with them. Thanks.

[Zope] Hiding a Zope object from URL accesses

2001-01-24 Thread Gerald Gutierrez
If I have a Z SQL method set up as /query on my Zope site, how is it possible for me to disallow direct accesses to it via a URL (like http://localhost/query) ? If I cannot, then what is the convention people use to store objects which are not supposed to be visible directly? Thanks.

[Zope] Zope Games

2001-01-24 Thread Gerald Gutierrez
Does anyone know about any web games written in Zope, something akin to Blacknova.net, which is written in PHP ? The source is at http://sourceforge.net/projects/blacknova/. ___ Zope maillist - [EMAIL PROTECTED]

RE: [Zope] Zope is not getting MySQL SELECT results ...

2001-01-24 Thread Gerald Gutierrez
This may seem like a silly response, but have you tried the same select statement from outside zope - say from the mysql client? perhaps your select statement is truly returning an empty set. We use zope with PostgreSQL and MySQL (and have been for a few years) and haven't had any

RE: [Zope] Re: Some help required but no sarcastic comments this time pleas ee

2001-01-24 Thread Gerald Gutierrez
It will be interesting to see the Unix command-line loving community's reaction when MS releases their text mode server product. This will certainly interest the mouse-phobic. What product is this? ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Zope is not getting MySQL SELECT results ...

2001-01-23 Thread Gerald Gutierrez
Hi all. I have set up, in a clean Zope installation, a MySQL database adapter. My connection string is "test test test", indicating a user test with password test connection to the test database. The adapter indicates that it can connect to the database, and I can send queries to the

Re: [Zope] zope@zope.org

2001-01-22 Thread Gerald Gutierrez
At 02:45 PM 1/22/2001 +0100, FR Chalaoux wrote: Hi, I installed Zope-2.2.5.src on bsdi 3.0, with Python 2.0. Compilation runned fine but when I run ./start I obtain the followinfg error : bash-2.02$ ./start 'import site' failed; use -v for traceback Traceback (most recent call last): File

[Zope] Source to www.zope.org

2001-01-21 Thread Gerald Gutierrez
Is the source code to www.zope.org available somewhere? It would certainly be an interesting example of how to build a large web site with Zope. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] Login Form / User Registration Code Snippets

2001-01-21 Thread Gerald Gutierrez
I remember that someone, somewhere, has a document with code snippets to do authentication and registration of users through forms, much like how www.zope.org does it. Does anyone know where this is? Thanks ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Source to www.zope.org

2001-01-21 Thread Gerald Gutierrez
At the bottom of the page there's a link called "View Source" which will give you the original DTML. You can tack 'view_source' onto the end of any www.zope.org URL to see how it was built. Hi Tim. Yes, I've looked at those sources, but unfortunately, they don't provide some of the backend

[Zope] Simple ZClass Question

2001-01-20 Thread Gerald Gutierrez
Using Zope 2.3.0b2, I've found that if I create a ZClass with "Include standard Zope persistent object base classes" enabled, I can instantiate the ZClass right away. If I don't have it enabled, I can still create the ZClass, but instantiating it gives me the following error: Zope has

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Gerald Gutierrez
Hello all. Thanks to those who gave me feedback in terms of what tools they use to do Zope work. What I've gathered is that, while it is possible to do "remote editing" of certain objects like DTML and SQL methods, many Zope objects cannot be edited this way and must be done over

RE: [Zope] Tools used for programming Zope

2001-01-18 Thread Gerald Gutierrez
At 02:37 PM 1/18/2001 -0600, you wrote: do an xml export. You can save cvs that to your hearts content. ... but then I'll have to forego readability, edit-ability, etc. Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of

[Zope] Tools used for programming Zope

2001-01-17 Thread Gerald Gutierrez
I recently looked into Zope in some detail and have decided that it's rather cool, with many features that you don't get from J2EE or ASP or PHP, etc. The Through-The-Web (TTW) aspect of it is interesting, and the documentation seems to infer that this is the direction Zope programming is

RE: [Zope] Tools used for programming Zope

2001-01-17 Thread Gerald Gutierrez
Can you edit ZClasses and other objects with it, or is this only for DTML? At 08:00 PM 1/17/2001 +0100, Max M wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez So how do people go about programming Zope? What sorts of tools do people use, and how do you