Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.7 KB

RedmineIssuesTree Donate

This is a plugin for Redmine. It's provides a tree view of the issues list.

Compatibility

Plugin tested with 3.1.*, 3.0.* and 2.6.* versions of Redmine.

Usage

This is a master branch, please, use a branch with name corresponding to your Redmine version.

Examples of interface

You can find them on the official plugin page.

Installation

Use a common Redmine installation guide. This plugin hasn't any migration. So, you just need to copy source code into a proper folder and run bundle for install required gems.

Features

  • Plugin based on one of the modification of the jQueryTreetable library. This lib can be found here. Major differences described in pull request.
  • It redefine a default template issues/index.html. If you redefine it too, then you can implement several hooks and have a same result. You can look at lib/redmine_issues_tree/hook_listner.rb and get list of all used hooks. Here is a list of hooks, added by plugin:
    • view_issues_index_header in the top of issues/index.html for including js and css;
    • view_issues_index_contextual in contextual area for additional links in the top of issues table;
    • view_issues_tree_index_contextual for same purpose, but on a tree view page.