https://github.com/dvandersluis/redmine_backtrace
Redmine plugin to include backtraces as a part of an issue
https://github.com/dvandersluis/redmine_backtrace
Last synced: about 1 year ago
JSON representation
Redmine plugin to include backtraces as a part of an issue
- Host: GitHub
- URL: https://github.com/dvandersluis/redmine_backtrace
- Owner: dvandersluis
- Created: 2010-03-04T16:46:38.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-04T20:07:13.000Z (over 16 years ago)
- Last Synced: 2025-01-24T01:42:39.864Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Backtrace Plugin for Redmine
== Description
The Backtrace plugin is a plugin for Redmine[http://www.redmine.org] which allows users to include a backtrace as part of an issue. It also adds a Redmine role-based permission to determine if backtraces are visible.
== Requirements
* This plugin requires Redmine v0.8.x or 0.9.x.
== Installation
1. Make sure Redmine is installed as per the requirements listed above.
2. Install the plugin to vendor/plugins/redmine_backtrace.
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 Backtrace role permissions.
6. Enable the plugin for the desired Redmine projects in the respective projects' Settings -> Modules page.