Added tracker support
to secify a tracker, use the tracker params. defaults to Bug updated version and description
This commit is contained in:
6
init.rb
6
init.rb
@@ -3,8 +3,8 @@ require 'redmine'
|
||||
Redmine::Plugin.register :redmine_exception_handler do
|
||||
name 'Redmine Exception Handler plugin'
|
||||
author 'Rick Barrette <rickbarrette@gmail.com>'
|
||||
description 'This is an Exception Report Handler plugin for Redmine'
|
||||
version '0.0.1'
|
||||
url 'http://example.com/path/to/plugin'
|
||||
description 'An Exception Report Handler plugin for Redmine'
|
||||
version '0.0.2'
|
||||
url 'http://example.com/redmine/exceptionhandler'
|
||||
author_url 'http://rickbarrette.dyndns.org'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user