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
- Host: GitHub
- URL: https://github.com/dvandersluis/redmine_resources
- Owner: dvandersluis
- Created: 2009-02-25T20:40:56.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2010-09-05T16:26:26.000Z (almost 16 years ago)
- Last Synced: 2025-04-11T03:08:35.531Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
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.