]> source.dussan.org Git - redmine.git/commit
Adds a rake task to send reminders. An email is sent to each user with a list of...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 May 2008 17:31:50 +0000 (17:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 May 2008 17:31:50 +0000 (17:31 +0000)
commit0c8105277070c20590d22a0d4b8fc1f09ce981d9
treecc03ec6f7da3f6b6b1ebd8c4a73f36276050b1a8
parentd99dc4070a925fabc050ae61c21c64548730a636
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any.
See @rake -D redmine:send_reminders@ for options.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1459 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
app/models/mailer.rb
app/views/mailer/reminder.text.html.rhtml [new file with mode: 0644]
app/views/mailer/reminder.text.plain.rhtml [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/da.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/hu.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/no.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/th.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
lib/tasks/reminder.rake [new file with mode: 0644]
test/fixtures/issues.yml
test/unit/mailer_test.rb