Anonymous's picture
Posted by Anonymous on April 3, 2010 at 9:14am
hi,
i've just created a Settings Audit Log module.
http://drupal.org/project/settings_audit_log
it uses a trigger on variable to log all changes by user.
looking for reviews, feedback, and ideas for modules to build on top of this using the audit data.
cheers
justin
Categories: change management, configuration management, deployment
Comments
Awesome. Have been wanted
Awesome. Have been wanted something like this, but couldn't find a hook.
What would be cool is a module where you can select a start- and enddate, and export all the changes made within this time for easy deployment.
Maybe integration with Features?
Hey Justin, I've had a quick
Hey Justin,
I've had a quick go at backporting this to D6. I managed to create the triggers on the variables table but they don't seem to be working - is there any fundamental architectural reason why this can't work in D6?
thanks,
Katherine
Never mind - got it working
Never mind - got it working :-)
postgres support has landed :-)
thanks to steve, we now have postgres support. more reviews welcome.
D6 version committed
fyi I've just committed in the D6 version.
awesome! i've created a D6
awesome! i've created a D6 release for it.
error while enabling module...
I tried to give settings_audit_log-6.x-1.0-alpha1.tar.gz a go, when I tried to enable the module I got...
Fatal error: Call to undefined function db_driver() in /var/aegir/platforms/drupal-6.16/sites/example.com/modules/settings_audit_log/settings_audit_log.install on line 10
looks like db_driver() is a D7 call...
Protected Industries