{"id":13654198,"url":"https://github.com/Loriowar/redmine_issues_tree","last_synced_at":"2025-04-23T07:30:44.264Z","repository":{"id":36162043,"uuid":"40466117","full_name":"Loriowar/redmine_issues_tree","owner":"Loriowar","description":"Provides a tree view of the Redmine issues list","archived":false,"fork":false,"pushed_at":"2023-11-12T19:01:38.000Z","size":191,"stargazers_count":115,"open_issues_count":31,"forks_count":72,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-08-02T02:10:39.082Z","etag":null,"topics":["ajax-issues-tree","hooks","issues-tree","redmine","redmine-issues","redmine-plugin","tree"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Loriowar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-10T06:11:49.000Z","updated_at":"2024-08-02T02:10:39.941Z","dependencies_parsed_at":"2024-01-17T02:14:47.999Z","dependency_job_id":"7fb76193-7c60-4992-a600-127b4200df98","html_url":"https://github.com/Loriowar/redmine_issues_tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loriowar%2Fredmine_issues_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loriowar%2Fredmine_issues_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loriowar%2Fredmine_issues_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loriowar%2Fredmine_issues_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Loriowar","download_url":"https://codeload.github.com/Loriowar/redmine_issues_tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223913386,"owners_count":17224188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax-issues-tree","hooks","issues-tree","redmine","redmine-issues","redmine-plugin","tree"],"created_at":"2024-08-02T02:01:24.743Z","updated_at":"2024-11-10T04:31:58.765Z","avatar_url":"https://github.com/Loriowar.png","language":"Ruby","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=KGN52ZXA8J7B8"],"categories":["Plugins"],"sub_categories":["Active Plugins"],"readme":"# RedmineIssuesTree [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=KGN52ZXA8J7B8)\n\nThis is a plugin for [Redmine](http://www.redmine.org/). It's provides a tree view of the issues list.\n[Official page on Redmine.org](https://www.redmine.org/plugins/redmine_issues_tree).\n\n## Compatibility\n\n**!!!DO NOT USE THIS BRANCH!!!**\nPlease, use a branch with name corresponding to your\nRedmine version i.e. `4.1.x`, `3.2.x` and so on.\n\nPlugin tested with `5.0.x`, `4.2.x`, `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.\n\n## Features\n\n* Dynamically loading of nested issues by click.\n* Minimal changes in default plain issues index page.\n* Tree view available in context of project and in global scope of all projects.\n* Plugin has setting (in admin menu) to enable a tree_view as a standard view for all issues#index page. Keep in mind what\nspeed of this feature related with amount of issues in project and in case of \u003e1000 issues this can work drastically slow.\n\n## Support\n\nFeatures are added only for `5.x`, `4.x` and `3.x` versions. Bugfix and locales available for all version from `2.6.x` and higher. \n\n## Usage\n\nThis is a `master` branch. DO NOT USE THIS BRANCH. Please, use a branch with name corresponding to your\nRedmine version i.e. `3.3.x`, `3.2.x` and so on.\n\n## Examples of interface\n\nYou can find them on the [official plugin page](https://www.redmine.org/plugins/redmine_issues_tree).\n\n## Installation\n\nUse a common Redmine [installation guide](http://www.redmine.org/projects/redmine/wiki/Plugins).\nThis plugin hasn't any migration. So, you just need to copy source code into a proper folder and\nrun `bundle` for install required gems.\n\n## Information for developers and contributors\n\n* Plugin based on one of the modification of the [jQueryTreetable](https://github.com/ludo/jquery-treetable) library.\nThis lib can be found [here](https://github.com/Loriowar/jquery-treetable/tree/multiline_cell_fix).\nMajor differences described in [pull request](https://github.com/ludo/jquery-treetable/pull/133).\n* It redefine a default template `issues/index.html`. If you redefine it too, then you can implement several hooks\nand have a same result. You can look at `lib/redmine_issues_tree/hook_listner.rb` and get list of all used hooks.\nHere is a list of hooks, added by plugin:\n  * `view_issues_index_header` in the top of `issues/index.html` for including js and css;\n  * `view_issues_index_contextual` in contextual area for additional links in the top of issues table;\n  * `view_issues_tree_index_contextual` for same purpose, but on a tree view page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLoriowar%2Fredmine_issues_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLoriowar%2Fredmine_issues_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLoriowar%2Fredmine_issues_tree/lists"}