Re: [Zope] TOC ondelete event

2007-07-28 Thread [EMAIL PROTECTED]
then alert "session timed out" thank you for your help -- Initial Header --- >From : "Jonathan" [EMAIL PROTECTED] To : [EMAIL PROTECTED],"zope" zope@zope.org Cc : Date : Sat, 28 Jul 2007 08:17:08 -

[Zope] TOC ondelete event

2007-07-28 Thread [EMAIL PROTECTED]
Hi, I'm setting up a Session data Manager with a Transient Object Container that call a python script session_delete(sdo,toc). I want to show a message like ("your session was terminated due inactivity") so I tried to write this #PYTHON SCRIPT (NOT EXTERNAL) session_delete(sdo,toc) request = c

Re: [Zope] Setting REQUEST on next page

2007-07-07 Thread [EMAIL PROTECTED]
Using sessions I can solve the problem but I prefer other solutions (even if possible). > Why do you not want to pass info in the URL? For security reasons that fields should not be viewed by users Thank you -- Initial Header --- >From : "Jonathan"

[Zope] Setting REQUEST on next page

2007-07-07 Thread [EMAIL PROTECTED]
Hi, Someone could tell me how to pass a variable without put in the URL using RESPONSE.redirect? For example, if code is...

Re: [Zope] Make a Zope Staging Server

2007-04-24 Thread [EMAIL PROTECTED]
> > > > > > --On 23. April 2007 17:41:42 +0200 [EMAIL PROTECTED] wrote: > > > > > > > I'm looking for a solution (perhaps a script) that "synchronize" > > > my ZODBs (maybe file copy?) > > > > ZSyncer? > > > >

Re: [Zope] Make a Zope Staging Server

2007-04-24 Thread [EMAIL PROTECTED]
-- Initial Header --- >From : "Andreas Jung" [EMAIL PROTECTED] To : [EMAIL PROTECTED],"akm" [EMAIL PROTECTED] Cc : "zope" zope@zope.org Date : Mon, 23 Apr 2007 21:30:54 +0200 Subject : Re: [Zope] Make a Zope Staging S

Re: [Zope] Make a Zope Staging Server

2007-04-23 Thread [EMAIL PROTECTED]
-- Initial Header --- >From : "Andrew Milton" [EMAIL PROTECTED] To : "[EMAIL PROTECTED]" [EMAIL PROTECTED] Cc : "zope" zope@zope.org Date : Tue, 24 Apr 2007 01:30:37 +1000 Subject : Re: [Zope] Make a Zope Staging

[Zope] Make a Zope Staging Server

2007-04-23 Thread [EMAIL PROTECTED]
Hi, I would like to have a Zope Staging Server where I make tests before publish contents into the real Zope Web Server (I use 2 DBMSs too). Unfortunately, EXTFile product (that I *MUST* use) don't give me the possibility to use export/import functions (before import I should delete the folder

Re: [Zope] file upload

2007-03-19 Thread [EMAIL PROTECTED]
script that make it possible. Thanks Illorca > > - Original Message ----- From: <[EMAIL PROTECTED]> > To: "zope" > Sent: Monday, March 19, 2007 11:20 AM > Subject: [Zope] file upload > > >> How can I make a form that people could use to upload multiple

[Zope] file upload

2007-03-19 Thread [EMAIL PROTECTED]
How can I make a form that people could use to upload multiple files in a time? Illorca -- Leggi GRATIS le tue mail con il telefonino i-mode™ di Wind http://i-mode.wind.it ___ Zope maillist - Zop

[Zope] Download Large Files in Zope

2007-03-06 Thread [EMAIL PROTECTED]
Hi, I've just installed Zope 2.8 with Apache 2 and I made a download library (a CMS site is too much for me and I can't find a simple "download area" product, so I've done it!) Now, when I click on a large .exe file link (href) it seems it load all data before prompt for download and the zope se

[Zope] help, installing ZJetDA-0.1.1..

2006-12-05 Thread [EMAIL PROTECTED]
Hi, I have copied the folder of the ZJetDA-0.1.1 product on the directory "C:\Zope\2.10,1 \ Zope \ lib \ python \ Products" and restarted Zope. If I go in the Control panel -->Product management, I can visualize it, but how can I use it? how to create an instance of it in my project… Probably

[Zope] [AUTORESPONSE] - Automatic Response From [EMAIL PROTECTED]

2006-10-12 Thread [EMAIL PROTECTED]
Thank You, for contacting the Webmaster at www.blagls.com. Your additions or changes have been submitted and someone will be in contact with you. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] POST from Zope to external server and receive RESPONSE

