public
Description: Exception Handler is a Redmine plugin that can be configured to send Exception notification emails when an error occurs in Redmine.
Homepage: https://projects.littlestreamsoftware.com/projects/show/redmine-exception
Clone URL: git://github.com/edavis10/redmine-exception-handler-plugin.git
edavis10 (author)
Mon Mar 09 16:27:20 -0700 2009
commit  fdda10ed5302ce942e84475e8043152fa3a00bda
tree    9135cb64a71e67e43745495cb618440482652f48
parent  cbfad56bb560e7ead608185d8f4d71786aca2425
name age message
file COPYRIGHT.txt Thu Nov 20 16:50:37 -0800 2008 Added project documentation [edavis10]
file CREDITS.rdoc Thu Nov 20 16:50:37 -0800 2008 Added project documentation [edavis10]
file GPL.txt Thu Nov 20 16:50:37 -0800 2008 Added project documentation [edavis10]
file README.rdoc Mon Mar 09 16:27:20 -0700 2009 Updated docs to say where to install the plugin to [edavis10]
file Rakefile Thu Nov 20 16:55:08 -0800 2008 Added a basic Rakefile [edavis10]
directory app/ Mon Mar 09 16:20:55 -0700 2009 Updated views to use i18n. Had to rename the p... [edavis10]
directory config/ Mon Mar 09 16:20:39 -0700 2009 Added i18n strings. #2207 [edavis10]
file init.rb Loading commit data...
directory lang/ Mon Mar 09 16:20:39 -0700 2009 Added i18n strings. #2207 [edavis10]
directory test/ Fri Oct 24 22:28:20 -0700 2008 Generated plugin [edavis10]
directory vendor/ Fri Oct 24 23:30:49 -0700 2008 Updated exception_notification [edavis10]
README.rdoc

Redmine Exception Handler plugin

The Redmine Exception Handler plugin will allow Redmine to send emails when an exception or error occurs.

Features

  • Allows configuration of recipients, sender address, and subject line without restarting the web server
  • Email contains a stack trace and full environment dump that can be used to reproduce the issue
  • Test controller to test the system settings

Getting the plugin

A copy of the plugin can be downloaded from Little Stream Software or from GitHub

Install

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/redmine_exception_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

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

Help

If you need help you can contact the maintainer at his email address (See CREDITS) or create an issue in the {Bug Tracker}: