[Zope3-dev] Broken ZODB (was SVN: Zope3/trunk/src/zope/app/authentication/Eliminated all old-style classes)

2005-06-22 Thread Garrett Smith
This change has broken presisted SessionCresentials. I'm not sure why, but the unpickler is calling SessionCredentials __init__. I'm not sure what the right course is here, but I think something should be done. One of these perhaps: - Revert to old style class - Write a conversion script -

[Zope3-dev] Re: [Zope3-checkins] Broken ZODB (was SVN: Zope3/trunk/src/zope/app/authentication/Eliminated all old-style classes)

2005-06-22 Thread Jim Fulton
Garrett Smith wrote: This change has broken presisted SessionCresentials. I'm not sure why, but the unpickler is calling SessionCredentials __init__. This is probably because instances of new-style and old-style classes get pickled differently. I'm not sure what the right course is here, but

Re: [Zope3-dev] question - zope3 docs

2005-06-22 Thread Corey
On Wednesday 22 June 2005 04:29 pm, Corey wrote: component.provideUtility(greet, IGreeter, 'robert') In this example we registered the utility as providing the `IGreeter` interface with a name of 'bob'. ( actualy, the name was 'robert' ) Actualy - this mistake was mine... whoops! (

[Zope3-dev] Sending patch

2005-06-22 Thread Stéphane Brunet
Hi, I finished adding the ASCIILine field and the ASCIIAreaWidget to the source (see this thread for the details : http://mail.zope.org/pipermail/zope3-dev/2005-June/014735.html). I didn't touch to the Bytes Widget yet because It will most probably break everything using the Bytes(Line)