Added tracker support

to secify a tracker, use the tracker params. defaults to Bug

updated version and description
This commit is contained in:
2012-02-19 15:36:03 -05:00
parent 23ad9ca445
commit 988273ab48
3 changed files with 23 additions and 6 deletions

View File

@@ -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