[Zope] case insensitive search?

2001-01-02 Thread Robin Becker
Is there an easy way to make the Find tab case insensitive. It seems like a very common need, but I see that FindSupport.py is calling string.find which makes it seem as though this is harder than it should be. -- Robin Becker ___ Zope maillist - [EM

Re: [Zope] Core Session Tracking kudos & namespaces

2001-01-02 Thread Chris McDonough
Bob, Responding to both of your messages in this one... Actually, in the current implementation, session data objects are not acquirers, so the syntax you're advocating won't do what you think it might. Currently, nothing would be acquired, and the call will fail inside of a "with sessiondatama

RE: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Bjorn Stabell
This is something I've been longing for a long time. Wvare is cool, and it should also be able to access properties of many Windows (OLE) documents, not just Word documents. I've been thinking about extending the File class so that it becomes aware of the different file types and allows access t

Re: [Zope] Core Session Tracking kudos & namespaces

2001-01-02 Thread Bob Sidebotham
And as I've just figured out by trying to convert some stuff to sessions, a not unconsequential result of allowing session variables to be acquired (if only for read purposes), is that existing code is easier to adapt. I might now call a script without burying form variables or parameters in the U

Re: [Zope] Core Session Tracking kudos & namespaces

2001-01-02 Thread Bob Sidebotham
The advantage of the last form (below), is that you can use acquisition, and don't need to know whether the variable came from the session or from elsewhere. If you *really* want it to come from the session only, you can always add the "only" tag to the dtml-with call. In conjunction with this, i

Re: [Zope] Core Session Tracking kudos & namespaces

2001-01-02 Thread Chris McDonough
> 1. The Core Session Tracking looks like it will be really helpful. I AM > BLOWN AWAY BY THE QUALITY OF THE DOCUMENTATION. Congratulations for > making really readable, easy to use installation and use instructions. > Part of the reason I'm so blown away, of course, is that the quality of > this

Re: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Jens Vagelpohl
if you're on linux check out WVWare: http://www.wvware.com it's a C library that handles all word doc formats since 6.0 or so jens On Tue, 02 Jan 2001, Bowyer, Alex wrote: > Our company has a repository of staff CVs (Resumes) as Word Documents and I > am about to embark on creating a new feat

[Zope] Core Session Tracking kudos & namespaces

2001-01-02 Thread Bob Sidebotham
1. The Core Session Tracking looks like it will be really helpful. I AM BLOWN AWAY BY THE QUALITY OF THE DOCUMENTATION. Congratulations for making really readable, easy to use installation and use instructions. Part of the reason I'm so blown away, of course, is that the quality of this documentat

Re: [Zope] Zope Projects in NL/Europe?

2001-01-02 Thread Henny van der Linde
Hi, >From the Netherlands, - Original Message - From: "Jonathan" <[EMAIL PROTECTED]> To: "Zope Mailinglist" <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 12:43 AM Subject: [Zope] Zope Projects in NL/Europe? > Just wondering: are there any Zope projects are available in the > Ne

Re: [Zope] Logica bruker Zope (...)

2001-01-02 Thread Morten W. Petersen
[Morten W. Petersen] | Se her dah.. Sorry guys. -Morten ___ 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-annou

[Zope] browser window as canvas for configurable objects?

2001-01-02 Thread Bob Sidebotham
I'm new to zope, so maybe these questions are naive. I have several objects that I want to display on my browser screen simultaneously. Each object lives in its own zope directory, and I can trivially include them in a bigger canvas using a table and dtml-with and dtml-var. So far so good. Each

RE: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread sean . upton
Cool. I'll have to take a look at this. Does anyone know if there is any effort aimed at writing document filters for use with Zope? A lot of commercial products used for knowledge management (like NextPage LivePublish, some Intranet search engines, etc) already have features like this, and I w

Re: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Phil Harris
Alex, If your running Zope on Win32 you could use COM to snatch the text fairly easily and quickly. The COM interface to Word is well documented in the help files (if they're not installed, you'll find them on the CD). I used this technique to create XML from Word in the past and it works (wa

Re: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Jonothan Farr
>I used to > write text filters in C and Lex for my previous employer - one of these days > I will figure out how to extend python with C and do this. Here's one that's written entirely in Python: http://www.cosc.canterbury.ac.nz/~greg/python/Plex/ I've seen a couple of other implementations o

[Zope] ANN: CoreSessionTracking Release 0.4

2001-01-02 Thread Chris McDonough
Hello, A new development release of the "Core Session Tracking" product (0.4) is available at http://www.zope.org/Members/mcdonc/Products/CoreSessionTracking This release makes substantial interface and feature changes including using an internal mounted storage to provide an "internal" session

[Zope] Logica bruker Zope (...)

2001-01-02 Thread Morten W. Petersen
Se her dah.. -Morten [Alex Bowyer] | Our company has a repository of staff CVs (Resumes) as Word Documents and I | am about to embark on creating a new feature for our Zope Intranet to allow | project managers to search those documents for keywords such as particular | skills or projects. | | I

[Zope] Zope Projects in NL/Europe?

2001-01-02 Thread Jonathan
Hi all, Just wondering: are there any Zope projects are available in the Netherlands/Benelux/Europe? We did one last year but they seem hard to find. Are there commercial projects available or is Zope mostly used on internal projects? Is there any demand for Zope expertise around here? Reason I'

RE: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread sean . upton
I've been thinking about doing this. I wonder if there are any C filter libraries that read word docs. The word 2000 docs are supposedly non-binary, so you could proabaly write a parser of sorts in python or C/Lex; I used to write text filters in C and Lex for my previous employer - one of these d

[Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Bowyer, Alex
Our company has a repository of staff CVs (Resumes) as Word Documents and I am about to embark on creating a new feature for our Zope Intranet to allow project managers to search those documents for keywords such as particular skills or projects. I am thinking about several possibilities such as

Re: [Zope] HELP re: MailHost and Hotfix 2000_-12-08

2001-01-02 Thread Shane Hathaway
Norman Khine wrote: > > Hello, > I am having difficulty in setting up the MailHost on the Zope Server. > Every time I try I get an error: > > Zope has encountered an error while publishing this resource. > > Debugging Notice > > Zope has encountered a problem publishing your object. > Cannot l

Re: [Zope] manage_users( ) method

2001-01-02 Thread Aleksander Salwa
On Tue, 2 Jan 2001, Mohan Baro wrote: > Where can I get the specifications for acl_users.manage_users()? I know it's not the best answer, but you can read the source: ZOPE_DIR/lib/python/AccessControl/User.py [EMAIL PROTECTED], [EMAIL PROTECTED] /--\ | `long

[Zope] Problem installing zope products

2001-01-02 Thread Darrin Nova
Hello, I am having problems installing zope products (*.zexp files) using the import function. I have tried several products including TimeTracker-0.0.3.zexp, EvTracker.zexp, ZPhotoAlbum-1.0.zexp and others. I get the same error when trying to install these three. For example with Time Track

Re: [Zope] dtml-in: total??

2001-01-02 Thread Jonothan Farr
- Original Message - From: "Edwin Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 7:23 AM Subject: [Zope] dtml-in: total?? > Hello, > > I'm making a generic DTML-method which shows a bar like > AltaVista does: > > [ < previous] [1] [2] [3] [4] [ne

[Zope] HELP re: MailHost and Hotfix 2000_-12-08

2001-01-02 Thread Norman Khine
Hello, I am having difficulty in setting up the MailHost on the Zope Server. Every time I try I get an error: Zope has encountered an error while publishing this resource. Debugging Notice Zope has encountered a problem publishing your object. Cannot locate object at: zope/manage_addProduct/Mai

Re: [Zope] CZAN Anyone?

2001-01-02 Thread Andy McKay
I did actually start toying with this on the holidays for the hell of it. But then got bored and started relaxing instead. Basically my first task was putting basic product info in a more friendly xml format... http://zope.agmweb.ca/Zope/products -- Andy McKay, Developer. ActiveState. -

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Tim Cook
Steve McMahon wrote: > > I'm new to Zope and am interested in the use of document properties > for separating content and design in documents (i.e., using prop_name> in the "edit" tab to insert properties defined on > the "properties" tab>. > > I've had success with simple text properties and w

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
Because acquistion can't find it. It can find all the objects in the folder and all the properties on a folder, but it doesn't go into each object and look at its properties... -- Andy McKay, Developer. ActiveState. - Original Message - From: "Steve McMahon" <[EMAIL PROTECTED]> To:

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Steve McMahon
At 10:08 AM 1/2/01, Andy McKay wrote: > > Im not sure what you mean by "hide it from the user", it all depends upon > > the rights you give your user. In this case, I just meant that it shouldn't appear in the properties list for the particular page. I want to give the editor of the particular p

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
> Im not sure what you mean by "hide it from the user", it all depends upon > the rights you give your user. > > If I create a lines property on my root folder called selection_list, I can > then in folder /test/ make a property test_selection, type selection, value > selection_list. The problem y

Re: [Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Andy McKay
Im not sure what you mean by "hide it from the user", it all depends upon the rights you give your user. If I create a lines property on my root folder called selection_list, I can then in folder /test/ make a property test_selection, type selection, value selection_list. The problem you -- And

Re: [Zope] CZAN Anyone?

2001-01-02 Thread Andy McKay
> Lots of reasons, mainly motivated by laziness^H^H^H^H^H^H^H^H me not > having the time to keep up with everything, I want to be informed > automatically :) > > Cya > Jonathan :) laziness is good, otherwise people would just keep doing things the hard way... ___

Re: [Zope] Sendmail examples

2001-01-02 Thread Marcus Mendes
steve smith wrote: > > Anyone have any good, real-world examples using DTML-Sendmail tags? Would > especially appreciate examples integrating SQL queries. > > Ta! > > Steve > > ___ > Zope maillist - [EMAIL PROTECTED] > http://lists.zope.org/mailman

Re: [Zope] html_quote in python methods?

2001-01-02 Thread Andy McKay
Can you do an import in python methods? Still have to install and play with them. If so you can: from DT_Util import html_quote Theres probably a better way... as per DT_var.py -- Andy McKay, Developer. ActiveState. - Original Message - From: "Jim Washington" <[EMAIL PROTECTED]> T

[Zope] Selection and Lines Properties for DTML Docs

2001-01-02 Thread Steve McMahon
I'm new to Zope and am interested in the use of document properties for separating content and design in documents (i.e., using in the "edit" tab to insert properties defined on the "properties" tab>. I've had success with simple text properties and would like to be able to present the user with

[Zope] Re: decline description (KMM493282C0KM)

2001-01-02 Thread Download.com Support
Hi there, Thanks for writing to CNET. Regards, CNET Support Services http://home.cnet.com/?tag=st.cn.support.2 *Please include original message in your reply* Original Message Follows: - Subject: Sub: U | Zope.org | Zope | Cross-platform | PC:Internet:Site Manageme

Re: [Zope] Zope vs. Enhydra

2001-01-02 Thread Luciano Ramalho
You may be interested to know that the HiperDOM project, currently in development by DC and my company, aims ot bring to Zope a template system similar to the XMLC of Enhydra. Check it out: http://www.zope.org/Members/mj/HiperDom In my opinion, you really can't compare Enhydra with Zope. Enhydra

Re: [Zope] Editing the z2.py File

2001-01-02 Thread Stephane Bortzmeyer
On Friday 22 December 2000, at 18 h 56, the keyboard of Michael Bernstein <[EMAIL PROTECTED]> wrote: > Umm, even if *everything* else fails, you can still manually > truncate the Data.fs file to remove the last transaction Well, this file is not human-readable so I do not really see how to trun

[Zope] dtml-in: total??

2001-01-02 Thread Edwin Martin
Hello, I'm making a generic DTML-method which shows a bar like AltaVista does: [ < previous] [1] [2] [3] [4] [next > ] I need to know the number of rows the database returned. In appendix A of the Zope book, I see I can use total-name etc. How can I get the total number of rows, independent o

[Zope] Re: Can't import objects ... is transparent folder still the reason ?

2001-01-02 Thread Shane Hathaway
Didier Georgieff wrote: > > I have a problem importing objects (Yihaw Folder derived from Object Manager) on > 2.2.4 and Transparent Folder (see traceback at the end). > > Some months ago i had some similar problem with the first/removed Transparent > Folder version. > Is this same problem still

[Zope] manage_users( ) method

2001-01-02 Thread Mohan Baro
Happy new year everyone, all the best. Question: Where can I get the specifications for acl_users.manage_users()? Mohan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kyler B. Laird Sent: Monday, January 01, 2001 4:29 PM To: [EMAIL PROTECTED] Subject

Re: [Zope] UNEXPECTED: Acquisition.Explicit may acquire implicitly

2001-01-02 Thread Pierre-Julien Grizel
Dieter Maurer wrote: > > While trying to understand, what the "bself= self.aq_explicit" > in "OFS.DTMLMethod.__call__" should do, I detected an unexpected > behaviour: > > usually, this "bself" acquires implicitly from > its container (though not from its context) > > More precisely: >

Re: [Zope] Something missing in Python Methods

2001-01-02 Thread Evan Simpson
From: Curtis Maloney <[EMAIL PROTECTED]> > What I want to know is, why can't Python Methods refer to anything not > explicitly passed to them? I don't want to have to make everything that > invokes the method have to know to pass it half a dozen objects. > > Isn't the idea of a method to be execu

[Zope] html_quote in python methods?

2001-01-02 Thread Jim Washington
I am using Python Methods a lot now. Good: no more to get to the objects I need. Yay! no more worrying about closing blocks. Yay! OK, when I make a syntax error, there is no help in the traceback. My Python is getting better and better as a result. To give something back, I have a hint that t

Re: [Zope] Something missing in Python Methods

2001-01-02 Thread Pierre-Julien Grizel
Hi, Curtis... You're right for the word "method"... But that's in fact why they are not called "methods" anymore ! :-)) Don't blame Python Script team : it's a non-trivial problem, both for security and... feasibility reasons ! I don't know wether it actually works for Python Methods, but you

