Project

General

Profile

PluginExceptionHandler » History » Version 1

Eric Davis, 2008-11-21 01:56
Adding content from README

1 1 Eric Davis
h1. Exception Handler Plugin
2
3
The Redmine Exception Handler plugin will allow Redmine to send emails when an exception or error occurs.
4
5
h2. Features
6
7
* Allows configuration of recipients, sender address, and subject line without restarting the web server
8
* Email contains a stack trace and full environment dump that can be used to reproduce the issue
9
* Test controller to test the system settings
10
11
h2. Screenshots
12
13
!bulk_time_entry_thumb.png!:/attachments/1116/bulk_time_entry.png
14
15
h2. Getting the plugin
16
17
A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/list_files/redmine-exception or from "GitHub":http://github.com/edavis10/redmine-exception-handler-plugin/tree/master
18
19
h2. Install
20
21
# Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
22
# Login to Redmine as an Administrator
23
# Setup your mail settings in the Plugin settings panel
24
# Test your settings using the "Test settings" link
25
26
h2. Usage
27
28
# Just break something and you'll get mail.
29
30
h2. License
31
32
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
33
34
h2. Help
35
36
If you need help you can contact "Eric Davis":http://www.littlestreamsoftware.com or create an issue in the "Bug Tracker":https://projects.littlestreamsoftware.com/projects/show/redmine-exception
37
38
h2. News