Merge branch 'master' of git://rickbarrette.dyndns.org/redmine-exception-handler

This commit is contained in:
2012-03-04 15:37:55 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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