]> source.dussan.org Git - redmine.git/commit
Adds email notifications support for news comments (#2074).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Mar 2011 14:32:58 +0000 (14:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Mar 2011 14:32:58 +0000 (14:32 +0000)
commit36009de154e0d7c50d56f21e79e0f812d9d8b5e8
tree94534f093b942f97c90e004350b95fe1a6a0afd0
parent8d3773e0e1d0e259a2a193f31515ee910eb88626
Adds email notifications support for news comments (#2074).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5003 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/news_controller.rb
app/models/comment_observer.rb [new file with mode: 0644]
app/models/mailer.rb
app/models/news.rb
app/views/mailer/news_comment_added.text.html.rhtml [new file with mode: 0644]
app/views/mailer/news_comment_added.text.plain.rhtml [new file with mode: 0644]
app/views/news/show.rhtml
config/environment.rb
config/locales/en.yml
config/locales/fr.yml
lib/redmine/notifiable.rb
test/unit/comment_test.rb
test/unit/lib/redmine/notifiable_test.rb
test/unit/mailer_test.rb