Project

General

Profile

Plugins Directory » Duplicate views list

Author: Vitaly Klimov
Website: http://www.redmine.org/boards/3/topics/29181
Code repository: -
Registered on: 2012-02-24 (about 12 years ago)
Current version: 0.0.5
Compatible with: Redmine 1.3.x, 1.4.x, 2.0.x
User ratings:   (0)

Duplicate views list

Plugin displays list of Redmine main app views which are substituted in plugins and shows conflicts between plugins as well

Usage

Plugin adds menu item to the administration menu

For each view which is substituted in the plugin name of the plugin along with the affected view is shown. If there are several plugins use same view their names displayed in red.

Also it is possible to export list to the XLS file.

Installation notes

  • Please install Plugin views with revisions in order for this plugin to work
  • Run rake task to compile correct views
    rake redmine:plugins:process_version_change RAILS_ENV=production
  • If you want to be able to export report to XLS you should have spreadsheet gem installed

If you are going to upgrade Redmine itself after plugin installation please run rake tasks above after upgrade.

Changelog

0.0.5 (2012-08-06)

Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.

0.0.4 (2012-03-22)

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

  • Views now checked with extensions stripped, so some_view.rhtml and some_view.html.erb views would detected as duplicates

0.0.3 (2012-02-25)

Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.

  • Register XLS MIME type if not already registered
  • Can run without spreadsheet gem with XLS operations disabled

0.0.2 (2012-02-24)

Compatible with Redmine 1.2.x, 1.3.x.