index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
mailer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r17269 into 3.3-stable (#28302).
Jean-Philippe Lang
2018-04-07
1
-2
/
+7
*
Merged r16557 (#25713).
Jean-Philippe Lang
2017-05-27
1
-1
/
+4
*
Don't send a notification to the dummy email address of the default admin acc...
Jean-Philippe Lang
2016-05-08
1
-0
/
+5
*
Adds a specific string for password changed notification (#21421).
Jean-Philippe Lang
2016-05-08
1
-2
/
+1
*
Adds instance name to the security notification subject (#21421).
Jean-Philippe Lang
2016-03-20
1
-2
/
+2
*
Let the mailer set the email content (#21421).
Jean-Philippe Lang
2016-03-20
1
-0
/
+10
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Send a notification when security settings are changed (#21421).
Jean-Philippe Lang
2016-02-05
1
-0
/
+16
*
Security notifications when password or email adress is changed (#21421).
Jean-Philippe Lang
2016-02-05
1
-0
/
+14
*
add roadie-rails gem for e-mail inline styles (#8335, #20641)
Toshi MARUYAMA
2015-08-31
1
-0
/
+3
*
Mail handler should not ignore emails with x-auto-response-suppress header (#...
Jean-Philippe Lang
2015-04-11
1
-1
/
+1
*
Incorrect links generated in emails if host setup uses other port (#19323).
Jean-Philippe Lang
2015-03-14
1
-1
/
+10
*
Raise an error if version is not found (#18983).
Jean-Philippe Lang
2015-02-07
1
-2
/
+5
*
Allow filtering of Redmine Reminders by Version (#18983).
Jean-Philippe Lang
2015-02-07
1
-0
/
+3
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+3
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-22
/
+49
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Don't overwrite headers that were already set (#14699).
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Mailer.token_for generates invalid message_id when using from address with fu...
Jean-Philippe Lang
2014-05-02
1
-1
/
+1
*
Remove users from cc if they are already notified (#16415).
Jean-Philippe Lang
2014-03-29
1
-1
/
+1
*
Enable the watching of news (#2549).
Jean-Philippe Lang
2014-02-09
1
-0
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from Mailer model
Toshi MARUYAMA
2014-01-27
1
-3
/
+3
*
Fixed that the mail method should return a Mail::Message (#15113).
Jean-Philippe Lang
2013-10-13
1
-5
/
+10
*
Don't notify users about relations that are not visible (#1005).
Jean-Philippe Lang
2013-07-13
1
-3
/
+4
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-30
/
+58
*
Removed dead code.
Jean-Philippe Lang
2013-07-13
1
-25
/
+0
*
Log email delivery errors (#14403).
Jean-Philippe Lang
2013-07-13
1
-1
/
+11
*
gender neutral source comment at app/models/mailer.rb
Toshi MARUYAMA
2013-07-06
1
-1
/
+2
*
remove trailing white-space from app/models/mailer.rb
Toshi MARUYAMA
2013-05-25
1
-1
/
+1
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
1
-1
/
+1
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-09-09
1
-6
/
+6
*
Fixed that the reminder email excludes issues assigned to groups (#11723).
Jean-Philippe Lang
2012-09-09
1
-1
/
+10
*
Fixed that Mailer.with_synched_deliveries does not use delivery settings (#11...
Jean-Philippe Lang
2012-07-31
1
-1
/
+3
*
Restored List-Id header in email notifications (#10888).
Jean-Philippe Lang
2012-05-13
1
-1
/
+2
*
change mailer model method comments to Rails3 style
Toshi MARUYAMA
2012-05-09
1
-35
/
+35
*
replace Mailer deliver syntax to Rails3 style at reminders method of mailer m...
Toshi MARUYAMA
2012-05-09
1
-1
/
+1
*
Adds a deprecation warning to Mailer.deliver_*.
Jean-Philippe Lang
2012-05-05
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-172
/
+135
*
Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro...
Jean-Philippe Lang
2012-04-09
1
-1
/
+1
*
Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).
Jean-Philippe Lang
2012-04-06
1
-0
/
+11
*
Don't use #delete on String in Mailer.
Jean-Philippe Lang
2012-03-12
1
-6
/
+16
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
1
-5
/
+0
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
1
-0
/
+5
[next]