# redmine_auditlog **Repository Path**: shanliren/redmine_auditlog ## Basic Information - **Project Name**: redmine_auditlog - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2024-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 This plugin is released under the GPL v3 license. See LICENSE for more information.