Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Jan-Carel Brand
On Fri, 2012-01-20 at 13:50 +0200, Jan-Carel Brand wrote: Hi all I've been working on porting the Dynatree (a dynamic tree-like) widget to z3c.form: https://github.com/collective/collective.dynatree My (temporary) fork is here: https://github.com/syslabcom/collective.dynatree And

[Zope-dev] Undo product stops working with recent Zope (StorageTransactionError)

2012-01-24 Thread lists
Hi, I have a product that patches Zope so that the Undo screen also accepts a date and time for when to roll back to (on pypi as Products.Undoer). It used to work, but with the most recent versions of Zope this error appears if the Undo by date is used more than once: 2012-01-24 13:45:32 ERROR

Re: [Zope-dev] Undo product stops working with recent Zope (StorageTransactionError)

2012-01-24 Thread Hanno Schlichting
On Tue, Jan 24, 2012 at 2:14 PM, li...@nidelven-it.no wrote: It used to work, but with the most recent versions of Zope this error appears if the Undo by date is used more than once: The undo API has changed with ZODB 3.10. As noted in the changelog: The API for undoing multiple transactions

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Charlie Clark
Hiya, Am 24.01.2012, 12:35 Uhr, schrieb Jan-Carel Brand li...@opkode.com: Perhaps I should rephrase I would like my changes to be merged with the zope.schema trunk. The tests I've added provide 100% coverage of the TreeVocabulary code. I've only glanced cursorily at the source but I'm not

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Marius Gedminas
Incidentally, please do not hijack existing threads when you start a new topic, ok? On Tue, Jan 24, 2012 at 01:35:49PM +0200, Jan-Carel Brand wrote: On Fri, 2012-01-20 at 13:50 +0200, Jan-Carel Brand wrote: Hi all I've been working on porting the Dynatree (a dynamic tree-like) widget to

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Charlie Clark
Hiya, Am 23.01.2012, 23:20 Uhr, schrieb Cykooz cyk...@googlemail.com: Oh ... Or there is no one who is engaged in package zope.intid, or no one gets an NotYet exception on the fault this package. Who can give me write access into SVN for the package zope.intid? You must apply to the Zope

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Georges Racinet
On 01/24/2012 03:06 PM, Charlie Clark wrote: Off the top of my head I don't know which Python versions support classmethods. Classmethods are fine in python2.4 Cheers -- Georges Racinet, http://www.racinet.fr, http://anybox.fr Zope/CPS OpenERP expertise, assistance development GPG:

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Jan-Carel Brand
On Tue, 2012-01-24 at 16:07 +0200, Marius Gedminas wrote: Incidentally, please do not hijack existing threads when you start a new topic, ok? Yes, that was an honest mistake, no ill intentions. Won't happen again. On Tue, Jan 24, 2012 at 01:35:49PM +0200, Jan-Carel Brand wrote: On Fri,

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Jan-Carel Brand
Hi Charlie On Tue, 2012-01-24 at 15:06 +0100, Charlie Clark wrote: Hiya, Am 24.01.2012, 12:35 Uhr, schrieb Jan-Carel Brand li...@opkode.com: Perhaps I should rephrase I would like my changes to be merged with the zope.schema trunk. The tests I've added provide 100% coverage of the

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Marius Gedminas
On Tue, Jan 24, 2012 at 03:10:15PM +0100, Charlie Clark wrote: Am 23.01.2012, 23:20 Uhr, schrieb Cykooz cyk...@googlemail.com: Oh ... Or there is no one who is engaged in package zope.intid, or no one gets an NotYet exception on the fault this package. Who can give me write access into SVN

Re: [Zope-dev] zope.intid and zope.keyreference.interfaces.NotYet exception (patch)

2012-01-24 Thread Cykooz
2012/1/25 Marius Gedminas mar...@gedmin.as: http://foundation.zope.org/agreements is where you can find the committer agreement form. Thanks. But I have one problem. I do not know any of the existing Committer who can vouch for me. ___ Zope-Dev

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Marius Gedminas
On Tue, Jan 24, 2012 at 07:34:03PM +0200, Jan-Carel Brand wrote: Missing tests: by inheriting from SimpleVocabulary you also gain .fromItems() and .fromValues(). Do those work? They pass a list of terms to __init__, which seems to expect a dict now. Override and add a raise

Re: [Zope-dev] TreeVocabulary in zope.schema.vocabulary

2012-01-24 Thread Jan-Carel Brand
On Wed, 2012-01-25 at 00:52 +0200, Marius Gedminas wrote: On Tue, Jan 24, 2012 at 07:34:03PM +0200, Jan-Carel Brand wrote: Missing tests: by inheriting from SimpleVocabulary you also gain .fromItems() and .fromValues(). Do those work? They pass a list of terms to __init__, which seems

[Zope-dev] zope-tests - FAILED: 23, OK: 44

2012-01-24 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2012-01-23 00:00:00 UTC and 2012-01-24 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

Re: [Zope-dev] Undo product stops working with recent Zope (StorageTransactionError)

2012-01-24 Thread lists
On Tue, 24 Jan 2012 14:50:44 +0100, Hanno Schlichting ha...@hannosch.eu wrote: On Tue, Jan 24, 2012 at 2:14 PM, li...@nidelven-it.no wrote: It used to work, but with the most recent versions of Zope this error appears if the Undo by date is used more than once: The undo API has changed