2006-09-30 Thread [EMAIL PROTECTED]
Hello Michael and Paul, This one would have to be an external method since the external server doesn't offer XMLRPC. It's also made more difficult by the fact that ssl will have to be involved. I'm going hunting for a better way but I will certainly be using XMLRPC for some other functionality th

[Zope] POST from Zope to external server and receive RESPONSE

2006-09-28 Thread [EMAIL PROTECTED]
Hello folks, I'm sure this question has been answered before but bear with me - Zope isn't my forte and I couldn't see anything like the problem I'd like to solve on the Zope list. I've inherited a project that now needs to post an XML packet to an ecommerce gateway, ie a user submits, via a for

Re: [Zope] long name as ID

2006-05-09 Thread [EMAIL PROTECTED]
Hi Sergio! You can change the ID to tittle, adding the following line to your archetype: Ex: schema = schema > at_rename_after_creation = True <-- content_icon = . Bye! Mensaje original De: [EMAIL PROTECTED] Recibido: 09/05/2006 13:1

[Zope] about Zope 2.8.6

2006-05-03 Thread [EMAIL PROTECTED]
Hello! I have a question about Zope. I'm using Zope 2.8.6-final, python 2.3.5 and Plone 2.1.2. I'm trying to show an event in the portal calendar (CMFCalendar 1.5.5). This event has a custom workflow. I've configured the states in /site/portal_calendar/ ,configure tab, but the calendar doesn't sh

[Zope] Export html

2006-04-18 Thread [EMAIL PROTECTED]
Hello, I have an archetype, I want to export the html that I see in the view mode to a rtf (or similar) format. I tried to use the product "RTFExport" but it doesn't export from HTML (or I don't know how to do this). I have found the product "PloneOOoTransforms" , does anybody have experience with

[Zope] Dependent List

2006-03-30 Thread [EMAIL PROTECTED]
Hello, I have a problem with my archetype, I'm using dependent lists. I've downloaded the MasterSelectWidget product, but I have a problem with it. In my archetype I have a master field and a slave one,  I install the archetype, I add an object of this type to my portal, but when I load the saved

[Zope] dynamic js lists

2005-12-14 Thread [EMAIL PROTECTED]
Hi all Following up on my other post and having a read on quirksmode (thanks Peter). I came up with the following which unsuprising doesnt want to work. Could anyone point out any blindingly obvious code errors? I think it could perhaps be something to do with the cells number, ie cell[0] etc. Th

[Zope] Zope Service Startup Failure

2005-11-08 Thread [EMAIL PROTECTED]
else is trying to use this. I have tried altering the port that it uses and it makes no difference. Thanks in advance. Graeme. [EMAIL PROTECTED] mail2web - Check your email from the web at http://mail2web.com

[Zope] DateTime problem

2005-11-08 Thread [EMAIL PROTECTED]
I have the following code that works on one Zope install and does not work on another. I would like to be able to use the same code under both, but am at a loss as to why there is a difference. I do not control the Zope servers running this application. Any help would be appreciated: On one server

Re: [Zope] It is a bug ? 404 error onfly

2005-05-25 Thread [EMAIL PROTECTED]
hi ! The differents are caused by IE settings. See that: https://bugzilla.mozilla.org/show_bug.cgi?id=295442 --- Additional Comments From [EMAIL PROTECTED] 2005-05-25 04:22 PDT --- I would guess the generated error page really is empty and IE just shows its "friendly error&quo

[Zope] It is a bug ? 404 error onfly

2005-05-24 Thread [EMAIL PROTECTED]
Hi ! My contributor have a problem. His problem is very interesting, but it is in php. I try to help, but I get same problem in Zope. The problem is that: He have a site, and he is paranoid. He is not use static pages to avoid penetrations. So: in a dynamic page he is check the request. If pa

Re: [Zope] noundo dbs

2001-01-30 Thread [EMAIL PROTECTED]
On Wednesday 31 January 2001 12:09, Chris McDonough wrote: > And a third message... > thanks for the prompt replies. to recap, i have -Berkeley DB -External Mount -something that i'm not too sure of :) as i see it, i can use External mount to mount berkeley Db. that will then give me a nonundo

[Zope] CoreSessionTracking and noundo db

2001-01-30 Thread [EMAIL PROTECTED]
pain ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] CacheManagers are cool :)

