Plugins Directory » Project removal/redirection

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com/projects/redmine-removal
Code repository: http://subversion.andriylesyuk.com/redmine-removal
Registered on: 2011-09-30 (over 1 year)
Current version: 0.0.1
Compatible with: Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x

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}/vendor/plugins.
  • Run: rake db:migrate:plugins RAILS_ENV=production.
  • Restart Redmine.

Changelog

0.0.1 (2011-09-30)

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