Skip to content

Commit

Permalink
FIX save/retrieve settings failure: shorten plugin name due to limite…
Browse files Browse the repository at this point in the history
…d size (30 chars) of 'name' column in settings table.
  • Loading branch information
Michele Franzin committed Mar 11, 2009
1 parent 3206daf commit fa07e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A copy of the plugin can be downloaded from {Little Stream Software}[https://pro

== Install

1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/redmine_exception_handler_plugin+
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/ex_handler_plugin+
2. Login to Redmine as an Administrator
3. Setup your mail settings in the Plugin settings panel
4. Test your settings using the "Test settings" link
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

RAILS_DEFAULT_LOGGER.info 'Starting Exception Handler plugin for RedMine'

Redmine::Plugin.register :redmine_exception_handler_plugin do
Redmine::Plugin.register :ex_handler_plugin do
name 'Redmine Exception Handler plugin'
author 'Eric Davis'
description 'Send emails when exceptions occur in Redmine.'
Expand Down

0 comments on commit fa07e39

Please sign in to comment.