Project

General

Profile

PluginWhining » History » Version 1

chantra ., 2009-07-30 17:07

1 1 chantra .
h1. Whining Plugin
2
3
A _plugin_ that will email issue assignee when their issue has not been updated for a certain amount of days.
4
5
h2. Installation and Setup
6
7
# Download the source from http://github.com/chantra/redmine_whining/tree/master
8
# 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@
9
# Create a cron job with a line similar to this:
10
 <pre>
11
 0 7 * * 1,2,3,4,5 www-data cd /path/to/redmine && /usr/bin/rake redmine:send_whining days=7 RAILS_ENV="production"
12
 </pre>
13
14
h2. License
15
16
This plugin is licensed under the GNU GPL v2.  See LICENSE.txt for details.
17
18
h2. Bug tracker
19
20
If you would like to report a bug, please use the github bug tracker located at http://github.com/chantra/redmine_whining/issues