]> source.dussan.org Git - redmine.git/commit
Fixes:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Feb 2008 14:17:20 +0000 (14:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Feb 2008 14:17:20 +0000 (14:17 +0000)
commite5daf25618e017e50293a77ea33ddc51cf1603b3
treece8179ab433b135cf2051b54abb1123a7264b7ea
parent5d6d0136c1322a209bb17077fa908659a756a998
Fixes:
* email notifications: host name is missing in generated links (#639, #201)
* email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are)
* attachment links and inline images don't work in issue notes

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1161 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/application_helper.rb
app/models/journal.rb
app/views/mailer/_issue_text_html.rhtml
app/views/mailer/document_added.text.html.rhtml
app/views/mailer/issue_edit.text.html.rhtml
app/views/mailer/message_posted.text.html.rhtml
app/views/mailer/news_added.text.html.rhtml
test/fixtures/journals.yml
test/unit/mailer_test.rb