A Redmine plugin which allows to move documents from a project to another.
-
Stéphane Moreau
The currently available, latest release of the plugin is version 0.2.0.
The Document Move plugin is a Redmine plugin which allows to move documents from a project to another. This is done by adding a ‘Move’ icon in the upper right corner of the document.
This plugin is compatible with Redmine 5.0.x.
It has been successfully tested on the version 5.0.5.
URL of the GitHub repository: http://github.com/smoreau/redmine_document_move
The source of this plugin can be “cloned” from GitHub using:
$ cd {REDMINE_ROOT}/plugins $ git clone git@github.com:smoreau/redmine_document_move.git
-
Install the redmine_base_deface plugin (see github.com/jbbarth/redmine_base_deface)
-
Download the plugin from the available source (see www.redmine.org/plugins/redmine_document_move#Obtaining)
-
Install the plugin as described at: www.redmine.org/projects/redmine/wiki/Plugins (this plugin does not require a plugin database migration)
-
Install the required gems by running the following command:
bundle install
-
Restart Redmine
This plugin comes with a new permission attribute called ‘Moved documents’ under the existing ‘Documents’ section.
-
Backup the currently deployed Document Move plugin (
cp -r plugins/redmine_document_move plugins/redmine_document_move-backup
) -
Upgrade the plugin using the command:
git pull
-
Install the required gems by running the following command:
bundle install
-
Restart your Redmine
-
Remove the directory “redmine_document_move” from the plugins directory
-
Restart Redmine
If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins’ GitHub site: github.com/smoreau/redmine_document_move/issues.
This plugin is open-source and licensed under the “GNU General Public License v2” (www.gnu.org/licenses/old-licenses/gpl-2.0.html) (GPL). See the included COPYRIGHT.txt
and GPL.txt
files for details.
-
© 2024, Stéphane Moreau (www.logikdev.com)