diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-17 14:17:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-17 14:17:20 +0000 |
commit | e5daf25618e017e50293a77ea33ddc51cf1603b3 (patch) | |
tree | ce8179ab433b135cf2051b54abb1123a7264b7ea /test/fixtures/journals.yml | |
parent | 5d6d0136c1322a209bb17077fa908659a756a998 (diff) | |
download | redmine-e5daf25618e017e50293a77ea33ddc51cf1603b3.tar.gz redmine-e5daf25618e017e50293a77ea33ddc51cf1603b3.zip |
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
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 169713fc5..70aa5da73 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -8,7 +8,7 @@ journals_001: journalized_id: 1
journals_002:
created_on: <%= 1.days.ago.to_date.to_s(:db) %>
- notes: "Some notes"
+ notes: "Some notes with Redmine links: #2, r2."
id: 2
journalized_type: Issue
user_id: 2
|