# projects_tree_view
**Repository Path**: yangsanchun/projects_tree_view
## Basic Information
- **Project Name**: projects_tree_view
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-2.0
- **Default Branch**: redmine3.x
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-05
- **Last Updated**: 2024-06-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
branch redmine3.x working on Redmine v3.4.6-stable.
--
=Projects Tree View plugin
Projects Tree View is a Redmine plugin which will turn the projects index view into a tree view. It also
propagates the tree view to the project show page's subprojects list.
==Author
* Chris Peterson
== Contributor
* Anton-zaytsev
* Shadowbq
* cforce
* danmunn
==Changelog
For the complete changelog see the CHANGELOG-file in the Projects Tree View plugin directory.
==Latest stable release
The currently available, latest stable release of the plugin is version 0.0.6.
==Compatibility
This plugin is compatible with Redmine trunk only!
==Obtaining
URL of the GitHub repository: http://github.com/shadowbq/projects_tree_view/tree/master
The source of this plugin can be "cloned" from the GitHub-repo using:
$ cd {RAILS_ROOT}/vendor/plugins && git clone git://github.com/shadowbq/projects_tree_view.git
==Installation
- Download the plugin from the available source (see http://www.redmine.org/wiki/redmine/PluginProjectsTreeView#Obtaining)
- Install the plugin as described at: http://www.redmine.org/wiki/redmine/Plugins (this plugin does not require a plugin database migration)
- Restart Redmine
==Usage
Just install the plugin. After restarting both the views are modified and rendered using the views provided by the plugin.
==Upgrading
- Backup the currently deployed Projects Tree View plugin (cp -r /vendor/plugins/projects_tree_view /vendor/plugins/projects_tree_view-backup)
- Update the plugin using git pull
- Restart your Redmine
==Uninstalling
- Remove the directory "projects_tree_view" from the plugin-directory "../vendor/plugins"
- Restart Redmine
==Licensing
This plugin is open-source and licensed under the "GNU General Public License v2" (GPL, http://www.gnu.org/licenses/old-licenses/gpl-2.0.html). See the included GPL.txt and LICENSE.txt files for details.
* (C)2009, Chris Peterson
* (C)2009, Mischa The Evil
==Support
If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins' GitHub site: http://github.com/MischaTheEvil/projects_tree_view/issues.
You can also post your feedback about the plugin in the dedicated plugin-section of the Redmine forums (http://www.redmine.org/projects/redmine/boards/3)
As an alternative you can also join the #redmine channel on the "freenode IRC network" (http://freenode.net/irc_servers.shtml) to see if there is anyone who can provide some support.