Re: RE: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-07-03 Thread csl
After implementing the Ingres adapter ZEIngresDA I found I was left high and dry when it came to deprecation messages and all else by ZEOmega.  I had to fix it myself.  - Original Message - From: Jeff Peterson [EMAIL PROTECTED] Date: Saturday, June 28, 2008 3:24 Subject: RE: [Zope]

Re: [Zope] Audit changes

2009-05-05 Thread csl
We had a similar situation and a local users group member recommended this (Plone, I believe): In unrestricted code (if you're using zeo, try zopectl debug), you can call object._p_jar.db().history(object._p_oid, None, 10) to get metadata about the last 10 changes to an object. You'll get a list