Project

General

Profile

Plugins Directory » Project removal/redirection

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com/projects/project-removal
Code repository: http://subversion.andriylesyuk.com/project-removal
Registered on: 2011-09-30 (over 12 years ago)
Current version: 0.1.1
Compatible with: Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 1.4.x
User ratings:   (0)

There are two ways to remove a project from Redmine - "archive" or delete. In both cases Redmine gives no explanation about the removal.

This plugin allows to add a message to pages of an archived project. In such message an administrator can explain the reason of the removal. It also allows to specify URL to redirect. The plugin supports a special redirection mode which redirects pages to the corresponding ones on another Redmine installation (can be used when a project was moved).

Installation notes

To install the plugin do:

  • Copy project_removal directory to #{RAILS_ROOT}/plugins.
  • Run: rake redmine:plugins:migrate RAILS_ENV=production.
  • Restart Redmine.

Changelog

0.1.1 (2014-06-13)

Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 1.4.x.

0.1.0 (2013-08-19)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

Uses 301 HTTP status (Moved Permanently), when the redirection delay is set to zero.

0.0.1 (2011-09-30)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.