[Zope-dev] ZCatalog text index search bugs?

2000-06-12 Thread R. David Murray
I am very confused. I'm looking at the SearchIndex source under 2.1.4 (2.1.6 seems to be the same). In Lexicon.py the 'query' method defines the default_operator to be 'or'. I can't see that TextIndex overrides this when it calls it. But the response to PR 1141 (against 2.1.6) in the

Re: [Zope-dev] Request for comments: Directory storage

2000-06-12 Thread Stuart 'Zen' Bishop
On Fri, 9 Jun 2000, Petru Paler wrote: I'd love some sort of benchmarking tool for this (and posibly other Storages). I guess the best way would a python script that uses urllib. Something that would algorithmically pump up the DB to 1GB in size and retrieve the URL's. Any volunteers

Re: [Zope] how do I turn off tracebacks in production systems

2000-06-12 Thread Martijn Pieters
On Sun, Jun 11, 2000 at 11:16:09PM -0500, sathya wrote: How an I turn off trace backs on an exception in a production system I would rather mail this to the webmaster than a user see it. Any tips will be appreciated Switching off visible tracebacks:

Re: [Zope] Traversable DTML methods

2000-06-12 Thread Ian Sparks
The one reason that may still exist for not making DTML Methods traversable as you're suggesting would be if you want to call a DTML Method within the acquisition context of another... something that some people may want to do (I never have though). If a DTML Method chops off everything that

Re: [Zope] ZOracle connection trouble

2000-06-12 Thread Monty Taylor
The user/passwd@SID is the correct format. Zope, however, probably has no clue about your environment variables. I would recommend looking at the start-up script for Zope and adding the environment variables in there (ORACLE_HOME is quite important, for one.) Monty "Bak @ kedai" wrote: hullo

Re: [Zope] Re: FSSession newbie problem

2000-06-12 Thread Marcello Lupo
Hi, well the system run now but as i told before if i put a dtml-call FSSession in all my pages, FSSession open one session for page everytime i load it. So the cart result everytime containing only the last item and the files created contain the values. If i put dtml-call FSSession only in the

[Zope] SINGOFF

2000-06-12 Thread Juanjo GarcĂ­a
SINGOFF ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

Re: [Zope] SINGOFF

2000-06-12 Thread Andrew Kenneth Milton
+[ [Juanjo Garc_a] ]- | | SINGOFF La La La La -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411

[Zope] long columns on oracle

2000-06-12 Thread Riku Voipio
Hi, I'm running Oracle 8.1.5i / DCoracle 1.3/Zoracle 2.1.0/zope 2.1.6, On Debian/potato (2.2.16) and whenever I try select a LONG column, I get the following; Error, exceptions.IndexError: 1 SQL used: select MSG_ID, USER_ID, HANDLER_ID, STATE, APP, TMODULE, VER, HEADER, VER_DONE,

[Zope] MIME Problem

2000-06-12 Thread Brown Fox
Hello all, i'm following the thread on the mime type, adding my own problem! I have created a zclass where the index_html is: Content-type: application/pdf dtml-let username="AUTHENTICATED_USER.getUserName()" dtml-in "SQL_get_priv(username=username)" dtml-if "Priv PrivilegioFile" dtml-var

Re: [Zope] ZOracle connection trouble

2000-06-12 Thread kdie
-Original Message- From: Monty Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, June 12, 2000 6:59 PM Subject: Re: [Zope] ZOracle connection trouble The user/passwd@SID is the correct format. Zope, however, probably

