]> source.dussan.org Git - redmine.git/commit
mail notifications added when:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 27 Jan 2007 15:01:19 +0000 (15:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 27 Jan 2007 15:01:19 +0000 (15:01 +0000)
commit2d47a6d71c0973598bf2d59c59bd4050e77f3861
treed5e119cf6d5be90d667c90c4fc81cdd76ceb8543
parent22c2209cf9229e5f799a9612fadcb6119e412064
mail notifications added when:
* a document is added
* a file is added to the project
* an attachment is added to an issue or a document

git-svn-id: http://redmine.rubyforge.org/svn/trunk@196 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/documents_controller.rb
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/models/mailer.rb
app/views/mailer/attachments_add_de.rhtml [new file with mode: 0644]
app/views/mailer/attachments_add_en.rhtml [new file with mode: 0644]
app/views/mailer/attachments_add_es.rhtml [new file with mode: 0644]
app/views/mailer/attachments_add_fr.rhtml [new file with mode: 0644]
app/views/mailer/document_add_de.rhtml [new file with mode: 0644]
app/views/mailer/document_add_en.rhtml [new file with mode: 0644]
app/views/mailer/document_add_es.rhtml [new file with mode: 0644]
app/views/mailer/document_add_fr.rhtml [new file with mode: 0644]
db/migrate/018_set_doc_and_files_notifications.rb [new file with mode: 0644]