¶ ↑
Projects Tree View pluginProjects 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
¶ ↑
ChangelogFor the complete changelog see the CHANGELOG
-file in the Projects Tree View plugin directory.
¶ ↑
Latest stable releaseThe currently available, latest stable release of the plugin is version 0.0.3.
¶ ↑
CompatibilityThis plugin is compatible with Redmine trunk only!
¶ ↑
ObtainingURL 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 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
¶ ↑
UsageJust 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
¶ ↑
LicensingThis 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
¶ ↑
SupportIf 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.