[Zope] newbie DTML namespace

2000-07-27 Thread Brad Moulton
Hi all, as a newbie to both python and zope i am struggling with understanding the howto and the syntax of accessing stuff in namespace eg I would like to build a table depending on some tests peformed on stuff returned form a Z SQL method 1. I have a form with a name="spam" value="egs" this

Re: [Zope] ZOracleDA

2000-07-27 Thread Riku Voipio
On Wed, Jul 26, 2000 at 06:28:55PM -0400, Satheesh Babu wrote: Hi, If you are running Zope on 1. Linux: You need to install Oracle client libraries to compile ZOracleDA. As far as I know, Oracle does not give any easy way to install only the clients. So, if you've

[Zope] Date format question urgent!!!

2000-07-27 Thread Marko MARKOVIC
hi all, i have a few questions about date formating: i work with a sybase database and have tables where i used date fields. My field entrydate is of type Date. on my page i have a textbox to put the date: input type="text" name="new_nsentrydate" value="01.01.2000" size="10" i will

Re: [Zope] Silly send mail problem

2000-07-27 Thread Brad Moulton
On Thu, 27 Jul 2000, you wrote: Hi all, I had a sendmail problem, whenever I send out a mail from zope, it always contain an empty "To" ,"From" and "Subject", but I was able to get the body of the mail, anyone got this problem before ?? Sorry this is probably not much help but may be

Re: [Zope] Silly send mail problem

2000-07-27 Thread Phil Harris
When using the dtml-sendmail tag you need to structure it like this: dtml-sendmail smtphost="mail.xyz.com" mailto="[EMAIL PROTECTED]" mailfrom="[EMAIL PROTECTED]" Subject="Testing from my machine" To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Testing from my machine mail body

[Zope] dtml question from a newbizzzzz I want to access a dtml page under asubfoldersubfolder

2000-07-27 Thread dsergent
I want to access a dtml page under a subfolder - portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml) I want to acces the index2 variable in the index1 dtml page. How can I do it ? thks for your answer David Sergent ___

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-27 Thread J M Cerqueira Esteves
+1 -- jmce: +351 919838775 ~ http://artenumerica.com/ ~ http://artenumerica.org/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Silly send mail problem

2000-07-27 Thread Hugo Ramos
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 27, 2000 4:56 AM Subject: [Zope] Silly send mail problem Hi all, I had a sendmail problem, whenever I send out a mail from zope, it always contain an empty "To" ,"From" and "Subject", but I was

RE: [Zope] zwiki mailing list ? RFC

2000-07-27 Thread Geoff Gardiner
Even if ZWiki and WikiNG are to converge (are they? I'm still not sure of intentions here), we would need keep updates to ZWiki and the new engineering of WikiNG separate in everyone's minds - but not so separate as to seem confusingly competitive. Could this be done by moving joyful/zwiki to

Re: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder

2000-07-27 Thread Marcel Preda
On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote: I want to access a dtml page under a subfolder - portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml) I want to acces the index2 variable in the index1 dtml page. How can I do it ? thks for your answer

Re: [Zope] SQL and customise screen

2000-07-27 Thread Diny van Gool
At 09:38 27-7-00 +0100, Vincent DELHOMMOIS wrote: Hi, I would like to use an SQL request to search some data in an access database. The request need to be executed when somebody clic on a button (onclick="") The result need to be displayed on the screen, but not on one line. I must be able to

Re: [Zope] Silly send mail problem

2000-07-27 Thread Tony McDonald
At 9:04 am +0100 27/7/00, Phil Harris wrote: When using the dtml-sendmail tag you need to structure it like this: dtml-sendmail smtphost="mail.xyz.com" mailto="[EMAIL PROTECTED]" mailfrom="[EMAIL PROTECTED]" Subject="Testing from my machine" To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject:

[Zope] Réf. : Re: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder

2000-07-27 Thread dsergent
thks for your answer, but I use the variable PARENTS[0] in index2 and with your syntax, the result is not the same. "Marcel

Re: [Zope] Date format question urgent!!!

2000-07-27 Thread Marcel Preda
On Thu, 27 Jul 2000, Marko MARKOVIC wrote: hi all, i have a few questions about date formating: I'll skip this, were a lot of threads about DateTime format (fmt) Other time.. Finally, i want formatting a date as 2000/01/01 and then put in my table with a sql method. Any

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-27 Thread Yves-Eric Martin
On Wed, 26 Jul 2000 12:59:32 +0200 "Johan Carlsson" [EMAIL PROTECTED] wrote: That's absolutly brilliant! Thanks for the support. :) What are the performance impact of the zzLocale? Do more installed translations effect performance in any way. On our test machines, we did not

