summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
Commit message (Expand)AuthorAgeFilesLines
* Merged r17269 into 3.3-stable (#28302).Jean-Philippe Lang2018-04-072-4/+4
* Merged r15587 and r15588 (#23180).Jean-Philippe Lang2016-07-102-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
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-042-0/+11
* Use #custom_field_values to display issue custom fields in email, just like o...Jean-Philippe Lang2011-02-202-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-274-4/+4
* Escaping in html email templates (#4874).Jean-Philippe Lang2010-02-1810-21/+21
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-132-35/+0
* Adds links to issues in reminder HTML template (#3541).Jean-Philippe Lang2009-07-051-1/+1
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-174-0/+22
* Email footer signature convention (#3084).Jean-Philippe Lang2009-04-021-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-216-6/+6
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-202-0/+4
* Fixes headings style in html emails (#2739).Jean-Philippe Lang2009-02-141-11/+6
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-1/+1