An open API service indexing awesome lists of open source software.

https://github.com/dvandersluis/redmine_resources

Resources plugin for redmine
https://github.com/dvandersluis/redmine_resources

Last synced: 12 months ago
JSON representation

Resources plugin for redmine

Awesome Lists containing this project

README

          

= Resources Plugin for Redmine

== Description
The Resources plugin is a plugin for Redmine[http://www.redmine.org] which allows links to resources to be added to an issue. For the purposes of this plugin, a resource is any external site that is useful for the understanding or completion of an issue.

The plugin allows resources to be added, deleted and viewed, and adds Redmine role-based permissions for all three.

== Requirements
* This plugin requires Redmine 0.8.x (min 0.8.3) or 0.9.x
* The plugin requires +Redmine::Hook::ViewListener.render_on+ to be defined. This method was added to the Redmine trunk in r2429[http://www.redmine.org/repositories/revision/redmine/2429].
* The plugin makes use of a view hook called +view_issues_show_description_bottom+. This hook was added in r2611[http://www.redmine.org/projects/1/repository/revisions/2611] and as part of 0.8.3.

== Installation
1. Make sure Redmine is installed as per the requirements listed above.
2. Install the plugin to vendor/plugins/redmine_resources.
3. Follow the Redmine plugin instructions[http://www.redmine.org/wiki/redmine/Plugins]. As this plugin uses migrations, ensure that +rake db:migrate_plugins+ is run as part of installation.
4. Login to your Redmine as an Administrator.
5. Setup the Resources role permissions.
6. Enable the plugin for the desired Redmine projects in the respective projects' Settings -> Modules page.