Re: [ZODB-Dev] historicalRevision for subobjects

2005-05-05 Thread Dieter Maurer
Christian Heimes wrote at 2005-5-4 22:14 +0200: >Dieter Maurer wrote: >> It is possible (by means of a historical connection) >> and I posted relevant code some time ago. >> Search the archive for "HistoryJar". > >Sorry I can't find the code. Neither with historical jar zodb nor >historical jar di

Re: [ZODB-Dev] historicalRevision for subobjects

2005-05-04 Thread Christian Heimes
Dieter Maurer wrote: It is possible (by means of a historical connection) and I posted relevant code some time ago. Search the archive for "HistoryJar". Sorry I can't find the code. Neither with historical jar zodb nor historical jar dieter googles something useful for me. Christian _

RE: [ZODB-Dev] historicalRevision for subobjects

2005-05-04 Thread Tim Peters
[Christian Heimes] >>> I had the idea of getting a snapshot of the entire ZODB for a given >>> transaction serial number but I don't know how to get it. Is this >>> possible? ... [Dieter Maurer] > It is possible (by means of a historical connection) and I posted > relevant code some time ago. Sea

RE: [ZODB-Dev] historicalRevision for subobjects

2005-05-04 Thread Dieter Maurer
Tim Peters wrote at 2005-5-2 13:37 -0400: > ... >> I had the idea of getting a snapshot of the entire ZODB for a given >> transaction serial number but I don't know how to get it. Is this >> possible? > >Sorry, don't know. It is possible (by means of a historical connection) and I posted relevant

RE: [ZODB-Dev] historicalRevision for subobjects

2005-05-02 Thread Tim Peters
[Christian Heimes] > ... > Christian Theune and me have implemented a diffed history feature for > Archetypes based content types. It's part of ATContentTypes and is meant > to help reviewers to see the differences between different revisions of > an object. The code is using the method OFS.History