PluginExceptionHandler » History » Version 3
Eric Davis, 2008-11-21 02:15
1 | 1 | Eric Davis | h1. Exception Handler Plugin |
---|---|---|---|
2 | 1 | Eric Davis | |
3 | 1 | Eric Davis | The Redmine Exception Handler plugin will allow Redmine to send emails when an exception or error occurs. |
4 | 1 | Eric Davis | |
5 | 1 | Eric Davis | h2. Features |
6 | 1 | Eric Davis | |
7 | 1 | Eric Davis | * Allows configuration of recipients, sender address, and subject line without restarting the web server |
8 | 1 | Eric Davis | * Email contains a stack trace and full environment dump that can be used to reproduce the issue |
9 | 1 | Eric Davis | * Test controller to test the system settings |
10 | 1 | Eric Davis | |
11 | 1 | Eric Davis | h2. Screenshots |
12 | 1 | Eric Davis | |
13 | 2 | Eric Davis | !redmine_exception_handler_thumb.png!:/attachments/1165/redmine_exception_handler.png |
14 | 1 | Eric Davis | |
15 | 1 | Eric Davis | h2. Getting the plugin |
16 | 1 | Eric Davis | |
17 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
19 | 1 | Eric Davis | h2. Install |
20 | 1 | Eric Davis | |
21 | 1 | Eric Davis | # Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins |
22 | 1 | Eric Davis | # Login to Redmine as an Administrator |
23 | 1 | Eric Davis | # Setup your mail settings in the Plugin settings panel |
24 | 1 | Eric Davis | # Test your settings using the "Test settings" link |
25 | 1 | Eric Davis | |
26 | 1 | Eric Davis | h2. Usage |
27 | 1 | Eric Davis | |
28 | 1 | Eric Davis | # Just break something and you'll get mail. |
29 | 1 | Eric Davis | |
30 | 1 | Eric Davis | h2. License |
31 | 1 | Eric Davis | |
32 | 1 | Eric Davis | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
33 | 1 | Eric Davis | |
34 | 1 | Eric Davis | h2. Help |
35 | 1 | Eric Davis | |
36 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
38 | 1 | Eric Davis | h2. News |
39 | 3 | Eric Davis | |
40 | 3 | Eric Davis | * "0.1.0 Release Announcement":http://theadmin.org/articles/2008/11/21/redmine-exception-handler-plugin |