Plugins Directory » Move document
Author: | Stephane Moreau | |
---|---|---|
Website: | https://github.com/smoreau/redmine_document_move | |
Code repository: | https://github.com/smoreau/redmine_document_move | |
Registered on: | 2015-04-20 (over 9 years ago) | |
Current version: | 0.2.0 | |
Compatible with: | Redmine 5.0.x | |
User ratings: |
Document Move plugin¶
A Redmine plugin which allows to move documents from a project to another.
Author¶
Stéphane Moreau
Latest release¶
The currently available, latest release of the plugin is version 0.2.0.
Description¶
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.
Screenshots¶
Compatibility¶
This plugin is compatible with Redmine 5.0.x.
It has been successfully tested on the version 5.0.5.
Obtaining¶
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}/vendor/plugins $ git clone git@github.com:smoreau/redmine_document_move.git
Installation¶
- Install the redmine_base_deface plugin (see https://github.com/jbbarth/redmine_base_deface)
- Download the plugin from the available source (see http://www.redmine.org/plugins/redmine_document_move#Obtaining)
- Install the plugin as described at: https://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
Setup¶
This plugin comes with a new permission attribute called 'Moved documents' under the existing 'Documents' section.
Upgrading¶
- 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
Uninstalling¶
- Remove the directory "redmine_document_move" from the plugins directory
- Restart Redmine
Support¶
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: https://github.com/smoreau/redmine_document_move/issues.
Licensing¶
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.
- (C) 2024, Stéphane Moreau (www.logikdev.com)
Changelog
0.2.0 (2023-05-21)
Compatible with Redmine 5.0.x.
Compatibility with Redmine 5.0.x
0.1.0 (2015-04-16)
Compatible with Redmine 3.0.x.