Re: [Zope] terrible kludge to set password

2001-01-02 Thread Mike Renfro
On Mon, Jan 01, 2001 at 04:29:24PM -0500, Kyler B. Laird wrote: > I was unsuccessful at finding any examples of changing a user's > password from DTML, but I did see a few requests for such > functionality. http://www.zope.org/Members/tseaver/user_settable_passwords -- Mike Renfro / R&D Engin

Re: [Zope] Zope vs. Enhydra

2001-01-02 Thread Stephane Bortzmeyer
On Friday 29 December 2000, at 18 h 52, the keyboard of [EMAIL PROTECTED] wrote: > But really, has anyone had any experience with the *other* > open source Web Application Server, Enhydra? Why, *the* other? There is only one? http://www.brics.dk/bigwig/

Re: [Zope] downgrading from 2.1.x from 2.2.0 to use NTuser authentication

2001-01-02 Thread Toby Dickenson
On Wed, 20 Dec 2000 13:15:22 -0800, Erik Myllymaki <[EMAIL PROTECTED]> wrote: >I would really like to use the jc/ntuserfolder products but see that they >haven't been brought up to speed with the new 2.2.x security model. Will >downgrading to 2.1.x render my site inaccessible? What will I have to

[Zope] [Ann] Squishdot 0.7.3 Released

