Re: [Zope] MySQL transaction support (was: MySQL Select Statements)

2000-07-04 Thread Monty Taylor
>> Original Message << On 7/4/00, 12:47:07 AM, Andy Dustman <[EMAIL PROTECTED]> wrote regarding Re: [Zope] MySQL transaction support (was: MySQL Select Statements): > Note also: With non-transactional databases, you would expect to get > better performance by h

[Zope] XMLDocument appendChild

2000-07-04 Thread Olivier Deckmyn
Hi, I use XMLDocument the following dtml method (editUseCaseTitle): applied on an XML Node http://zion:8080/UseCases/cases/cases_lines/xml_db/e2914/e2964/editUseCaseTi tle where : - xml_db is my XML Document - editUseCaseTitle is in the 'cases' folder When running I have the followi

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Stuart Bishop
On Fri, 30 Jun 2000, Dieter Maurer wrote: > Capesius, Alan writes: > > I'm running into a problem after implementing jcNTUserFolder in a > > subfolder of my site. Users can access the root level or particular > > subfolders anonymously. Once a user accesses the protected > > NTUserFolder,

Re: [Zope] NOTICE: issue with database packing in current Zopereleases

2000-07-04 Thread Stuart Bishop
On Thu, 29 Jun 2000, Brian Lloyd wrote: > Jim found a problem with the algorithm for packing the Zope > database that we wanted to announce so that folks can avoid > being bitten by it until the fix is out (in b4). I think this is a candidate for a Hotfix. 2.2 upgrades could be problematic and

[Zope] uploading from client PC in MySQL thru ZSQL

2000-07-04 Thread Didier Georgieff
Hello, I'm trying to "import" a CSV text file for feeding a MySQL database. I have : * DTML method including : * ZSQL method 'import' parameter : loadFileAnnu query template : LOAD DATA LOCAL INFILE '' INTO TABLE annuaire FIELDS TERMINATED BY ';' when i process the form, i always get t

[Zope] Re: [Zope-dev] Help needed: why is this DTML not working in zope 2 ?

2000-07-04 Thread Chris Withers
You could try moving stuff to the new dtml style for starters: and the like. That might help, if not let us know.. cheers, Chris Gilles Lavaux wrote: > > Hello, > > I am a little bit disappointed not getting any echo from my previous > question, so I report it. > Maybe my dtml is wrong for

[Zope] site versions with zope

2000-07-04 Thread Nathalie Bernier
Hello, I'd like to modify a live site, instead of working on a mirror copy. Could someone explain me, step by step, how sessions work? Thanks Nathalie Bernier * Développeur web multiThématiques Centre Jean Monet Longlaville 54400 LONGWY http://multithematiques.c

[Zope] Help needed: why is this DTML not working in zope 2 ?

2000-07-04 Thread Gilles Lavaux
Hello, I am a little bit disappointed not getting any echo from my previous question, so I report it. Maybe my dtml is wrong for zope2, but I would appreciate to have some explanation from more experienced peoples. If I can not find a solution, we will have to keep our zope1 production server, an

Re: [Zope] uploading from client PC in MySQL thru ZSQL

2000-07-04 Thread Andrew Kenneth Milton
+[ Didier Georgieff ]- | | SQL used: | LOAD DATA LOCAL INFILE 'D:/Data/SIT67/AnnuaireTest.csv' | INTO TABLE annuaire FIELDS TERMINATED BY ';' Local means local to the actual mysql client (your webserver), not local to your user (browser). You cou

Re: [Zope] Re: [Zope-dev] Help needed: why is this DTML not working in zope 2 ?

2000-07-04 Thread Gilles Lavaux
Thanks Chris, Unfortunatly no, I have already try the new syntax (and a lot of other things). The problem is at the line : if I change this line with : my tree works, expand, collapse well, and display the name of my objects, but I want to have the content in case the object name is 'PUBLI

[Zope] About "Powered by Zope"...very simple, isn't it?

2000-07-04 Thread Pierre Rougier
Hi zopatistas, well... this is not a very important thing, but I would like to remove the picture "Powered by Zope" at the end of my Zope Pages... is it possible..? I though it was in the "standard html header" but it seems that it is not...gasp... someone can help me? __

Re: [Zope] About "Powered by Zope"...very simple, isn't it?

