Merge branch 'master' of git://rickbarrette.dyndns.org/redmine-exception-handler
This commit is contained in:
@@ -28,7 +28,7 @@ class ExceptionhandlerController < ApplicationController
|
||||
include ExceptionhandlerHelper
|
||||
|
||||
def index
|
||||
if params.size < 8
|
||||
if params.size < 9
|
||||
@output = "<strong> not enough args </strong>"
|
||||
elsif Project.find_by_name(params[:app]) == nil
|
||||
@output = "No Project Found"
|
||||
|
||||
2
init.rb
2
init.rb
@@ -4,7 +4,7 @@ Redmine::Plugin.register :redmine_exception_handler do
|
||||
name 'Redmine Exception Handler plugin'
|
||||
author 'Rick Barrette <rickbarrette@gmail.com>'
|
||||
description 'An Exception Report Handler plugin for Redmine'
|
||||
version '0.0.2'
|
||||
version '0.0.3'
|
||||
url 'http://example.com/redmine/exceptionhandler'
|
||||
author_url 'http://rickbarrette.dyndns.org'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user