summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
Commit message (Expand)AuthorAgeFilesLines
* Show open/closed badge in email notifications (#33834).Go MAEDA2020-08-211-1/+4
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-072-3/+3
* Include attachments in news post notifications (#33002).Go MAEDA2020-02-242-0/+15
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-112-0/+15
* Show the number of days left until the due date in reminders (#31225).Go MAEDA2019-05-192-2/+2
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-182-1/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-1012-12/+12
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-064-8/+6
* Add note about link validity to password lost email (#28561).Go MAEDA2018-04-242-0/+4
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-072-4/+4
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-271-1/+1
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-032-1/+3
* Make the email notifications for adding/updating issues more readable/clear (...Jean-Philippe Lang2016-12-161-1/+2
* Make the issue id from email notifications linkable to issue page (#23180).Jean-Philippe Lang2016-06-292-2/+2
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-052-0/+26
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-052-0/+21
* trunk: revert r14300 (#16535, #20466, #20641)Toshi MARUYAMA2015-09-013-4/+4
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-063-4/+4
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-2314-23/+23
* Use named routes or helpers.Jean-Philippe Lang2014-11-261-1/+1
* Fixed that standard fields disabled still appear in email notifications (#145...Jean-Philippe Lang2013-08-052-19/+2
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-136-8/+8
* Adds markings to emails generated by private comments (#12888).Jean-Philippe Lang2013-05-182-1/+4
* Add links to attachments in new issue email notification (#12293).Jean-Philippe Lang2013-05-172-0/+16
* Fixed: Link is escaped in wiki added/updated notification email (#11262).Jean-Philippe Lang2012-06-262-2/+2
* Fixed deprecated render calls in Mailer.Jean-Philippe Lang2012-05-054-4/+4
* Slight changes to the plain text issue notification.Jean-Philippe Lang2012-04-082-10/+13
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-042-0/+0
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-277-8/+8
* Override @#url_for@ in AM to force generation of absolute links (#10251).Etienne Massip2012-02-277-7/+7
* Replace auto_link with link_to in email templates.Jean-Philippe Lang2012-02-244-4/+4
* Rails3: view: mail: html_safe for auto_linkToshi MARUYAMA2012-02-174-4/+4
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-292-4/+4
* Rails3: mail: rename app/views/mailer/_issue_text_html.rhtml to app/views/mai...Toshi MARUYAMA2011-10-033-2/+2
* Rails3: mail: rename app/views/mailer/_issue_text_plain.rhtml to app/views/ma...Toshi MARUYAMA2011-10-033-2/+2
* Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*...Toshi MARUYAMA2011-09-2616-0/+0
* Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/...Toshi MARUYAMA2011-09-2616-0/+0
* replace tabs to spaces at app/views/mailer/wiki_content_added.text.html.rhtmlToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/mailer/wiki_content_added.text.plain.rhtmlToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/mailer/wiki_content_updated.text.plain.rhtmlToshi MARUYAMA2011-09-181-1/+1
* replace tabs to spaces at app/views/mailer/wiki_content_updated.text.html.rhtmlToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/mailer/wiki_content_updated.text....Toshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/mailer/wiki_content_updated.text....Toshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/mailer/wiki_content_added.text.pl...Toshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/mailer/wiki_content_added.text.ht...Toshi MARUYAMA2011-09-171-1/+1
* HTML escape at app/views/mailer/wiki_content_updated.text.html.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/mailer/reminder.text.html.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/mailer/attachments_added.text.html.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/mailer/account_activation_request.text.html.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* HTML escape at app/views/mailer/account_activated.text.html.rhtml.Toshi MARUYAMA2011-08-021-1/+1