2000-07-04 Thread Andrew Kenneth Milton
+[ Pierre Rougier ]- | Hi zopatistas, | well... this is not a very important thing, but I would like to remove | the picture "Powered by Zope" at the end of my Zope Pages... | is it possible..? I though it was in the "standard html header" but it | s

Re: [Zope] About "Powered by Zope"...very simple, isn't it?

2000-07-04 Thread Oleg Broytmann
On Tue, 4 Jul 2000, Pierre Rougier wrote: > well... this is not a very important thing, but I would like to remove > the picture "Powered by Zope" at the end of my Zope Pages... > is it possible..? I though it was in the "standard html header" but it footer Oleg.(All opinions are

Re: [Zope] About "Powered by Zope"...very simple, isn't it?

2000-07-04 Thread Nils Jeppe
On Tue, 4 Jul 2000, Pierre Rougier wrote: > is it possible..? I though it was in the "standard html header" but it > seems that it is not...gasp... Yeah it's in the standard html footer! :-) best wishes, Nils ___ Zope maillist - [EMAIL PROTEC

Re: [Zope] About "Powered by Zope"...very simple, isn't it?

2000-07-04 Thread Robert Wohlfahrt
Hi, > well... this is not a very important thing, but I would like to remove > the picture "Powered by Zope" at the end of my Zope Pages... > is it possible..? I though it was in the "standard html header" but it > seems that it is not...gasp... it is in standard_html_footer ... Robert ___

Re: [Zope] problem with ZopeFind and objectValues

2000-07-04 Thread Jerome Alet
I can now answer in part: On Mon, 3 Jul 2000, Jerome Alet wrote: > >- > > > gives me the following error: > > """Unauthorized > > You are not authorized to access id.""" > > If I set a proxy role of manager to this dtml-method that doesn't change > anything, it still doesn't work. In

[Zope] "Powered By Zope" logo

2000-07-04 Thread Peter Bengtsson
Dear Zpeople     The "Powered by Zope" logo in the footer is slow to load for some reason, and I don't like the colour of it (nice, but not one the site I'm working on at the moment. Basically, where do I find the source for this:   Yes, I know that I can create my own, but why bother when

[Zope] generate a list of date

2000-07-04 Thread F.Richter
Hello, I want generate and show a list of days in a period. For instance: (period from 2000-06-07 to 2000-06-30) 2000-06-07, 2000-06-08, 2000-06-08 ... 2000-06-30 How can I do this??? -- By Frank ___ Zope maillist - [EMAIL PROTECTED] http://list

[Zope] Restarting with NT

2000-07-04 Thread J. Michael Mc Kay
If I stop Zope as a service from NT's Service Manager or from the Zope management interface it seems to kick and scream while restarting. In the application log I see repeated errors stating the service could not start. These repeat until the application log is full. Zope appears to be running, b

Re: [Zope] "Powered By Zope" logo

2000-07-04 Thread Martijn Pieters
On Tue, Jul 04, 2000 at 12:44:14PM +0100, Peter Bengtsson wrote: > The "Powered by Zope" logo in the footer is slow to load for some > reason, and I don't like the colour of it (nice, but not one the site > I'm working on at the moment. > Basically, where do I find the source for this: The image

Re: [Zope] Help needed: why is this DTML not working in zope 2 ?

2000-07-04 Thread Shane Hathaway
Hello Gilles, I think you've been bitten by a recently solved bug in dtml-try. When 2.2.0b4 comes out, please download it and try it out with your DTML (or if you're in a hurry, download from CVS.) If 2.2.0b4 doesn't solve it, e-mail me right away. Shane Gilles Lavaux wrote: > > Hello, > >

[Zope] Lists and external methods

2000-07-04 Thread Pieter Claerhout
Hello there, I started working with Zope a few days ago, and I'm currently having some troubles with external methods. I made an external method that returns a record like list, but this doesn't seem to work correctly> The list look a bit like this: 90, "x86", "Explanation", "22/06/200" 89, "x86

Re: [Zope] Help needed: why is this DTML not working in zope 2 ?

