RE: [VersionHistory] User-Identification

2005-11-15 Thread Miro Walker
A good, simple way to do this is to add a "last-modified-by" property to the node itself and update it programmatically every time you save with the ID of the user. That way, every time a version is committed, it will contain the last-modified-by ID of the user who last changed it. It's then eas

Re: [VersionHistory] User-Identification

2005-11-14 Thread Marcel Reutegger
you may implement an EventListener and register it for events in the version store. the events you receive will also contain the id of the user who did the version operation. regards marcel Humer Günther wrote: Hi! Is it possible to track changes per user? I need to see in the VersionHistory