Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Auditlog

Provides full auditlog for user actions in Redmine instance.

How to use

  $ 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.

How to remove

  $ 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 the audits 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 , 4.2.x
Tested with Redmine 3.4.6, 4.1.1, 4.2.10

License

Copyright 2018-2023 Alex Stanev alex@stanev.org
This plugin is released under the GPL v3 license. See
LICENSE for more information.

About

Provides full auditlog for user actions in Redmine instance

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages