[Zope] Change ZSQLMethod connection id

2005-12-23 Thread Fabio
Hi! in my zope application I call ZSQLMethods from python script. Is it possible to set "connection id" property of a ZSQLMethod before call it? How? ZSQLMethod.propertyItems() return only ('title','') Thanks, Fabio -- Dott. Fabio Marcone 2T srl Telefono+39 - 0871- 540154 Fax

Re: [Zope] where to put openflow in Zope3.1.0

2005-12-23 Thread Stephan Richter
On Thursday 22 December 2005 15:59, Martijn Pieters wrote: > On 12/22/05, adeline nombre <[EMAIL PROTECTED]> wrote: > > Can somebody tell me where I have to put my openflow directory . I use > > Zope3.0.1. > > In the readme.txt file, it is said I have to put it in > >  lib/python/Products of my zop

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread Andreas Jung
--On 23. Dezember 2005 13:33:08 +0100 Fabio <[EMAIL PROTECTED]> wrote: Hi! in my zope application I call ZSQLMethods from python script. Is it possible to set "connection id" property of a ZSQLMethod before call it? How? ZSQLMethod.propertyItems() return only ('title','') perhaps zsql_me

Re: [Zope] Leave the ivory tower now!

2005-12-23 Thread Nicolas Georgakopoulos
Here are my ideas to make Zope 3 the most successful framework ever: Make them love Zope at the very first look: * Make installing Zope a double-click or one-command-only experience and * offer a 30 minutes tutorial of programming an useful application including an audiovisual show f

[Zope] Re: Leave the ivory tower now!

2005-12-23 Thread Michael Haubenwallner
Nicolas Georgakopoulos wrote: Here are my ideas to make Zope 3 the most successful framework ever: Make them love Zope at the very first look: * Make installing Zope a double-click or one-command-only experience and * offer a 30 minutes tutorial of programming an useful application

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread David H
Andreas Jung wrote: --On 23. Dezember 2005 13:33:08 +0100 Fabio <[EMAIL PROTECTED]> wrote: Hi! in my zope application I call ZSQLMethods from python script. Is it possible to set "connection id" property of a ZSQLMethod before call it? How? ZSQLMethod.propertyItems() return only ('titl

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread Tino Wildenhain
Fabio schrieb: > Hi! > in my zope application I call ZSQLMethods from python script. Is it possible > to set "connection id" property of a ZSQLMethod before call it? > > How? > ZSQLMethod.propertyItems() return only ('title','') If you set it only one time, you should be able to read it from ZMI

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread Tino Wildenhain
Fabio schrieb: > Thanks for your reply but... > I have to change ZSQLMethod's connection_id according to a variable in > session > (so every user has its own database) while your method (if I understand it) > is static. Isn't it? No its not. Thats whe whole point. You can always look up contex

[Zope] [ANN] Zope 2.9.0 beta 2 released

2005-12-23 Thread Andreas Jung
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.9.0 beta 2 (the x-mas release) You can download it from http://www.zope.org/Products/Zope/2.9.0b2/ Some new features of Zope 2.9: - ZODB 3.6 - Five 1.2 - integration for Zope

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread Tino Wildenhain
Fabio schrieb: > >>No its not. Thats whe whole point. You can always >>look up >>context.somewhere[variable].yourzsqlmethods.yourzsqlmethod(params...) >> >>where variable holds the name of the connection folder. > > > I make an example. > > two user: > > pippo -> db connection: dbpluto (holds

[Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Francisco Chamorro
Hi everyone, I have a process question and wanted to know what tools are available in zope to help me solve this issue. A total of 6 developers/producers access zope on a daily basis and make updates to pages, sometimes the same pages. The problem I'm having is that sometimes one developer wi

Re: [Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Andreas Jung
--On 23. Dezember 2005 11:16:22 -0800 Francisco Chamorro <[EMAIL PROTECTED]> wrote: What tools (if any) are available to help me solve this issue? My first thought was to install CVS, but I'm not entirely sure that will solve it entirely. Are there any tools available for work flow in zop

Re: [Zope] Re: Leave the ivory tower now!

2005-12-23 Thread Nicolas Georgakopoulos
Michael Haubenwallner wrote: Nicolas Georgakopoulos wrote: Here are my ideas to make Zope 3 the most successful framework ever: Make them love Zope at the very first look: * Make installing Zope a double-click or one-command-only experience and * offer a 30 minutes tutorial of pro

Re: [Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Chris McDonough
Hi Francisco, This may not be what you *want* to read ;-), but this is how I (and many others) do it: http://www.plope.com/Members/chrism/zope_collab - C On Dec 23, 2005, at 2:16 PM, Francisco Chamorro wrote: Hi everyone, I have a process question and wanted to know what tools are avail