2001-01-29 Thread [EMAIL PROTECTED]
rom method b, c, d,...n do you cache a, or selectively cache b and/or c, d, ... confusedly, yours > > k > > _______ > Zope maillist - [EMAIL PROTECTED] > http://lists.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** &g

[Zope] hiperdom

2001-01-17 Thread [EMAIL PROTECTED]
m myself... ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Zope 2.3.0 beta 1 comments

2001-01-17 Thread [EMAIL PROTECTED]
__ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] High Performance Zope

2001-01-17 Thread [EMAIL PROTECTED]
___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] LOL (was:Postgresql Query.)

2001-01-17 Thread [EMAIL PROTECTED]
On Thursday 18 January 2001 07:45, Andrew Kenneth Milton wrote: > +---[ ethan mindlace fremen ]-- > > | --On Wednesday, January 17, 2001 04:33:25 PM +1000 Andrew Kenneth Milton > | > | <[EMAIL PROTECTED]> wrote: > | > Normally, I would tell you

[Zope] Cache manager in zope 2.3.0b1

2001-01-17 Thread [EMAIL PROTECTED]
fferent objId. thanks -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine use Zope? then you got HOPE! _______ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http:

Re: [Zope] zope2.3.0b1 and userfolders

2001-01-16 Thread [EMAIL PROTECTED]
d emergency users are now :) thanks -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine Get the tables! _______ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

[Zope] zope2.3.0b1 and userfolders

2001-01-16 Thread [EMAIL PROTECTED]
ut there willing to give it a peek? anyway, where can i find the changes to the security policies from zope 2.2.x to zope 2.3.x ? thanks -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine Am I Evil? ___ Zope maillist - [EMAIL PROTECTED] h

Re: [Zope] request for advice: using ZCatalog

2001-01-15 Thread [EMAIL PROTECTED]
ool really fits you guys. you guys really are cool. thanks -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine Get the tables! ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts o

Re: [Zope] request for advice: using ZCatalog

2001-01-15 Thread [EMAIL PROTECTED]
taste like tears .. without the pain _______ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] request for advice: using ZCatalog

2001-01-15 Thread [EMAIL PROTECTED]
nd raindrops taste like tears .. without the pain _______ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] xmldocument

2001-01-10 Thread [EMAIL PROTECTED]
____ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] xmldocument

2001-01-10 Thread [EMAIL PROTECTED]
pe? unless the default XML Document is huge. i'll peek at the collector. thanks phil -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine I will follow you! ..Damage Inc _______ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

[Zope] xmldocument

2001-01-09 Thread [EMAIL PROTECTED]
uteError Sorry, a Zope error occurred. -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine We don't need no, no, no, no, no parental guidance here! ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope] wierd zope behaviour - follow up

2000-12-21 Thread [EMAIL PROTECTED]
no, no, no parental guidance here! _______ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] Name Errors: DTML Document -> External Python Document -> DTML Document -> ZSQL cument -> ZSQL

2000-12-21 Thread Burwell, Becky &lt;[EMAIL PROTECTED]>
s. Becky. ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] weired zope behaviour

2000-12-19 Thread [EMAIL PROTECTED]
ine if you SMELLL ... what the Rock is cookin ___ 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 h

[Zope] apache and zserver interaction

2000-12-11 Thread [EMAIL PROTECTED]
edai.com.my/eZine as you woke this morning, and open up your eyes, did you notice the tear stains lining your face were mine.. _______ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML e

[Zope] z2.py -i

2000-12-11 Thread [EMAIL PROTECTED]
me.. tia -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine Just bring it! ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.

Re: [Zope] New version of book uploaded

2000-12-08 Thread [EMAIL PROTECTED]
dai.com.my/eZine as you woke this morning, and open up your eyes, did you notice the tear stains lining your face were mine.. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encod

Re: [Zope] New version of book uploaded

2000-12-08 Thread [EMAIL PROTECTED]
ted out are old news... > > Sorry! bugger! kill the cache :) > > -Michel > > > > ___ > Zope maillist - [EMAIL PROTECTED] > http://lists.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://lists.zope.org/mai

Re: [Zope] New version of book uploaded

2000-12-08 Thread [EMAIL PROTECTED]
om.my/eZine use Zope? then you got HOPE! _______ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] New version of book uploaded

2000-12-08 Thread [EMAIL PROTECTED]
______ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Cut/copy/paste problems

2000-12-06 Thread [EMAIL PROTECTED]
th > >Thank you in advance. > > Oleg. > > Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] >Programmers don't die, they just GOSUB without RETURN. > > > ___ > Zope mailli

