[Zope-dev] R: DBTab and CMF

2003-03-05 Thread Fabio Paracchini
Shane, I tried your suggestion and it worked seamlessly also on BDBStorage, you only have to copy the whole BDB directory and rename it. Thanks once again Fabio -Messaggio originale- Da: Shane Hathaway Inviato: mercoledi 5 marzo 2003 22.29 A: Fabio Paracchini Cc: [EMAIL PROTECTED]

[Zope-dev] Re: Zope-Dev digest, Vol 1 #2021 - 13 msgs

2003-03-05 Thread Tra^`n Tua^'n Vinh
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 12:00 AM Subject: Zope-Dev digest, Vol 1 #2021 - 13 msgs > Send Zope-Dev mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > h

Re: Security internals, was Re: [Zope-dev] LOTS of roles?

2003-03-05 Thread Paul Winkler
On Thu, Mar 06, 2003 at 09:19:37AM +1100, Adrian van den Dries wrote: > On March 5, Paul Winkler wrote: > > I've been trying to understand how to implement dynamic local roles, > > Customise the Folder class and override __ac_local_roles__ with a > method that returns a dictionary mapping users t

Re: Security internals, was Re: [Zope-dev] LOTS of roles?

2003-03-05 Thread Adrian van den Dries
On March 5, Paul Winkler wrote: > I've been trying to understand how to implement dynamic local roles, Customise the Folder class and override __ac_local_roles__ with a method that returns a dictionary mapping users to roles for that object: {user: [local,roles], ...} > * User.BasicUs

Security internals, was Re: [Zope-dev] LOTS of roles?

2003-03-05 Thread Paul Winkler
OK, now I am really confused. Please Help! I've been trying to understand how to implement dynamic local roles, and this has got me into trying to understand how authorization works. Brief background from the "Lots of roles" discussion: > > Leonardo Rochael Almeida <[EMAIL PROTECTED]> wrote: > >

[Zope-dev] Re: DBTab and CMF

2003-03-05 Thread Shane Hathaway
Fabio Paracchini wrote: Hi Shane, I was able to successfully install and use DBTab & BDBStorage, and to migrate a legacy archive of about 20Gb of Office documents. Now I run in this situation: I'd like to partition those archives, so that everything is not in a single giant DB, but is split

Re: [Zope-dev] [Vote] PEP308 voting began

2003-03-05 Thread Dieter Maurer
Guido van Rossum wrote at 2003-3-4 15:23 -0500: > if-then-else expression > IMO TALES should solve this for itself by introducing an if/then/else > expression form rather than depending on Python. If you can have a > "not:.." expression, surely you can have an "if:..:then:..:else:..

Re: [Zope-dev] [Vote] PEP308 voting began

2003-03-05 Thread Dan L. Pierson
--On Tuesday, March 04, 2003 03:23:54 PM -0500 Guido van Rossum <[EMAIL PROTECTED]> wrote: IMO TALES should solve this for itself by introducing an if/then/else expression form rather than depending on Python. If you can have a "not:.." expression, surely you can have an "if:..:then:..:else:..

[Fwd: Re: [Zope-dev] [Vote] PEP308 voting began]

2003-03-05 Thread Chris Withers
I think this was for the list... Chris Original Message Subject: Re: [Zope-dev] [Vote] PEP308 voting began Date: Wed, 05 Mar 2003 08:42:10 -0500 From: Brian Brinegar <[EMAIL PROTECTED]> To: Chris Withers <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[

Re: [Zope-dev] [Vote] PEP308 voting began

2003-03-05 Thread Chris Withers
Guido van Rossum wrote: IMO TALES should solve this for itself by introducing an if/then/else expression form rather than depending on Python. If you can have a "not:.." expression, surely you can have an "if:..:then:..:else:.." expression. I think not: is dubious and I'd find if-then-else way ove