PluginWhining » History » Version 2
chantra ., 2010-06-09 02:13
1 | 2 | chantra . | h2. This page will not be updated anymore, please use http://redmine.debuntu.org/projects/redmine-whining/wiki instead |
---|---|---|---|
2 | |||
3 | 1 | chantra . | h1. Whining Plugin |
4 | |||
5 | A _plugin_ that will email issue assignee when their issue has not been updated for a certain amount of days. |
||
6 | |||
7 | h2. Installation and Setup |
||
8 | |||
9 | 2 | chantra . | # Download the source from http://github.com/chantra/redmine_whining |
10 | 1 | chantra . | # Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to @vendor/plugins/redmine_whining@ |
11 | # Create a cron job with a line similar to this: |
||
12 | <pre> |
||
13 | 0 7 * * 1,2,3,4,5 www-data cd /path/to/redmine && /usr/bin/rake redmine:send_whining days=7 RAILS_ENV="production" |
||
14 | </pre> |
||
15 | |||
16 | h2. License |
||
17 | |||
18 | This plugin is licensed under the GNU GPL v2. See LICENSE.txt for details. |
||
19 | |||
20 | h2. Bug tracker |
||
21 | |||
22 | 2 | chantra . | If you would like to report a bug, please use http://redmine.debuntu.org/projects/redmine-whining/issues |