Re: [Zope] Possible disaster upgrading to 2.2.4

2000-11-28 Thread [EMAIL PROTECTED]
'manage_editProperties', 'manage_delProperties', 'manage_changeProperties',)), )^ -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine G

Re: [Zope] Zope with Microsoft Access

2000-11-22 Thread [EMAIL PROTECTED]
From: "Mike Kelland" <[EMAIL PROTECTED]> > What does actually do? Looks like all it would do is > divide by zero which *has* to be some kind of error. Yelp, that's exactly what it does. My goal was to prove one way or another that a bit of code was executed. Divi

Re: [Zope] Zope with Microsoft Access

2000-11-22 Thread [EMAIL PROTECTED]
just learn a better solution than 0/0 :) --- Part of addContact Name: Title: Phone: ---insertNewContactForm --Darrell ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cros

RE: [Zope] Form variables with same name as folder names

2000-11-13 Thread Burwell, Becky &lt;[EMAIL PROTECTED]>
works in the DTML document that calls the SQL method but not in the SQL method itself. *becky* ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] Form variables with same name as folder names

2000-11-13 Thread Burwell, Becky &lt;[EMAIL PROTECTED]>
s! *becky* ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] Best way to handle SQL update with variable number of fields?

2000-09-10 Thread [EMAIL PROTECTED]
comma placement. Is that the "correct" direction? Or is there a better way.. Thank you, Chris Beaumont [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

Re: [Zope] [Ann] Another Zope Book

2000-08-18 Thread [EMAIL PROTECTED]
I'm using ZODB and ZEO seperate from Zope, no problem. --Darrell - Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]> > I think Andrew completed the extraction of the ZODB. > This means, Zope applications can use it for persistency. > You, immed

[Zope] Import broken by namespace conflict - fragile!

2000-08-14 Thread Jason CUNLIFFE &lt;[EMAIL PROTECTED]>
s. In our case the effect was obvious - our swf files immedaitely woudl not display. But other voodoo could easily occur which migh not appear for some time. It provokes me to ask simply what is the search path priority of object acquistion in zope and how do you control it safely? Thank you - Jas

[Zope] namespace conflict question needs explanation

2000-08-11 Thread Jason CUNLIFFE &lt;[EMAIL PROTECTED]>
effect was obvious - our swf files immedaitely woudl not display. But other voodoo could easily occur which migh not appear for some time. It provokes me to ask simply what is the search path priority of object acquistion in zope and how do you control it safely? Thank you - Jason Cunliffe _

Re: [Zope] Howto engineer a scientific paper system

2000-07-03 Thread [EMAIL PROTECTED]
to ignore the inserted BibTex reference, though.) Christian Working with Lyx is actually really nice, I appreciate how to get (Referring to Pavlos Christoforou on Don, 29 Jun 2000) > On Thu, 29 Jun 2000, [EMAIL PROTECTED] wrote: > > > Thank you for the comments and links for latex

Re: [Zope] PCGI Error: (102) failure during connect to ZServer

2000-07-02 Thread [EMAIL PROTECTED]
ble to get zope running. However, with this setup I > > was not able to login through manage, the authorization did not work. > > So my reasoning, an upgrade should make this error vanish. Not so, > > until now. ;-( > > > > Christian > > Christian _

[Zope] localization projects

2000-06-30 Thread [EMAIL PROTECTED]
ith the localization of web sites built with Zope" http://www.zope.com/Members/fog/Translator Although I have not used these programs yet, internationalization will be an issue for me soon. This issue seems to come up every 6 weeks or so on [EMAIL PROTECTED] I hope to see a FAQ for this

[Zope] PCGI Error: (102) failure during connect to ZServer

2000-06-30 Thread [EMAIL PROTECTED]
llist - [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 http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread [EMAIL PROTECTED]
mehow abandoned) software named conglomerate http//www.conglomerate.org/, another is Xeena of IBM. The GUI of both (especially the former) seem to have nice XML editing capabilities. Christian ___ Zope maillist - [EMAIL PROTECTED] http://lists.zop

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
(...why) ...and, of'course, teamworking. > [EMAIL PROTECTED] | [EMAIL PROTECTED] (preferred) > Why do you want to use Zope for this? What's the expected > advantage against using e.g. LaTeX? > ___ Zo

Re: [Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
a paragraph. Christian ___ 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 http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] Howto engineer a scientific paper system

2000-06-28 Thread [EMAIL PROTECTED]
further ideas of co-problem-solvers? Regards, Christian ___ 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