Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi Bill, Bill Anderson wrote: How about just the patch next time, as opposed ot the whole patched filed? Ah yes, sure. On the other hand its more convient for the windows people, without a patch at hand... regards Tino ___ Zope maillist - [EMAIL

[Zope] locale and Splitter.c on FreeBSD - where is the bug ?

2000-09-09 Thread Aleksander Salwa
Some time ago I had a problem with locales on FreeBSD. Finally, I solved it by patching Splitter.c. I added casting of values passed to funtions isalpha, isalnum to type 'unsigned char'. They are declared in Splitter.c as 'char'. On all machines I'm working on, 'char' is signed. On Linux/x86,

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi Terry, Terry Kerr wrote: you can write anything destructive, whether it is an external method, a DTML Method, or basically anything. At least if the only way you can import .zexp's is from the import directory, then only people with access to the zope file structure can import

[Zope] Request For INFO

2000-09-09 Thread Marc DANAI
Hi, I would like to make a site with the following features but I don't know which products to use: - one editorial part with the list of projects, - new user can register himself, - registrated user can add new project. The project can be on any format (doc,ppt, html, ...), - link for

[Zope] German version of zzLocale

2000-09-09 Thread administrator
Hello, is someone working on german version of zzLocale? We would like to join. Currently there is a static translation of the whole interface with zzLocale. So it's difficult to change. If you change something in one language you have to change in all other files too. What's about an

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Martijn Pieters
On Sat, Sep 09, 2000 at 09:39:33AM +0200, Tino Wildenhain wrote: Terry Kerr wrote: you can write anything destructive, whether it is an external method, a DTML Method, or basically anything. At least if the only way you can import .zexp's is from the import directory, then only people

[Zope] Replace function

2000-09-09 Thread administrator
Hello, how can I replace a expression within a page or a folder? Thanks in advance. Arno Gross consotec [EMAIL PROTECTED]

RE: [Zope] Using Chinese Characters

2000-09-09 Thread Christian Wittern
Hi there, I am using Zope successfully with Chinese (Traditional) on Windows. For forward compatibility, I am storing it as UTF-8, which is one storage format for Unicode/ISO 10646 (aka as UCS). It used to work nice until Zope 2.2, where some of the display got mangled. I submitted a patch to

[Zope] Looking for Zope vs. Others at-a-glance comparison

2000-09-09 Thread Jason Cunliffe
Hello I need to present the arguments for why we haev chosen Zope vs. Others. Does anyone know of a clear at-a-glance table or anything with the main contenders, features, price, licensing etc. Thanks - Jason Jason CUNLIFFE =

Re: [Zope] locale and Splitter.c on FreeBSD - where is the bug ?

2000-09-09 Thread Oleg Broytmann
On Sat, 9 Sep 2000, Aleksander Salwa wrote: Some time ago I had a problem with locales on FreeBSD. Finally, I solved it by patching Splitter.c. I added casting of values passed to funtions isalpha, isalnum to type 'unsigned char'. They are declared in Splitter.c as 'char'. On all

Re: [Zope] Looking for Zope vs. Others at-a-glance comparison

2000-09-09 Thread Nils Kassube
Jason Cunliffe wrote: I need to present the arguments for why we haev chosen Zope vs. Others. Does anyone know of a clear at-a-glance table or anything with the main contenders, features, price, licensing etc. You didn't collect this data _before_ choosing Zope? :-) Cheers, Nils -- [EMAIL

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Tino Wildenhain
Hi, Martijn Pieters wrote: On Sat, Sep 09, 2000 at 09:39:33AM +0200, Tino Wildenhain wrote: Terry Kerr wrote: you can write anything destructive, whether it is an external method, a DTML Method, or basically anything. At least if the only way you can import .zexp's is from the

Re: [Zope] Import from file via management-interface

2000-09-09 Thread Martijn Pieters
On Sat, Sep 09, 2000 at 03:54:25PM +0200, Tino Wildenhain wrote: The problem is not so much ownership of the objects imported, but the type of objects that can be instanciated from a pickle (the export format wether XML or binary, consists of pickled classes). You can create

[Zope] My z Class

2000-09-09 Thread Karl Munroe
I am having problems adding images to my z class I am creating a Z class for a staff profile...I have added an image to the methods of the class. When editing and creating a new profile object I use the following syntax dtml-call "propertysheets.photo.manage_changeProperties(title=

Re: [Zope] Macintosh Zope.

2000-09-09 Thread Steve Spicklemire
HI Steve, I've been running Zope-2.2 on my powerbook under MacOSX DP4 quite happily. My only problem now is lack of MySQL ;-). I don't think there's much hope of Zope on MacOS 8/9 due to the lack of proper thread support. I did manage to get Medusa/Bobo working on MacOS-8, a *long* time ago...

RE: [Zope] Is Squishdot ready for prime time?

2000-09-09 Thread Farrell, Troy
I don't know about squishdot, but making DA's work with ZOpe on NT has been giving me fits. Plan plenty of setup time. Oh, how I wish i could use *n(u/i)x. I think I'll sneak it on to the dev server. Troy Troy Farrell Video Operations Technician II Williams VYVX Services 918.573.3029

RE: [Zope] Import from file via management-interface

2000-09-09 Thread Steve Drees
you can write anything destructive, whether it is an external method, a DTML Method, or basically anything. At least if the only way you can import .zexp's is from the import directory, then only people with access to the zope file structure can import stuff...that will usually be restricted

[Zope] keeping Java Servlets session ids based on url rewriting

2000-09-09 Thread albert boulanger
I am using the latest Zope release using ZServer directly (but will be running under Apache) I need to coordinate Zope based sessions and servelet sessions. We will be using url rewriting (I know use cookies, but we are doing worst case planning.). As you may know the rewritten urls that

[Zope] 2d list manipulation

2000-09-09 Thread Tim Russell
Hey, I'm having trouble accessing variables in a 2-dimensional list. Here's the creation code: dtml-call "REQUEST.set('col', [])" dtml-in "_.range(0, 24)" dtml-call "col.append([])" dtml-let hour="_['sequence-item']" dtml-in "_.range(0, hour_divisions)" dtml-call

Re: [Zope] Looking for Zope vs. Others at-a-glance comparison

2000-09-09 Thread Jason Cunliffe
I need to present the arguments for why we haev chosen Zope vs. Others. Does anyone know of a clear at-a-glance table or anything with the main contenders, features, price, licensing etc. You didn't collect this data _before_ choosing Zope? :-) lol not really.. back then it seemed

RE: [Zope] 2d list manipulation

2000-09-09 Thread Tim Russell
Nope, still nothing... dtml-call "REQUEST.set('col[index1][index2]', 5)" Just try it without the single quotes: dtml-call "REQUEST.set(col[index1][index2], 5)" ___ Zope maillist - [EMAIL PROTECTED]

RE: [Zope] 2d list manipulation

2000-09-09 Thread Stephan Richter
At 03:40 PM 9/9/00 -0500, Tim Russell wrote: That's the thing -- It doesn't give any errors, it just doesn't have any effect on the value in the array. Weird, no? --Tim Nope, still nothing... dtml-call "REQUEST.set('col[index1][index2]', 5)" Just try it without the single

Re: [Zope] keeping Java Servlets session ids based on url rewriting

2000-09-09 Thread Kapil Thangavelu
albert boulanger wrote: I am using the latest Zope release using ZServer directly (but will be running under Apache) I need to coordinate Zope based sessions and servelet sessions. We will be using url rewriting (I know use cookies, but we are doing worst case planning.). As you may

RE: [Zope] keeping Java Servlets session ids based on url rewriting

2000-09-09 Thread Chris McDonough
Albert, Hmmm.. can you take a step back and restate the problem more generally? What is the goal? -Original Message- From: Kapil Thangavelu [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 09, 2000 4:59 PM To: albert boulanger; [EMAIL PROTECTED] Subject: Re: [Zope] keeping Java

Re: [Zope] Folderish Properties

2000-09-09 Thread Tim Cook
Tim Cook wrote: I have a folderish ZClass with a set of properties. When I create an instance via DTML my code doesn't update the properties from REQUEST. I am sending this for the benefit of the archives. Sorry for the extra traffic. But it may help someone in the future. I know they are

Re: [Zope-dev] SkinScript, and family

2000-09-09 Thread Steve Alexander
Bill Anderson wrote: Steve Spicklemire wrote: Hi Bill, I doubt that skinscript is going to help with 'potentially complicated calculations'. After looking, I don't think it wil either. I am building statistics of of a call Tracking System. For example, each ticket has a

[Zope-dev] Calendar Tag 0.9.21 released

2000-09-09 Thread IbaƱez Palomar Juan David
Hi all, The version 0.9.21 of the calendar tag has been released, it can be downloaded from "http://www.zope.org/Members/jdavid/Calendar". This is a beta version, pre-1.0. If you're aware of any bug or want a *small* change to be done in 1.0 tell me now (hope to release 1.0 and start 1.1.x

[Zope-dev] PATH_TRANSLATED delimted with backslash ?

2000-09-09 Thread Steve Alexander
I just tried out on Windows 98 a Zope application that was developed on Linux. Everything worked fine, except that REQUEST.PATH_TRANSLATED changed to be delimited by backslashes on Windows 98, whereas it is delimited by slashes on Linux. This caught me out, as I'd been using it raw in an

Re: [Zope-dev] PATH_TRANSLATED delimted with backslash ?

2000-09-09 Thread Evan Simpson
From: "Steve Alexander" [EMAIL PROTECTED] obj = self.restrictedTraverse(REQUEST.PATH_TRANSLATED) This stopped working when I tried the software on Windows. Bug or feature? I'm not sure, but I'm *very* curious what you're trying to accomplish with this code. A better equivalent would