]> source.dussan.org Git - redmine.git/commit
Notifications about issues (add/edit) are now sent in plain text and html.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 11 Sep 2007 17:12:34 +0000 (17:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 11 Sep 2007 17:12:34 +0000 (17:12 +0000)
commit74ed14f8a2fb93fc940b68ca76737686d1054d9b
treeb4ec3f516c83121f2c146d6e46077784cae3cce1
parent6db28b3899e0ec275f58bbd274a9112e14f78245
Notifications about issues (add/edit) are now sent in plain text and html.
Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@723 e93f8b46-1217-0410-a6f0-8f06a7374b81
42 files changed:
app/models/mailer.rb
app/views/mailer/_issue.rhtml [deleted file]
app/views/mailer/_issue_text_html.rhtml [new file with mode: 0644]
app/views/mailer/_issue_text_plain.rhtml [new file with mode: 0644]
app/views/mailer/issue_add.rhtml [deleted file]
app/views/mailer/issue_add.text.html.rhtml [new file with mode: 0644]
app/views/mailer/issue_add.text.plain.rhtml [new file with mode: 0644]
app/views/mailer/issue_add_bg.rhtml [deleted file]
app/views/mailer/issue_add_de.rhtml [deleted file]
app/views/mailer/issue_add_fr.rhtml [deleted file]
app/views/mailer/issue_add_it.rhtml [deleted file]
app/views/mailer/issue_add_ja.rhtml [deleted file]
app/views/mailer/issue_add_nl.rhtml [deleted file]
app/views/mailer/issue_add_pt-br.rhtml [deleted file]
app/views/mailer/issue_add_pt.rhtml [deleted file]
app/views/mailer/issue_add_sv.rhtml [deleted file]
app/views/mailer/issue_add_zh.rhtml [deleted file]
app/views/mailer/issue_edit.rhtml [deleted file]
app/views/mailer/issue_edit.text.html.rhtml [new file with mode: 0644]
app/views/mailer/issue_edit.text.plain.rhtml [new file with mode: 0644]
app/views/mailer/issue_edit_bg.rhtml [deleted file]
app/views/mailer/issue_edit_de.rhtml [deleted file]
app/views/mailer/issue_edit_fr.rhtml [deleted file]
app/views/mailer/issue_edit_it.rhtml [deleted file]
app/views/mailer/issue_edit_ja.rhtml [deleted file]
app/views/mailer/issue_edit_nl.rhtml [deleted file]
app/views/mailer/issue_edit_pt-br.rhtml [deleted file]
app/views/mailer/issue_edit_pt.rhtml [deleted file]
app/views/mailer/issue_edit_sv.rhtml [deleted file]
app/views/mailer/issue_edit_zh.rhtml [deleted file]
lang/bg.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/nl.yml
lang/pt-br.yml
lang/pt.yml
lang/sv.yml
lang/zh.yml