summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Mailer.token_for generates invalid message_id when using from address with fu...Jean-Philippe Lang2014-05-021-1/+1
* Remove users from cc if they are already notified (#16415).Jean-Philippe Lang2014-03-291-1/+1
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Mailer modelToshi MARUYAMA2014-01-271-3/+3
* Fixed that the mail method should return a Mail::Message (#15113).Jean-Philippe Lang2013-10-131-5/+10
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-131-3/+4
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-30/+58
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-131-1/+11
* gender neutral source comment at app/models/mailer.rbToshi MARUYAMA2013-07-061-1/+2
* remove trailing white-space from app/models/mailer.rbToshi MARUYAMA2013-05-251-1/+1
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-1/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+6
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+10
* Fixed that Mailer.with_synched_deliveries does not use delivery settings (#11...Jean-Philippe Lang2012-07-311-1/+3
* Restored List-Id header in email notifications (#10888).Jean-Philippe Lang2012-05-131-1/+2
* change mailer model method comments to Rails3 styleToshi MARUYAMA2012-05-091-35/+35
* replace Mailer deliver syntax to Rails3 style at reminders method of mailer m...Toshi MARUYAMA2012-05-091-1/+1
* Adds a deprecation warning to Mailer.deliver_*.Jean-Philippe Lang2012-05-051-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-172/+135
* Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro...Jean-Philippe Lang2012-04-091-1/+1
* Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).Jean-Philippe Lang2012-04-061-0/+11
* Don't use #delete on String in Mailer.Jean-Philippe Lang2012-03-121-6/+16
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-2/+2
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-271-5/+0
* Override @#url_for@ in AM to force generation of absolute links (#10251).Etienne Massip2012-02-271-0/+5
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-051-0/+5
* Fixed that reminders are sent for closed issues (#10006).Jean-Philippe Lang2012-01-211-1/+1
* Rails3: model: mailer: use .to_s at redmine_headers methodToshi MARUYAMA2012-01-021-1/+1
* Removed ARCondition.Jean-Philippe Lang2011-12-041-2/+0
* Use scopes instead of ARCondition.Jean-Philippe Lang2011-12-041-10/+9
* Makes the link in an issue update notification point to the change (#9690).Jean-Philippe Lang2011-12-021-1/+1
* Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...Jean-Philippe Lang2011-11-131-1/+1
* Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*...Toshi MARUYAMA2011-09-261-1/+1
* Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/...Toshi MARUYAMA2011-09-261-2/+2
* Rails3: mail: rename app/views/layouts/mailer.text.plain.erb to app/views/lay...Toshi MARUYAMA2011-09-261-2/+2
* replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mail...Toshi MARUYAMA2011-09-241-1/+1
* code layout clean up of reminder() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of render_multipart() at app/models/mailer.rbToshi MARUYAMA2011-09-231-3/+8
* code layout clean up of account_activation_request() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of wiki_content_updated() at app/models/mailer.rbToshi MARUYAMA2011-09-231-2/+6
* code layout clean up of wiki_content_added() at app/models/mailer.rbToshi MARUYAMA2011-09-231-1/+3
* remove trailing white-spaces from mailer model source.Toshi MARUYAMA2011-05-171-21/+21
* Fixed links in new file notification broken by r4051 (#6590).Jean-Philippe Lang2011-03-271-2/+2