Re: [Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-12 Thread Ng Pheng Siong
On Sat, Jun 10, 2000 at 07:58:48AM +1300, Graham Chiu wrote: http://www.post1.com/home/ngps/zope/zsmime Any ETA on the Win32 binaries? Real Soon Now! ;-) Seriously, I've just compiled M2Crypto with Borland's BC++ 5.5 free compiler suite and linked with MSVC-built Python and OpenSSL. It

Re: [Zope] ZCatalog and Search Results

2000-06-12 Thread Jason Spisak
Aaron Payne writes: We are closing in on it. At 07:37 pm 6/9/00 +, Jason Spisak wrote: Then it has to be the search forms. Can you sned me the search and report methods. Also, you should try looking up and instance programatically right after you create it, like so: dtml-in

[Zope] Oh no !! How to undo without manage interface ?

2000-06-12 Thread Andreas Elvers
Hi, well... I did it. I was trying to install a second virtual host within zope and after adding an access_rule I was locked out. All access to zope via web interface gives me: Error Type: AttributeError Error Value: __call__ I tried to access zope via FTP. This kind of works but I can't see

[Zope] XML Chat with Jim, Brian, and FourThought

2000-06-12 Thread ethan mindlace fremen
Zopatistas, Jim Fulton, Brian Lloyd, and the FourThought team will be on #zope Wednesday, June 14th at 13:00 EST to chat about XML/XSLT integration into Zope! See the world clock to check for local play times: http://www.timeanddate.com/worldclock/?year=2000mon=6day=14hour=17min=0sec=0 The chat

Re: [Zope] Oh no !! How to undo without manage interface ?

2000-06-12 Thread ethan mindlace fremen
Andreas Elvers wrote: Hi, well... I did it. I was trying to install a second virtual host within zope and after adding an access_rule I was locked out. http://my.site.foo/__no_before_traverse__/manage lets you access the site without SiteAccess enabled. ~ethan

Re: [Zope] Re: FSSession newbie problem

2000-06-12 Thread Hung Jung Lu
From: Marcello Lupo [EMAIL PROTECTED] Have some ideas to let the browser pass the cookie in a right way? I think we can work on the PATH but i don't know how. Okie, you have a cookie problem. You should definitely solve your cookie problem, if you can. But you can also use cookie-less sessions

Re: [Zope] Property Question

2000-06-12 Thread Evan Simpson
- Original Message - From: Tom Scheidt [EMAIL PROTECTED] result = [] for item in self.objectValues( [ 'DTML Document' ] ): if item.hasProperty( 'publish' ): (and if there is something entered in the 'publish' field) result.append( item ) return result If you just meant,

[Zope] ZPyGreSQLDA broken problem

2000-06-12 Thread Richard Moon
I've just installed Zope 2.1.6 and PostgreSQL 7.02 and now I get a broken ZPyGreSQLDA with the following Traceback (innermost last): File "/opt/Zope-2.1.6-linux2-x86/lib/python/OFS/Application.py", line 387, in import_products product=__import__(pname, global_dict, global_dict, silly)

Re: [Zope] Traversable DTML methods

2000-06-12 Thread Shalabh Chaturvedi
Hi all I just created a 'Traversable DTML Document' product. You can get it here: http://www.zope.org/Members/shalabh/TraversableDTMLDoc/ It is a ZClass product based on the TraversableMixin (which you'll have to install anyway) to be found here:

[Zope] Attn all Minnesota Zope fans

2000-06-12 Thread Timothy Wilson
Hi everyone, I'd like to know if anyone else in the Twin Cities region of Minnesota is using Zope. I've hooked up with a couple other people in the past few months, and I'm wondering if there's a critical mass of people who would be interested in a *very* informal Zope SIG. Please let me know

[Zope] Zope 2.2 beta 1 released

2000-06-12 Thread Brian Lloyd
Zope 2.2.0 beta 1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.2.0b1/ This release contains refinements to the new ownership model as well as better undo management and many bug fixes. For more information, see:

Re: [Zope] Oh no !! How to undo without manage interface ?

2000-06-12 Thread Andreas Elvers
Thanks ! Yes. This "kind" of worked. Although the access_rule for my first virtual host was gone too, and after adding that one again, the whole thing started over again. But I was prepared :-) Thanks for the quick help - Andreas well... I did it. I was trying to install a second virtual

Re: [Zope] Zope 2.2 beta 1 released

2000-06-12 Thread R. David Murray
On Mon, 12 Jun 2000, Brian Lloyd wrote: Zope 2.2.0 beta 1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.2.0b1/ Either the -src file name is wrong, or the file is wrong, because it still says 2.2.0a1. I think it's the file, 'cause the control panel

[Zope] How to call methods of a ZClass superclass?

2000-06-12 Thread Christian Scholz
Hi there! I have a little problem here: I created two ZClasses, where one is derived from the other, let's say A is the superclass and B the subclass. In both classes I created a dtml method called foobar(). Now when I have an instance of B, called b, and I call foobar on it, as in dtml-with

Re: [Zope] error (200)

2000-06-12 Thread Mike Mikkelsen
Turns out ZopePTK already has it's own LoginManager. When I installed the LoginManager product, ZopePTK died. From there other products started acting weird and zope became unstable. I couldn't fix it with tranalyzer.py and split. So I exported all folders off the root, rm -rf'd the zope dir

[Zope] mail host question

2000-06-12 Thread Sean Kelley
I am having some problem configuring zope mail to work properly, particularly with PTK v 0.7.1. When I logon as a new member, its says "successful", but I get no mail to confirm my logon (I did get it to work once but don't know how). I have the smtp host set to an IP address for an smtp mail

Re: [Zope] Unless not quite the opposite of if?

2000-06-12 Thread Curtis Maloney
On Sat, 10 Jun 2000, Bill Anderson wrote: Quickie: Does _anything_ in the tree above the page have 'paramName'? IOW, say you are in /A/B/C. If A has paramName, and you test for it in C, it will return true. A good call, but no. Especially invalidated by the fact the same problem showed

Re: [Zope] mail host question

2000-06-12 Thread Graham Chiu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In article 01bfd4d1$04fce840$28eaa0a7@Sean, Sean Kelley [EMAIL PROTECTED] writes I am having some problem configuring zope mail to work properly, particularly with PTK v 0.7.1. When I logon as a new member, its says "successful", but I get no

Re: [Zope] Zope/Interbase

2000-06-12 Thread Chris McDonough
No... you wanna write a DA? :-) Somebody should. I would try, but I can't right now. It's a very nice database. Graham Chiu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I saw the Interbase product on the website where Interbase is being used to store the Zope database.

[Zope] ZClass newbie problem...

2000-06-12 Thread Eric L. Walstad
I'm stuck. I would like to build a "shiny new ZClass" that has the following structure: WebSimProduct WebSim Class 'Properties' Property Sheet string RunID Calc Class Object 'Properties' Property Sheet PathToInputFile PathToWxFolder Results Class

[Zope] Restricting access to Confera

2000-06-12 Thread ryon
I'm confused about the way Zope restricts access to products such as Confera. I think I know about adding users, and setting their roles, and setting permissions on objects. Acquisitional Zen escapes me, but I suppose I know enough of it to get along. Unfortunately, when I put this all into