Project

General

Profile

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 (about 9 years ago)
Current version: 0.2.0
Compatible with: Redmine 5.0.x
User ratings:   (1)

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

  1. Install the redmine_base_deface plugin (see https://github.com/jbbarth/redmine_base_deface)
  2. Download the plugin from the available source (see http://www.redmine.org/plugins/redmine_document_move#Obtaining)
  3. Install the plugin as described at: https://www.redmine.org/projects/redmine/wiki/Plugins (this plugin does not require a plugin database migration)
  4. Install the required gems by running the following command: bundle install
  5. Restart Redmine

Setup

This plugin comes with a new permission attribute called 'Moved documents' under the existing 'Documents' section.

Upgrading

  1. Backup the currently deployed Document Move plugin (cp -r plugins/redmine_document_move plugins/redmine_document_move-backup)
  2. Upgrade the plugin using the command: git pull
  3. Install the required gems by running the following command: bundle install
  4. Restart your Redmine

Uninstalling

  1. Remove the directory "redmine_document_move" from the plugins directory
  2. 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.

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.

User ratings

  by joao paulo lima saraiva almost 8 years ago

Muito bom esse plugin, deveria ser algo padrão no redmine