Skip to content

smoreau/redmine_document_move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3.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 6.0.x.

It has been successfully tested on the version 6.0.2.

URL of the GitHub repository: 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
  1. Install the redmine_base_deface plugin (see github.com/jbbarth/redmine_base_deface)

  2. Download the plugin from the available source (see www.redmine.org/plugins/redmine_document_move#Obtaining)

  3. Install the plugin as described at: 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

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

  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

  1. Remove the directory “redmine_document_move” from the plugins directory

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

About

This is a Redmine plugin to allow users to move documents from a project to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors