Re: [Zope] object creation in a specific folder...

2005-04-10 Thread David H
Rushabh Mehta wrote: hello all, this is my first zope app... i am trying to figure out how to create an object in a particular folder via script, when my current object may not be in the right tree... I tried to do a 'change folder' via restrictedTraverse (eg context.getRestrictedTraverse('/myapp/

[Zope] object creation in a specific folder...

2005-04-10 Thread Rushabh Mehta
hello all, this is my first zope app... i am trying to figure out how to create an object in a particular folder via script, when my current object may not be in the right tree... I tried to do a 'change folder' via restrictedTraverse (eg context.getRestrictedTraverse('/myapp/myfolder'), and the

Re: [Zope] cvs (versus) svn

2005-04-10 Thread Andreas Jung
--On Sonntag, 10. April 2005 17:32 Uhr -0700 David H <[EMAIL PROTECTED]> wrote: Hi List, What is the status of cvs and svn in terms of which to use to get what software. I found some messages indicating that Zope went to svn about a year ago. Thanks, Zope 2.8 or higher -> SVN on svn.zope.org al

[Zope] cvs (versus) svn

2005-04-10 Thread David H
Hi List, What is the status of cvs and svn in terms of which to use to get what software. I found some messages indicating that Zope went to svn about a year ago. Thanks, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Cache flipping?

2005-04-10 Thread Tim Peters
[Guillaume Tamboise] > Let's say that I have a happily running server, that I get quite a lot of > "flipping cache files" with a cache-size at 6000 in my Zope instances, and > that I want to improve performances. > What should I do? I suspect you're confusing the ZODB cache (an in-memory cache mea

Re: [Zope] getting body text of object

2005-04-10 Thread Florent Guillaume
Malthe Borch <[EMAIL PROTECTED]> wrote: > In a python script I'm sending a mail using the Mailhost object. I'd like to > use > a template and keep this template in the portal_skins.custom folder. So I've > created a ZPT object that holds my template and now I wish to retrieve the > rendered text f

[Zope] Re: Cache flipping?

2005-04-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guillaume Tamboise wrote: > Chris Withers wrote: > >>Darian V Schramm wrote: >> >>>I'm getting many of these in my event.log >>> >>>2005-03-15T10:17:56 INFO(0) ZEC:1-None-1 flipping cache files. new >>>current = 1 >> >>This is nothing to worry abotu

[Zope] getting body text of object

2005-04-10 Thread Malthe Borch
Hey list, --- In a python script I'm sending a mail using the Mailhost object. I'd like to use a template and keep this template in the portal_skins.custom folder. So I've created a ZPT object that holds my template and now I wish to retrieve the rendered text from my script. I've tried the Cooke

Re: [Zope] Dynamic hyperlink with parameter

2005-04-10 Thread robert
srikanth wrote: Hi, I am trying to execute something like: href="eachrecordresult.html?fname='recordset/fname'"> First Name Last Name Everything works fine but the hyperlink. What I want it to look in the hyperlink is something like: eachrecordresult.ht