Provides full auditlog for user actions in Redmine instance.
Under Redmine 4.x User and Group objects are not currently audited!
$ cd /path/to/redmine/plugins
$ git clone https://github.com/RealEnder/redmine_auditlog
$ cd redmine_auditlog
$ rails generate audited:install # If using PostgreSQL, add "--audited-changes-column-type jsonb" for more efficient storage
$ cd ../..
$ rake db:migrate RAILS_ENV="production"
Then restart Redmine.
$ cd /path/to/redmine
$ rake redmine:plugins:migrate NAME=redmine_auditlog VERSION=0 RAILS_ENV=production
$ rm -rf plugins/redmine_auditlog
Then restart Redmine. This will not remove audit table.
Compatible with: Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 4.0.x, 4.1.x
Tested with Redmine 3.4.6, 4.1.1
Copyright 2018-2020 Alex Stanev alex@stanev.org
This plugin is released under the GPL v3 license. See
LICENSE for more information.