Re: [Zope3-dev] New database generation for Zope 3.2 (Was: [Zope3-checkins] Added BBB for older instances)

2005-11-07 Thread Stephan Richter
On Monday 07 November 2005 07:16, Dmitry Vasiliev wrote: BTW, another one idea: We can set a password manager for a principal folder, not for a individual principal, so all principals in the folder will be use the only one password manager. +1 Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-dev] New database generation for Zope 3.2 (Was: [Zope3-checkins] Added BBB for older instances)

2005-11-07 Thread Dmitry Vasiliev
Benji York wrote: Dmitry Vasiliev wrote: BTW, another one idea: We can set a password manager for a principal folder, not for a individual principal, so all principals in the folder will be use the only one password manager. I like that even better. +1 Ok, so I'll redo the implementation

Re: [Zope3-dev] Re: Changing zope.app.rdb to better support sqlos

2005-11-07 Thread Brian Sutherland
On Thu, Nov 03, 2005 at 12:48:40PM +0100, Brian Sutherland wrote: On Thu, Nov 03, 2005 at 12:08:09PM +0100, Andres Freund wrote: 4. Every database adapter has an own interface which inherits from the zope one. This would enable the use of normal zope adaption which i would prefer, but

Re: [Zope3-dev] Re: Changing zope.app.rdb to better support sqlos

2005-11-07 Thread Stephan Richter
On Monday 07 November 2005 08:52, Brian Sutherland wrote: On Thu, Nov 03, 2005 at 12:48:40PM +0100, Brian Sutherland wrote: On Thu, Nov 03, 2005 at 12:08:09PM +0100, Andres Freund wrote: 4. Every database adapter has an own interface which inherits from the zope one. This would enable the

Re: [Zope3-dev] New database generation for Zope 3.2 (Was: [Zope3-checkins] Added BBB for older instances)

2005-11-07 Thread Benji York
Dmitry Vasiliev wrote: Dmitry Vasiliev wrote: Oops, we can't get rid of the generation since we need to encode the password anyway... :-/ Even if we default to plain text? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-dev mailing

[Zope3-dev] RFC: Tutorial Generator

2005-11-07 Thread Stephan Richter
Hi everyone, now that we have testbrowser, there is a totally new range of possibilities. One opportunity I would like to investigate is the ability to generate moview-like and/or interactive tutorials based on testbrowser doctests. I have written up some thoughts and I would greatly

Re: [Zope3-dev] New database generation for Zope 3.2 (Was: [Zope3-checkins] Added BBB for older instances)

2005-11-07 Thread Dmitry Vasiliev
Benji York wrote: Dmitry Vasiliev wrote: Dmitry Vasiliev wrote: Oops, we can't get rid of the generation since we need to encode the password anyway... :-/ Even if we default to plain text? Yes. For example if you change the password of a principal it needs to be properly encoded before

Re: [Zope3-dev] Re: Changing zope.app.rdb to better support sqlos

2005-11-07 Thread Brian Sutherland
On Mon, Nov 07, 2005 at 09:14:34AM -0500, Stephan Richter wrote: On Monday 07 November 2005 08:52, Brian Sutherland wrote: On Thu, Nov 03, 2005 at 12:48:40PM +0100, Brian Sutherland wrote: On Thu, Nov 03, 2005 at 12:08:09PM +0100, Andres Freund wrote: 4. Every database adapter has an own

[Zope3-dev] Using bits and pieces

2005-11-07 Thread Stephan Richter
Hi everyone, I am trying to mis-use Selenium components as a simple cross-platform, cross-browser blackbox to control aspects of the browser. Okay here the full scoop. In Zope 3 we recently developed the `zope.testbrowser` package, which allows us to write functional tests using a Python