[Zope] Re: A Quick Event-based Cataloging How-to for Zope 2

2006-09-28 Thread whit
thanks Chris! -w Chris Withers wrote: Hi All, Just been playing with this and found it remarkably easy, so thought I'd pass it on. If anyone can think of a better place than the mailing list archives for this, please let me know! Anyway, so I'm building a Zope 2 app where I need to index o

Re: [Zope] User management messed up?

2006-09-28 Thread Fabian Scheler
Turning on verbose-security (and setting the associated "security-policy-implementation python") in zope.conf may provide some clues. thanks for the hint - apparently some checkmarks were missing for 'Authenticated' now the problem seems to be solved Ciao, Fabian ___

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

2006-09-28 Thread Paul Winkler
On Thu, Sep 28, 2006 at 10:42:18PM +1000, [EMAIL PROTECTED] wrote: > I've inherited a project that now needs to post an XML > packet to an ecommerce gateway, ie a user submits, via > a form, credit card details which are posted to a Zope > server. The Zope server then builds an XML packet and > wan

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

2006-09-28 Thread Michael Haubenwallner
[EMAIL PROTECTED] wrote: > 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 ecommerc

[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

[Zope] Re: automated object exporting

2006-09-28 Thread Josef Meile
Hi Sascha, I have a Zope object (a Plone site, to be specific) that I would like to have exported on a regular basis so I can back it up to another server. While I am familiar with Python, I'm not familiar with the specific methods involved in interacting with Zope for this. How would I go abo

Re: [Zope] Dictionary in ZPT

2006-09-28 Thread Pascal Peregrina
100% agree... Just answered the specific question ;) > De : Chris Withers <[EMAIL PROTECTED]> > Date : Thu, 28 Sep 2006 09:07:33 +0100 > À : Pascal Peregrina <[EMAIL PROTECTED]> > Cc : Alan <[EMAIL PROTECTED]>, > Objet : Re: [Zope] Dictionary in ZPT > > Pascal Peregrina wrote: >> Hi, >> >> I a

Re: [Zope] Dictionary in ZPT

2006-09-28 Thread Chris Withers
Pascal Peregrina wrote: Hi, I am not sure about your use case, but this should work: ... tal:define="global count python: 0; global data python: {}" ... tal:define="null python: data.update({'jname':jname});" ... ...and anyone writing code like that should be taken out back and loudly shot..

Re: [Zope] automated object exporting

2006-09-28 Thread Chris Withers
Jonathan wrote: If you are in a *nix environment i would suggest investigating 'cron' and using the 'manage_exportObject' method (google away!) If this is for backup, I wouldn't bother. Just use repozo like you're supposed to ;-) Chris -- Simplistix - Content Management, Zope & Python Consu

Re: [Zope] Monkey Patching Grief with Zope 2.9.4

2006-09-28 Thread Stefan H. Holek
Zope and ZODB switched to new-style classes. Stefan On 26. Sep 2006, at 22:52, Mark Wilson wrote: I'd be interested to hear if anyone has any info about why and how this change was made to Zope. -- Anything that, in happening, causes itself to happen again, happens again. --Douglas Adams