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
Showing
- app/models/mailer.rb 73 additions, 61 deletionsapp/models/mailer.rb
- app/views/mailer/_issue_text_html.rhtml 1 addition, 2 deletionsapp/views/mailer/_issue_text_html.rhtml
- app/views/mailer/_issue_text_plain.rhtml 1 addition, 1 deletionapp/views/mailer/_issue_text_plain.rhtml
- app/views/mailer/account_information.rhtml 0 additions, 12 deletionsapp/views/mailer/account_information.rhtml
- app/views/mailer/account_information.text.html.rhtml 11 additions, 0 deletionsapp/views/mailer/account_information.text.html.rhtml
- app/views/mailer/account_information.text.plain.rhtml 6 additions, 0 deletionsapp/views/mailer/account_information.text.plain.rhtml
- app/views/mailer/account_information_fr.rhtml 0 additions, 12 deletionsapp/views/mailer/account_information_fr.rhtml
- app/views/mailer/account_information_pl.rhtml 0 additions, 12 deletionsapp/views/mailer/account_information_pl.rhtml
- app/views/mailer/account_information_sr.rhtml 0 additions, 9 deletionsapp/views/mailer/account_information_sr.rhtml
- app/views/mailer/attachments_added.text.html.rhtml 1 addition, 3 deletionsapp/views/mailer/attachments_added.text.html.rhtml
- app/views/mailer/attachments_added.text.plain.rhtml 1 addition, 3 deletionsapp/views/mailer/attachments_added.text.plain.rhtml
- app/views/mailer/document_added.text.html.rhtml 1 addition, 4 deletionsapp/views/mailer/document_added.text.html.rhtml
- app/views/mailer/document_added.text.plain.rhtml 1 addition, 3 deletionsapp/views/mailer/document_added.text.plain.rhtml
- app/views/mailer/issue_add.text.html.rhtml 1 addition, 3 deletionsapp/views/mailer/issue_add.text.html.rhtml
- app/views/mailer/issue_add.text.plain.rhtml 1 addition, 3 deletionsapp/views/mailer/issue_add.text.plain.rhtml
- app/views/mailer/issue_edit.text.html.rhtml 1 addition, 3 deletionsapp/views/mailer/issue_edit.text.html.rhtml
- app/views/mailer/issue_edit.text.plain.rhtml 1 addition, 3 deletionsapp/views/mailer/issue_edit.text.plain.rhtml
- app/views/mailer/layout.text.html.rhtml 17 additions, 0 deletionsapp/views/mailer/layout.text.html.rhtml
- app/views/mailer/layout.text.plain.rhtml 3 additions, 0 deletionsapp/views/mailer/layout.text.plain.rhtml
- app/views/mailer/lost_password.rhtml 0 additions, 5 deletionsapp/views/mailer/lost_password.rhtml
Please register or sign in to comment