[Zope] All previous of a document
Dieter Maurer
dieter@handshake.de
Fri, 29 Jun 2001 22:58:57 +0200 (CEST)
Sedat Yilmazer writes:
> How Can I find previous versions ( versions that was overwritten) of a document? There is the undo command that can undo an action to get you back to the previous version, so the data is somehow there. Problem is How can I reach that data without performing an undo.
You know the "History" tab?
You know, it provides the function you want via a Web interface?
Whenever, you have this situation, you can be sure, that:
1. you can do it programmatically, too
2. you can find out how by looking at the source of
the ZMI page.
I am too lazy to look for you....
Dieter