2001-01-02 Thread Chris Withers
Squishdot 0.7.3 is now available to download from http://www.zope.org/Members/chrisw/Squishdot/ The following major changes were made: - Fixed TinyTable detection that got broken in 0.7.2. - Fixed problems with moderated Squishdot sites and searching. - Fixed the behaviour of Squishdo

[Zope] A subclass from PortalMember of Membership Product and ObjectManager won't list contained objects

2001-01-02 Thread Dirksen
My site is installed with the Membership system. I want to store some photos in each member. So I create a new member ZClass, subclassing PortalMember and ObjectManager, and set the 'manage_main' as the main view. Under the instance of this new member ZClass, I can add images, but I can't find th

Re: [Zope] standard_error_message woes!

2001-01-02 Thread Chris Withers
John Chandler wrote: > > As already mentioned, not all errors (unfortunately) get handled by > standard_error_message - authorisation being the main culprit. In addition, if > an error occurs in a standard_error_message it'll also cause the plain, default > error page to be displayed. Hurm... I

Re: [Zope] standard_error_message woes!

2001-01-02 Thread John Chandler
Just catching up on my mail... > Gaaah! I'm totally miffed/pissed/confused/sad about this. > > I have Zope 2.2.4, and if I go to: > http://docwhat.gerf.org:9673/fish (an non-existant object) > I get the HTTPResponse.py _error_html() function as called by > notFoundError(). As already mentione

Re: [Zope] How to store a dictionary in propert sheet?

2001-01-02 Thread chas
At 12:08 AM 01/02/2001 -0800, Dirksen wrote: >Please give me a hint. Get the product TinyTablesPlus. You could create a "lines" property with something like: key1:value1 key2:value2 Then string split it and create the dictionary just before you need to use it. But I've found TinyTablesPlus to be