Coder Social home page Coder Social logo

due_date_reminder's Introduction

Due Date Reminder plugin for Redmine Build Status

Plugin for Redmine project that sends notification to assignee if due date is coming.

Users can choose on which days before due date they want to be notified. This setting is located at the user account page. User settings

Moreover, administrator can set default notification settings for new users. Default settings

Plugin also sends info about issues behind a schedule. Users cannot change this behavior.

http://www.redmine.org/plugins/due_date_reminder

Compatibility

There are a few versions of the plugin:

  • redmine-1.3 for Redmine 1.3.x
  • redmine-1.4 for Redmine 1.4.x
  • redmine-2.x for Redmine 2.0 and higher

Installation

cd /home/user/path_to_you_app/
git clone git://github.com/f0y/due_date_reminder.git plugins/due_date_reminder
cd plugins/due_date_reminder; git checkout <YOUR BRANCH HERE - see above>

For Redmine 1.3.x and Redmine 1.4.x

bundle exec rake db:migrate_plugins RAILS_ENV=production

For Redmine 2.x and higher

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Also you can read instructions on http://www.redmine.org/projects/redmine/wiki/Plugins

Sending notifications

You can send notifications manually:

cd /home/user/path_to_you_app
bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production

It is good idea to add the task to cron:

crontab -e
0 5 * * * cd /home/user/path_to_you_app && bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production &> /tmp/redmine_due_date_reminder.log

Learn more about cron at http://en.wikipedia.org/wiki/Cron

You should run this task only once a day.

License

This plugin is licensed under the GPLv2 license.

due_date_reminder's People

Contributors

ardahaal avatar bwlang avatar ep69 avatar f0yme avatar garpit avatar jasir avatar jforeman avatar k3vur avatar shshankjain avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

eidoscode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.