diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-04 10:43:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-04 10:43:39 +0000 |
commit | bd434427e61edbac03d273a308dcfffe72096ae0 (patch) | |
tree | 73856165e0c0c2d3581492280a5d44f52b5364bd /test/fixtures/attachments.yml | |
parent | 4ded4277c51b8f35dc9eaa031c918e55470a44b5 (diff) | |
download | redmine-bd434427e61edbac03d273a308dcfffe72096ae0.tar.gz redmine-bd434427e61edbac03d273a308dcfffe72096ae0.zip |
Mailer:
* added an application setting to specify the application protocol (http or https) used to generate urls
* added layouts for text and html emails
* no more language specific templates
* urls are now generated using UrlWriter
* the mailer now uses AdvAttrAccessor code style to set email parameters
git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r-- | test/fixtures/attachments.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 6c352e1e3..764948755 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -11,3 +11,16 @@ attachments_001: filesize: 28
filename: error281.txt
author_id: 2
+attachments_002:
+ created_on: 2006-07-19 21:07:27 +02:00
+ downloads: 0
+ content_type: text/plain
+ disk_filename: 060719210727_document.txt
+ container_id: 1
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 2
+ container_type: Document
+ filesize: 28
+ filename: document.txt
+ author_id: 2
+
\ No newline at end of file |