[Zope] OQL for ZODB - (SQL like for objects Databases)

2000-07-27 Thread Emmanuel DISCORS
Hi, Is there a tool like SQL for ZODB ? Where to find more to do some query on ZODB objects ? Many Thanks. Emmanuel. -- Emmanuel DISCORS Tel Fax : 02 54 56 80 61 Conception, Informatique, Réseau ADVL ( Au-Delà de Vos Limites ) Site web : http://www.advl.org/

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-27 Thread Johan Carlsson
I have another feature that would be nice for the zzLocale framework. Support for localized images. As far as I know the Zope Management Interface doesn't use any images containing strings, but I know that I might use images that needs to be localized in my products. Maybe that's a

[Zope] How to start developing in zope

2000-07-27 Thread Firestar
Hi, I have read through(and tried out) the tutorials and Guides at Zope.org, and now eager to port my company's website over to Zope. (The website was originally programmed in PHP) In my original design, I used OOP mainly. I defined each section(e.g. News, Events, Products) as a class by itself,

[Zope] Worldpilot+Courier problem

2000-07-27 Thread Paolo Bizzarri
Hi everybody, I have found a strange problem in Worldpilot 1.1.0 alpha. Basically, I was not able to see a message, because the function that performs the parsing of the message (namely, the CreateStruct) was unable to cope with an empty string. I have traced the problem to the QuotedString

[Zope] Strategies to backup Zope?

2000-07-27 Thread Marcin Kasperski
What should I do to backup Zope (read further...): 1) Can I just backup Data.fs file (and expect that in case of failure I can install zope as usual, copy backed up Data.fs over the installed version, run and be happy)? 2) What can I do in case I wish to backup only part of Zope database

[Zope] Zope and Tuxedo?

2000-07-27 Thread Cary O'Brien
Has anyone used Zope to act as a Tuxedo client? Is anyone interested in doing this? Mostly it means creating a python extension that acts as a Tuxedo client, and then integrating that into Zope as a ZClass or Product or something. -- cary Tuxedo is pretty slick. You can download a trial

[Zope] monitoring the zope-process with daemontools

2000-07-27 Thread Andy Pahne
hi, not really a zope-problem, but maybe someone can help me: I have posted a few days ago that I have problems with my zope dying suddenly. Someone suggested to use D. Bernsteins daemon-tools, not as a solution to my problem, but helpful anyway. I made this tool working on my production

[Zope] WebDAV, FrontPage2000, Save

2000-07-27 Thread Marcus Schopen
Hi there, I have problems to save files by using FrontPage2000´s webfolder function via WebDAV to Zope (Zope-2.1.6-linux2-x86). Here is my Z2.log: 192.168.1.3 - - [27/Jul/2000:13:40:36 +0200] "GET /_vti_inf.html HTTP/1.1" 404 2534 "" "Mozilla/2.0 (compatible; MS FrontPage 4.0)" 192.168.1.3 -

[Zope] create an MeetingManagement object in a folder

2000-07-27 Thread dsergent
I use the MeetingManagment object, and it works, but can I define the folder where the objet are created ? David Sergent ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Zope and Tomcat

2000-07-27 Thread Christophe Lombart
Hi all, I'm currently analysing this wonderfull product named Zope and I'm wondering if it is possible to integrate Zope with the JSP technology via why not Tomcat. The reason is the devevelopment team has a good experience with JSP and our current project - write in java - should plugged in

[Zope] Call of an SQL Method within a DTML document...

2000-07-27 Thread Vincent
Hi, How can I call and SQL method within a DTML document (HTML code) ? Thanks Vincent ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Zope and Tomcat

2000-07-27 Thread J. Atwood
To start you might want to look at some benchmarking I did between Zope and Tomcat http://www.zope.org/Members/BwanaZulia/zope_benchmarks/tomcat1.html (1 of 4 rounds) To answer your question though, since Zope can sit behind Apache (cgi based, proxy pass, etc) and Tomcat can sit behind Apache

[Zope] Problems with JavaScript in WinNT + Netscape! Urgent!

