All Projects → Loriowar → Redmine_issues_tree

Loriowar / Redmine_issues_tree

Provides a tree view of the Redmine issues list

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Redmine issues tree

Immutable Treeutils
Functional tree traversal helpers for ImmutableJS data structures
Stars: ✭ 67 (-15.19%)
Mutual labels:  tree
Globalhooks
Allows you to create global keyboard events
Stars: ✭ 74 (-6.33%)
Mutual labels:  hooks
Urmem
[x86] Simple C++11 header-only cross-platform memhack library (hooks, patches, pointers, sig scan)
Stars: ✭ 76 (-3.8%)
Mutual labels:  hooks
Exploretrees Sg
🌳 Explore Trees in Singapore 🇸🇬
Stars: ✭ 68 (-13.92%)
Mutual labels:  tree
React Native Appstate Hook
React Native appSate hook
Stars: ✭ 73 (-7.59%)
Mutual labels:  hooks
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-7.59%)
Mutual labels:  hooks
Tinspin Indexes
Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree
Stars: ✭ 64 (-18.99%)
Mutual labels:  tree
Advanced React Hooks
Learn Advanced React Hooks workshop
Stars: ✭ 1,208 (+1429.11%)
Mutual labels:  hooks
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-7.59%)
Mutual labels:  hooks
Hookrouter
The flexible, and fast router for react that is entirely based on hooks
Stars: ✭ 1,200 (+1418.99%)
Mutual labels:  hooks
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (-12.66%)
Mutual labels:  hooks
Drei
🌭 useful helpers for react-three-fiber
Stars: ✭ 1,173 (+1384.81%)
Mutual labels:  hooks
Pidtree
🚸 Cross platform children list of a PID.
Stars: ✭ 76 (-3.8%)
Mutual labels:  tree
React Hookedup
👽 A collection of useful React hooks
Stars: ✭ 68 (-13.92%)
Mutual labels:  hooks
Ysf
YSF Server Functions
Stars: ✭ 77 (-2.53%)
Mutual labels:  hooks
Jsonapi React
A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
Stars: ✭ 65 (-17.72%)
Mutual labels:  hooks
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-6.33%)
Mutual labels:  hooks
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-1.27%)
Mutual labels:  hooks
Use React Hooks
Use hooks in classes in React 16.5+
Stars: ✭ 78 (-1.27%)
Mutual labels:  hooks
Hook.io
Open-Source Microservice Hosting Platform
Stars: ✭ 1,201 (+1420.25%)
Mutual labels:  hooks

RedmineIssuesTree Donate

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

Compatibility

!!!DO NOT USE THIS BRANCH!!! Please, use a branch with name corresponding to your Redmine version i.e. 4.1.x, 3.2.x and so on.

Plugin tested with 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x and 2.5.x versions of Redmine.

Features

  • Dynamically loading of nested issues by click.
  • Minimal changes in default plain issues index page.
  • Tree view available in context of project and in global scope of all projects.
  • Plugin has setting (in admin menu) to enable a tree_view as a standard view for all issues#index page. Keep in mind what speed of this feature related with amount of issues in project and in case of >1000 issues this can work drastically slow.

Support

Features are added only for 4.x and 3.x versions. Bugfix and locales available for all version from 2.6.x and higher.

Usage

This is a master branch. DO NOT USE THIS BRANCH. Please, use a branch with name corresponding to your Redmine version i.e. 3.3.x, 3.2.x and so on.

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.

Information for developers and contributors

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].