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.
-
Chris Peterson
For the complete changelog see the CHANGELOG
-file in the Projects Tree View plugin directory.
The currently available, latest stable release of the plugin is version 0.0.3.
This plugin is compatible with Redmine trunk only!
URL of the GitHub repository: http://github.com/MischaTheEvil/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/MischaTheEvil/projects_tree_view.git
-
Download the plugin from the available source (see www.redmine.org/wiki/redmine/PluginProjectsTreeView#Obtaining)
-
Install the plugin as described at: www.redmine.org/wiki/redmine/Plugins (this plugin does not require a plugin database migration)
-
Restart Redmine
Just install the plugin. After restarting both the views are modified and rendered using the views provided by the plugin.
-
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
-
Remove the directory “projects_tree_view” from the plugin-directory “../vendor/plugins”
-
Restart Redmine
This plugin is open-source and licensed under the “GNU General Public License v2” (GPL, www.gnu.org/licenses/old-licenses/gpl-2.0.html). See the included GPL.txt
and LICENSE.txt
files for details.
-
©2009, Chris Peterson
-
©2009, Mischa The Evil
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: 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 (www.redmine.org/projects/redmine/boards/3)
As an alternative you can also join the #redmine
channel on the “freenode IRC network” (freenode.net/irc_servers.shtml) to see if there is anyone who can provide some support.