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
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rb
Toshi MARUYAMA
2019-11-22
1
-0
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/mailer.rb
Toshi MARUYAMA
2019-11-08
1
-5
/
+6
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...
Toshi MARUYAMA
2019-10-19
1
-22
/
+25
*
code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rb
Toshi MARUYAMA
2019-10-19
1
-2
/
+2
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
1
-0
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Show the total number of open issues in a reminder (#31104).
Go MAEDA
2019-04-18
1
-1
/
+3
*
Don't raise an exception when the emission email address is not RFC compliant...
Go MAEDA
2019-04-08
1
-6
/
+15
*
Code cleanup: use safe navigation operator in app/models/mailer.rb
Go MAEDA
2019-04-06
1
-3
/
+3
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-5
/
+5
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Issue emails cannot be threaded by some mailers due to inconsistent Message-I...
Go MAEDA
2019-03-04
1
-10
/
+16
*
"View all issues" link in email reminders points to issues list which does no...
Go MAEDA
2019-03-03
1
-1
/
+1
*
New setting to include the status changes in issue mail notifications subject...
Go MAEDA
2019-02-28
1
-2
/
+5
*
Daylight savings causes inconsistency of Message-Id (#13888).
Go MAEDA
2019-02-19
1
-1
/
+1
*
Show author's name in the From field of email notifications (#5913).
Go MAEDA
2019-02-15
1
-2
/
+10
*
Sort issues by due date in email reminders (#29771).
Go MAEDA
2018-11-06
1
-0
/
+1
*
Remove trailing whitespaces from app/models/mailer.rb
Go MAEDA
2018-11-06
1
-1
/
+1
*
Removes method_missing override (#26791).
Jean-Philippe Lang
2018-10-10
1
-9
/
+0
*
Replaces remaining #deliver with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-10
1
-3
/
+3
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-351
/
+218
*
Fixed that test_email raises an error with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-06
1
-41
/
+4
*
Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...
Jean-Philippe Lang
2018-10-06
1
-1
/
+38
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-108
/
+405
*
Replace String#gsub with faster String#tr (#29363).
Go MAEDA
2018-08-12
1
-1
/
+1
*
Security notification on password recovery is empty (#28302).
Jean-Philippe Lang
2018-04-07
1
-2
/
+7
*
Remove unused method Mailer#mylogger (#28028).
Go MAEDA
2018-02-11
1
-4
/
+0
*
Fix typo in error message when target version was not found (#28024).
Go MAEDA
2018-01-24
1
-1
/
+1
*
Replace tabs with spaces (#26333).
Toshi MARUYAMA
2017-07-04
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Prevent clash with Rails 5.1 Mailer class.
Jean-Philippe Lang
2017-06-03
1
-4
/
+4
*
Send reminders about visible issues only (#25713).
Jean-Philippe Lang
2017-05-13
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
[next]