2000-07-04 Thread Shane Hathaway
Shane Hathaway wrote: > I think you've been bitten by a recently solved bug in dtml-try. When > 2.2.0b4 comes out, please download it and try it out with your DTML (or > if you're in a hurry, download from CVS.) If 2.2.0b4 doesn't solve it, > e-mail me right away. Oops, looks like you solved it

Re: [Zope] Lists and external methods

2000-07-04 Thread Oleg Broytmann
On Tue, 4 Jul 2000, Pieter Claerhout wrote: > I want the external method to return this in a list, where I can iterate over using >the > tag, so that I can reference the different fields in each record with a >name. > > What should the list look like so that I can accomplish this? dtml-in

[Zope] Sorting a list descending using dtml-in

2000-07-04 Thread Pieter Claerhout
Hello, if I'm iterating over a list using the dtml-in tag, is it then possible to sort the items descending? Pieter Pieter Claerhout Application Support - CreoScitex Europe ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listi

Re: [Zope] Sorting a list descending using dtml-in

2000-07-04 Thread Oleg Broytmann
On Tue, 4 Jul 2000, Pieter Claerhout wrote: > if I'm iterating over a list using the dtml-in tag, is it then possible > to sort the items descending? Oleg.(All opinions are mine and not of my employer) Oleg Broytmann Foundation for Effective Policies [EMAIL PR

Re: [Zope] Sorting a list descending using dtml-in

2000-07-04 Thread Jerome Alet
On Tue, 4 Jul 2000, Pieter Claerhout wrote: > if I'm iterating over a list using the dtml-in tag, is it then possible > to sort the items descending? IIRC: bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 3

RE: [Zope] Sorting a list descending using dtml-in

2000-07-04 Thread Pieter Claerhout
Seems to work fine in Zope 2.1.6... Pieter -Original Message- From: Jerome Alet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 04, 2000 3:48 PM To: Pieter Claerhout Cc: '[EMAIL PROTECTED]' Subject: Re: [Zope] Sorting a list descending using dtml-in On Tue, 4 Jul 2000, Pieter Claerhout

[Zope] cookies

2000-07-04 Thread Vincent Maton
Hello !!! can you tell me how can I use the "cookies" Thank you very much ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/li

Re: [Zope] generate a list of date

2000-07-04 Thread Steve Spicklemire
How about: > "F" == F Richter <[EMAIL PROTECTED]> writes: F> Hello, I want generate and show a list of days in a period. F> For instance: (period from 2000-06-07 to 2000-06-30) F> 2000-06-07, 2000-06-08, 2000-06-08 ... 2000-06-30 F> How can I do this??? -- By Frank

[Zope] Programmierungshilfe

2000-07-04 Thread Bruno Nana
Sehr Geehrte Damen und Herren, dies Fehler kommt mir wiederholt vor, bei dem Onlineaufruf von erstellten Tabelle im Web. <<< Error Type: Error Error Value: Error processing delete from iekundegeschaeft where firma_id=14 iekundegeschaeft not found. Specify owner.objectname or use sp_help to check

[Zope] ZCatalog, subtransactions permissions

2000-07-04 Thread Eric L. Walstad
Hi All, I have a user that is trying to go thru the JobBoard tutorial. In part of the tutorial he is supposed to turn off subtransactions in his instance of ZCatalog. However, he does not have the necessary permissions to do so. I'm the one that is supposed to setup his permissions, but I can'

Re: [Zope] Programmierungshilfe

2000-07-04 Thread Joachim Schmitz
Hallo Herr Nana, es sieht nicht so aus als würden Sie Zope benutzen. Falls doch, geben Sie bitte die Installationsdaten an. Mit freundlichen Grüßen Joachim Schmitz Email: [EMAIL PROTECTED] Telefon: +49-2464-8851 FAX: +49-2464-905163 On T

Re: [Zope] Lists and external methods