2000-07-27 Thread Peter Arvidsson
Hi I am using JavaScript's in zope and until now I havent experienced any problem. Today something strange happened though.. when editing a JavaScript it suddenly stopped working in WindowsNT with Netscape. It worked however in IE on the same computer and on Netscape running on Linux (RedHat

Re: [Zope] Zope and Tomcat

2000-07-27 Thread Christophe Lombart
There is a plan to integrate the java technology (mainly JSP servlet) into the Zope engine in order to use only one web extension for the content management and java program. Christophe From: "J. Atwood" [EMAIL PROTECTED] To: Christophe Lombart [EMAIL PROTECTED], [EMAIL PROTECTED] Subject:

[Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Jørgen Skogstad
Sven Hohage wrote: Hallo Jorgen, I write you cause I've got a question about Zope. You've posted on the mailing list on my question with the filesize of the data.fs or in ZEO ZSS. My problem is that I'd like to know which Unix - versions don't have this filesize limitations and if there

[Zope] What's wrong with this snippet?

2000-07-27 Thread Marko MARKOVIC
hi all, i tried and searched to find the error but i couldn't solve it. Could anyone help me with this code: dtml-in "GenericSQL(SQLStatement='SELECT ns.ns_ref,ns.ns_entrydate,ns.ns_status, ns.ns_name, ns.ns_adresse, ns.ns_location FROM noteservice ns WHERE (ns.ns_entrydate='%s/%s/%s' %

Re: [Zope] Zope and Tomcat

2000-07-27 Thread Jacques Exelrud
Do you have a timeframe for this to avaiable ? There is a plan to integrate the java technology (mainly JSP servlet) into the Zope engine in order to use only one web extension for the content management and java program. Christophe

Re: [Zope] Problems with JavaScript in WinNT + Netscape! Urgent!

2000-07-27 Thread Marcel Preda
I am using JavaScript's in zope and until now I havent experienced any problem. Today something strange happened though.. when editing a JavaScript it suddenly stopped working in WindowsNT with Netscape. It worked however in IE on the same computer and on Netscape running on Linux (RedHat

[Zope] Netscape Open session with NT active user

2000-07-27 Thread Vincent
Hi, In fact, it is not just a question about Zope, it is a question about Netscape : When you protect a directory and ask for a password, I would like to know if Netscape is able to access to the parameters of the loged user (under NT). PS : In fact, I would like that the users do not need to

Re: [Zope] Zope and Tuxedo?

2000-07-27 Thread Marcin Kasperski
Cary O'Brien wrote: Has anyone used Zope to act as a Tuxedo client? Is anyone interested in doing this? Mostly it means creating a python extension that acts as a Tuxedo client, and then integrating that into Zope as a ZClass or Product or something. Writing python extension should

[Zope] (no subject)

2000-07-27 Thread Derouin . C
hi, do you know any zope's competitors ? Kate ___ 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] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Zope
If you don't wan't to run Sun or HP-UX you could always look at one of the open *BSD clones. As I can recall both OpenBSD and FreeBSD have filsystems that manage 2GB files. /Johan Sven Hohage wrote: Hallo Jorgen, I write you cause I've got a question about Zope. You've posted on

Re: [Zope] zope's competitors

2000-07-27 Thread Oleg Broytmann
On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote: do you know zope's competitors? Offtopic, er? :) I coolected some on the page: http://zope.net.ru/Zope/rivals/ Some texts are in Russian there, but mostly the text is in English; anyway links are just, hm, links. :) Oleg.(All

[Zope] R: [Zope] What's wrong with this snippet?

2000-07-27 Thread Marcel Preda
___ "Will I be using Python today?" and if the answer is "yes" I know that it's going to be a good day. - Original Message - From: Marko MARKOVIC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 27, 2000 5:12 PM Subject: [Zope] What's wrong

[Zope] Downloadable Zope reference and products?

2000-07-27 Thread Marcin Kasperski
Is it possible to download in some way complete zope reference and zope products? In case anyone is interested why do I need it: I have fast internet link at work. I have time to study Zope at home. -- Marcin.Kasperski | Users typically do not know exactly what they want @softax.com.pl |

[Zope] DA, MySQL and Unix socket

2000-07-27 Thread Diego Rodrigo Neufert
hi... There'a any DA around there that allow a unix socket connection to a MySQL server? And if it is, it will be fast than a TCP connection? I'm running zope and mysql on the same server Thanks -- --- Diego Rodrigo Neufert -webmaster ---

[Zope] Full path var on Zope.org login link (Ethan!)?

2000-07-27 Thread J. Atwood
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link? I have used dtml-var absulute_url but it does not seem to return the full path 'http://www.thedomain.com/folder/page.html' Any help would be great. Thanks, J

Re: [Zope] Starting Zope

2000-07-27 Thread Costagliola Giovanni
Il gio, 27 lug 2000, Oleg Broytmann ha scritto: On Thu, 27 Jul 2000, Costagliola Giovanni wrote: How can I to start Zope whit a different user than root and cath the default HTTP port? Use different way - start Zope as root, catch port 80 and drop uid. I receive an error

Re: [Zope] DA, MySQL and Unix socket

2000-07-27 Thread Chris Withers
Diego Rodrigo Neufert wrote: There'a any DA around there that allow a unix socket connection to a MySQL server? There is, but I'm afraid there seems to be a bit of voodoo around WRT to which version to use and how to install it :S I know we've got it up and running happily... Steve, a bit of

[Zope] FindOneOf?

2000-07-27 Thread Mabe, Brad
ColdFusion (I know, a dirty word ;-) ) has a nifty string function called "FindOneOf" which returns the index of the occurrence of any character in a string. Example: FindOneOf("ghd", "abcdefghij", 1) Will return a "4" because "d" is the fourth letter in the string "abcdefghij". If no match

Re: [Zope] FindOneOf?

2000-07-27 Thread Chris Withers
"Mabe, Brad" wrote: Will return a "4" because "d" is the fourth letter in the string "abcdefghij". If no match is made, a 0 is returned. This is especially useful when building a change password form, because I can easily check to see that the new password contains at least one special

RE: [Zope] Netscape Open session with NT active user

2000-07-27 Thread Arpad Kiss
Hi, It doesn't work if you think of the NT chalenge response authorization of IIS. This needs IE on the client side. But if you want to access this file through the file system then Netscape behaves as any other win32 application. Arpad On 27-Jul-2000 Vincent wrote: Hi, In fact, it is not

Re: [Zope] DA, MySQL and Unix socket

2000-07-27 Thread Diego Rodrigo Neufert
On Thu, 27 Jul 2000, you wrote: Diego Rodrigo Neufert wrote: There'a any DA around there that allow a unix socket connection to a MySQL server? There is, but I'm afraid there seems to be a bit of voodoo around WRT to which version to use and how to install it :S Can you just say the name

[Zope] SV: [Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Jørgen Skogstad
Hmm.. well .. I can tell you what I know as of today. Linux has this limitation as of today. At least all the variants I have come over (mostly Red Hat and Suse). The limitation is in the filesystem implementation itself; meaning that the number of "references" that can be created

Re: [Zope] newbie DTML namespace

2000-07-27 Thread Dieter Maurer
Brad Moulton writes: I would like to build a table depending on some tests peformed on stuff returned form a Z SQL method 1. I have a form with a name="spam" value="egs" this value is passed onto next dtml document - table tr tddtml-var spam td

Re: [Zope] monitoring the zope-process with daemontools

2000-07-27 Thread Dieter Maurer
Andy Pahne writes: I have posted a few days ago that I have problems with my zope dying suddenly. Someone suggested to use D. Bernsteins daemon-tools, not as a solution to my problem, but helpful anyway. I made this tool working on my production system, but there's one problem with

Re: [Zope] Re: [Zope-dev] Need for aq_base in DTML(was: Re: [Zope] Dumb DTMLquestion - existance check of an object)question - existance check of an object)

2000-07-27 Thread Dieter Maurer
Steve Alexander writes: * Existence check: "_.hasattr(object,what)" NOTE, that this is the sloppy part. - "_.hasattr" will return true, if "object" has attribute "what" (that is what we want) *OR* when it has acquired such an attribute (we

Re: [Zope] Call of an SQL Method within a DTML document...

2000-07-27 Thread Dieter Maurer
Vincent writes: How can I call and SQL method within a DTML document (HTML code) ? Read the Z SQL Method Guide (zope.org - Documentation). If you have more questions after that, the list will surely answer them. Dieter ___ Zope maillist -

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
"Richard P. Muller" wrote: I'm in the process of learning Zope hacking, and I'm having a really hard time getting a page counter to work. It isn't even that page counters are all that important to me, it's that I feel that if I can't even do something this simple, what hope do I have doing

[Zope] working with datetime

2000-07-27 Thread Leichtman, David J
Is there an easy way to increment the month or year of the DateTime object? Adding a numeric value increments the day. Incrementing the year is easily doable, but incrementing the month is significantly more difficult. So I'm just curious if there's a function that will actualy modify the parts

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
Chris Withers wrote: To do what you want, you probably want something like: dtml-call "manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)" Erk, maybe this: dtml-call

[Zope] Would you like to see Jim Fulton and Paul Everitt in Portugal?

2000-07-27 Thread Hugo Ramos
ZopersORG team is organizing the ZWP2000 (Zope World Portugal 2000) event. So we're having a poll about Jim and Paul comming to Portugal in our main site: http://www.zopers.org We hope ZWP2000 is the first of many international Zope events in Portugal. It would be great to have Jim and Paul here

Re: [Zope] Zope on Linux - Oracle 7.3 Solaris connect question... ZOracleDA how tocompile?compile?

2000-07-27 Thread Satheesh Babu
Hi Chris, You can connect to Oracle 7.3 database from ZOracleDA on Linux compiled against Oracle8/8i client. I've a production environment where Zope 2.1.3 runs on a Redhat 6 machine with Oracle 8.0.5 clients. It connects to an Oracle 7.3 database on HP-UX. All you need to make sure is that

RE: [Zope] ZOracleDA

2000-07-27 Thread Aaron Bostick
Thanks for the reply... I was planning to install Zope on the database server, compile DCOracle there, and then just copy the *.so files to the webservers, where the real Zope install is. Do you need the oracle client libraries on the webservers to make the connection or are the two shared

[Zope-dev] Re: zpatterns-0.4.0a5: problem with unregistering transactionals

2000-07-27 Thread Jephte CLAIN
Jephte CLAIN wrote: I have a case where Transactional._unregister is called without Transactional._register being called, raising an exception in Transaction._unregister and then in ZODB.Transaction.Transaction.__del__, causing Zope to dump core when it is run as a daemon (because python

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Steve Alexander
Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= Make one of the object's base-classes DataSkin. Don't make it CatalogAware. Use

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Bill Anderson
Steve Alexander wrote: Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= Make one of the object's base-classes DataSkin. Don't

[Zope-dev] SQL and customise screen

2000-07-27 Thread Vincent
Hi, I would like to use an SQL request to search some data in an access database. The request need to be executed when somebody clic on a button (onclick="") The result need to be displayed on the screen, but not on one line. I must be able to place the results in different places on the

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Bill Anderson
Itamar Shtull-Trauring wrote: Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= You can't have them inherit from CatalogAware,

[Zope-dev] Re: [Zope] Bi-directional update of Data.fs

2000-07-27 Thread chrisw
Bill Anderson wrote: Since the Data.fs is appended to, and that your disconnected version is canonical, why couldn't you basically look for the last common transaction, and append all transactions in the canonocial to the main one? Hwo would that handle the situation where an object has

Re: [Zope-dev] Re: [Zope] Bi-directional update of Data.fs

2000-07-27 Thread Steve Alexander
chrisw wrote: Bill Anderson wrote: Since the Data.fs is appended to, and that your disconnected version is canonical, why couldn't you basically look for the last common transaction, and append all transactions in the canonocial to the main one? Hwo would that handle the situation

Re: [Zope-dev] Re: [Zope] Bi-directional update of Data.fs

2000-07-27 Thread Steve Alexander
Chris Withers wrote: Steve Alexander wrote: Don't see why not. When an object is changed, the new object is just appended to the end of Data.fs. Unless you use undo, or you pack the Data.fs. You missed the problem ;-) Technically, there is no problem... Logically, what happens

Re: [Zope-dev] Re: [Zope] Bi-directional update of Data.fs

2000-07-27 Thread Chris Withers
Steve Alexander wrote: Don't see why not. When an object is changed, the new object is just appended to the end of Data.fs. Unless you use undo, or you pack the Data.fs. You missed the problem ;-) Technically, there is no problem... Logically, what happens if one user updates and object on

Re: [Zope-dev] Bi-directional update of Data.fs

2000-07-27 Thread Chris Withers
Steve Alexander wrote: What does Lotus Notes offer to do if you get such a conflict? Save both versions and ask the user to delete the one which isn't needed, or merge the changes... Use Jim's new conflict resolution algorithm to try to settle conflicts. Urm? First I heard of this and it

[Zope-dev] [Zope] App isolation

2000-07-27 Thread Jacques Exelrud
Not sure if this list is the best place to put such question but here it is... I need to develop what would be a product if only Zope was the target. As it´s not I was thinking what could I do to not need to build such app twice: I came to 2 options both involving building a server of

[Zope-dev] Visual studio compilation ....

2000-07-27 Thread * Lucky
I'm trying to tweak Splitter.c in order handle french specific characters. It seems to work fine with gcc under Linux but it doesn't work with MS Visual C. Even compiling the original source code under windows results in a different module behaviour. Which compiler is required to compile

Re: [Zope-dev] Re: zpatterns-0.4.0a5: problem with unregistering transactionals

2000-07-27 Thread Phillip J. Eby
Question... Are you on 2.1.x or 2.2? Also, in your example, tpc_entered is not set because tpc_entered is only true if the transaction commit process (tpc = two-phase commit) has been started. At 11:53 AM 7/27/00 +0400, Jephte CLAIN wrote: Ok, so ZPatterns.Transactional._unregistered method

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Phillip J. Eby
At 09:15 AM 7/27/00 +0100, Steve Alexander wrote: Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= Make one of the object's base-classes

Re: [Zope-dev] Re: zpatterns-0.4.0a5: problem withunregistering transactionals

2000-07-27 Thread Phillip J. Eby
At 07:12 PM 7/27/00 +0400, Jephte CLAIN wrote: "Phillip J. Eby" a écrit : Question... Are you on 2.1.x or 2.2? I'm still on 2.1.6. I cannot afford a migration of my product now since it is still in developpement and my customer wants it to work as soon as possible. Okay, that makes sense.

Re: [Zope-dev] Re: zpatterns-0.4.0a5: problemwithunregistering transactionals

2000-07-27 Thread Phillip J. Eby
At 08:06 PM 7/27/00 +0400, Jephte CLAIN wrote: By the way, besides new features like skinscript and proxy settings, did you fix any bugs from 0.4.0a5 in 0.4.1a5 that would make me have to upgrade my current ZPatterns? IIRC, nothing that would affect you on 2.1.6. I vaguely recall some fixes

[Zope-dev] Interaction between new (2.2) ZCatalog and Renderable

2000-07-27 Thread Jeff Sasmor
Hi Zdevs, I posted a message to [EMAIL PROTECTED] and then later figured out the problem and now feel that the issue belongs in Zope-Dev, so here it goes. Submitted for your approval... I think that I have found an interaction between changes made in manage_addZCatalog

[Zope-dev] ZPatterns Documentation

2000-07-27 Thread Phillip J. Eby
Despite the implications of the bait-and-switch subject line, I have not yet written any substantial amounts of documentation. I have, however, written this: http://www.zope.org/Members/pje/Wikis/ZPatterns/DataSkinsOverview DataSkins (formerly known as RackMountables) are central to the

[Zope-dev] Re: [Zope-PTK] ZPatterns Documentation

2000-07-27 Thread Steve Alexander
"Phillip J. Eby" wrote: Just comment, please, preferably in e-mail via Zope-dev. Thanks. Generally very clear and helpful. Tomorrow, I'll try it out on someone who hasn't been looking at ZPatterns a great deal, and see what she gets from it. A few suggestions. I feel sad that these seem to

Re: [Zope-dev] Re: [Zope-PTK] ZPatterns Documentation

2000-07-27 Thread Phillip J. Eby
At 10:58 PM 7/27/00 +0100, Steve Alexander wrote: "Phillip J. Eby" wrote: Just comment, please, preferably in e-mail via Zope-dev. Thanks. Generally very clear and helpful. Tomorrow, I'll try it out on someone who hasn't been looking at ZPatterns a great deal, and see what she gets from it.

[Zope-dev] PROPOSAL: Splitting ZPatterns into two products

2000-07-27 Thread Phillip J. Eby
Many people have suggested splitting out the PlugIns part of ZPatterns as a seperate product for general Zope use. In addition to this, it is becoming clearer to me as I work on docs, etc., that there really is only one thing left in ZPatterns after you take out PlugIns, and that is DataSkins.

Re: [Zope-dev] Announce: ZScheduler alpha Version 0.0.7

2000-07-27 Thread Loren Stafford
The problem noted below with the Trigger tab occurs only when Zope is limited to a single thread. The problem is due to contention for the single thread. The workaround is to avoid using the Trigger tab on single threaded Zope's. Or change ZEvent.py like this: def manage_triggerZEvent(self,