2000-07-04 Thread Tony McDonald
Oleg, Thanks for that. It's the clearest explanation I've seen as to what 'mapping' does (and I've read the docs a fair bit) cheers tone. At 1:00 pm + 4/7/00, Oleg Broytmann wrote: >On Tue, 4 Jul 2000, Pieter Claerhout wrote: >> I want the external method to return this in a list, where I c

Re: [Zope] Programmierungshilfe

2000-07-04 Thread Nils Kassube
[Sorry for writing in German.] [EMAIL PROTECTED] (Bruno Nana) wrote: [Die deutschsprachige Mailing-Liste zu Zope kann man auf http://mailman.beehive.de/mailman/listinfo/zope abonnieren. Diese Liste, [EMAIL PROTECTED], ist üblicherweise englischsprachig.] > Und alle diese Tabellen

[Zope] too many open files

2000-07-04 Thread Ragnar Beer
Help! Zope 2.1.6 refuses to work in the middle of an external method on my i386 running under OpenBSD 2.7. Is says: OSError [Errno 24] Too many open files: '[EMAIL PROTECTED]' I've never ev

Re: [Zope] too many open files

2000-07-04 Thread Andrew Kenneth Milton
+[ Ragnar Beer ]- | Help! | | Zope 2.1.6 refuses to work in the middle of an external method on my | i386 running under OpenBSD 2.7. Is says: | | OSError | [Errno 24] Too many open files: '[EMAIL

Re: [Zope] site versions with zope

2000-07-04 Thread Diny van Gool
At 10:38 4-7-00 +0200, Nathalie Bernier wrote: >Hello, > >I'd like to modify a live site, instead of working on a mirror copy. Could >someone explain me, step by step, how sessions work? Hi, At http://www.zope.org/Documentation/Guides/ZCMG (Zope Content Manager's Guide) you'll find a section cal

Re: [Zope] too many open files

2000-07-04 Thread Olivier Deckmyn
Recompile your kernel with a higher value for MAXUSERS (x4 for example) - Original Message - From: "Ragnar Beer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 6:31 PM Subject: [Zope] too many open files > Help! > > Zope 2.1.6 refuses to work in the middle of

[Zope] [newbie] cgi-tasks howto? stupid question

2000-07-04 Thread Rajil Saraswat
hi, is there any document around which list procedures how to accomplish simple cgi tasks with dtml. say i get a input into a text box thru the browser with the name as valname. Then how do i print this valname thru dtml. ofcourse i checked out with the guides but could locate cgi calls, somethin

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Dieter Maurer
Stuart Bishop writes: > On Fri, 30 Jun 2000, Dieter Maurer wrote: > > In Zope, each user has a set of roles. > > Any user has the "Anonymous" role. Log-in users may have > > additional roles. > > > > Thus, what you see, should not happen. > > Users, by default, are not granted the 'Anony

Re: [Zope] [newbie] cgi-tasks howto? stupid question

2000-07-04 Thread Nils Kassube
[EMAIL PROTECTED] (Rajil Saraswat) wrote: > browser with the name as valname. Then how do i print this valname thru > dtml. This is easy. See the rules for "Name Lookup" in the DTML Reference Guide. There are circumstances where it's not so simple... > ofcourse i checked out with the guide

[Zope] Re: Traversal of ZODB

2000-07-04 Thread Steve Alexander
On Fri, 30 Jun 2000, David Trudgett wrote: > I wonder if anyone has a sample Python script that traverses the ZODB to > query or perform arbitrary operations on the objects found in it? My > present requirement is to write a script that goes through and does some > automated updating of several

Re: [Zope] [newbie] cgi-tasks howto? stupid question

2000-07-04 Thread Rajil Saraswat
i tried out this but this isnt working out for me. can you point out the error. my index_html file is http://localhost:8080/3inet/print> Enter name: the print file is when i submit the form the print page is outputted but the value of the textbox(valname) is not outputted. whats

Re: [Zope] [newbie] cgi-tasks howto? stupid question

2000-07-04 Thread Rik Hoekstra
>i tried out this but this isnt working out for me. can you point out the >error. > >my index_html file is > >http://localhost:8080/3inet/print> >Enter name: > > > > > > >the print file is > > > > > > > >when i submit the form the print page is outputted but the value of the >textbox(valname)

Re: [Zope] Authentication, Anonymous and Public

2000-07-04 Thread Chris Withers
Dieter Maurer wrote: > A user that does not log in, i.e. a user you know nothing of, > gets the "Anonymous" role automatically (at least with "acl_users"). > A logged in user may not get the "Anonymous" role. > > This does not provide additional security, because this > user may simply shut down

Re: [Zope] cookies

2000-07-04 Thread Rik Hoekstra
>can you tell me how can I use the "cookies" try: no blurk today Also see the relevant portion of the DTML reference guide http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.4.5.html#pgfId-10470 78 and the dtml-snippet http://zdp.zope.org/projects/zsnippet/snippets/Client

Re: [Zope] Re: Traversal of ZODB

2000-07-04 Thread David Trudgett
At 2000-07-04 20:32 +0100, Steve Alexander <[EMAIL PROTECTED]> wrote: >On Fri, 30 Jun 2000, David Trudgett wrote: > > I wonder if anyone has a sample Python script that traverses the ZODB to > > query or perform arbitrary operations on the objects found in it? My > > present requirement is to wri

[Zope] RFC: is this the best way to make a referal app and a "jump" navmenu *2nd time*menu *2nd time*

2000-07-04 Thread George Donnelly
Basically i would like people's opinions as to whether i built these things in the "right" way or not. tia! >jump menu *created a selection list and told it to pass a variable (the url of the selected item) called "url" to a method called "jump" which consists of the following: its a little s

[Zope] What is the best way to do this?

2000-07-04 Thread Alex Gould
Hello zope-masters, I humbly ask your advice on several matters. I am making an internal website for a statewide student activist group with many members. It will hopefully feature discussion boards, a contact database, and a calendar of events. I want to make the users of the site part

RE: [Zope] What is the best way to do this?

2000-07-04 Thread Jens Vagelpohl
alex, IMHO when you try to do stuff using ZClasses and DTML and it starts looking too complex to you then it is. DTML is made for presentation, not for driving an application. a very sound architectural approach, and one that scales very well as your site and organzation grows, is a base of pyth

[Zope] zope with large -t

2000-07-04 Thread Bak @ kedai
hello ppl, what are the bad things that will happen if i increase zope thread from the default to another number, say 25, or 50. will anything bad happen? i guess, the greater number of zope threads will help process request faster, or am i mistaken? i currently have hugh connection numbers fro

[Zope] WorldPilot and UW-IMAP?

2000-07-04 Thread Charlie Wilkinson
Greets, I'm experiencing an issue with WorldPilot not showing the body of messages that have attachments. I can only guess that this is because WorldPilot was designed for use with the Cyrus IMAP server and I'm using it on a stock RedHat system, which I presume sports UW-IMAP. I've searched arou

Re: [Zope] [newbie] cgi-tasks howto? stupid question

2000-07-04 Thread Nils Kassube
[EMAIL PROTECTED] (Rajil Saraswat) wrote: > i tried out this but this isnt working out for me. can you point out the > error. The DTML source is okay. This should work. > when i submit the form the print page is outputted but the value of the > textbox(valname) is not outputted. whats wrong?

Re: [Zope] Fun with Trees

2000-07-04 Thread Charlie Wilkinson
On Mon, Jul 03, 2000 at 10:38:27PM +0200, Dieter Maurer waxed eloquent: > Charlie Wilkinson writes: > > On Mon, Jul 03, 2000 at 09:35:06AM +0200, Rik Hoekstra waxed eloquent: > > > > > > Charlie Wilkinson writes: > > [...] > > > I'm trying to use dtml-tree to create a selective menu of obje

[Zope] Comparing two dates WITH time?

2000-07-04 Thread Nils Jeppe
Hello All, I need help again. How do I compare two dates that include full timestamps? If I try date_updated <= ZopeTime() it works only for dates that do not include times... as soon as you have a time in the date_updated field, If the date_updated contains only a date (200/07/04 for e

[Zope] dtml-var null

2000-07-04 Thread Clinton Roy
the following: just doesn't seem to be working. any hints? ___ 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-

[Zope] Product doesn't appear in Add List

2000-07-04 Thread sakurai
Hi, I'm a beginner of Zope. I read Documentation(ZCMG) and trying to create a sample Zope Product, just the same thing as in that tutorial. I did as follows: 1. create Product Distribution Archive (tgz file) in Distribution tab. 2. delete original one (with open-box icon). 3. shutdown zope. 4.

Re: [Zope] dtml-var null

2000-07-04 Thread Brenton Bills
On 5 Jul 2000, Clinton Roy wrote: > > > just doesn't seem to be working. > Hi Clinton, null is only used in conjunction with fmt, so you would want to use, If this does not work mail me back. Thanks, Brenton Bills. ___