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 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
*
Adds a X-Redmine-Sender header to email notifications (#5643).
Jean-Philippe Lang
2012-02-05
1
-0
/
+5
*
Fixed that reminders are sent for closed issues (#10006).
Jean-Philippe Lang
2012-01-21
1
-1
/
+1
*
Rails3: model: mailer: use .to_s at redmine_headers method
Toshi MARUYAMA
2012-01-02
1
-1
/
+1
*
Removed ARCondition.
Jean-Philippe Lang
2011-12-04
1
-2
/
+0
*
Use scopes instead of ARCondition.
Jean-Philippe Lang
2011-12-04
1
-10
/
+9
*
Makes the link in an issue update notification point to the change (#9690).
Jean-Philippe Lang
2011-12-02
1
-1
/
+1
*
Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...
Jean-Philippe Lang
2011-11-13
1
-1
/
+1
*
Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*...
Toshi MARUYAMA
2011-09-26
1
-1
/
+1
*
Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/...
Toshi MARUYAMA
2011-09-26
1
-2
/
+2
*
Rails3: mail: rename app/views/layouts/mailer.text.plain.erb to app/views/lay...
Toshi MARUYAMA
2011-09-26
1
-2
/
+2
*
replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mail...
Toshi MARUYAMA
2011-09-24
1
-1
/
+1
*
code layout clean up of reminder() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
code layout clean up of render_multipart() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-3
/
+8
*
code layout clean up of account_activation_request() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
code layout clean up of wiki_content_updated() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-2
/
+6
*
code layout clean up of wiki_content_added() at app/models/mailer.rb
Toshi MARUYAMA
2011-09-23
1
-1
/
+3
*
remove trailing white-spaces from mailer model source.
Toshi MARUYAMA
2011-05-17
1
-21
/
+21
*
Fixed links in new file notification broken by r4051 (#6590).
Jean-Philippe Lang
2011-03-27
1
-2
/
+2
*
Do not send reminders to locked users (#5773).
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Fixes sort parameter in reminder email links (#7963).
Jean-Philippe Lang
2011-03-24
1
-1
/
+1
*
Adds email notifications support for news comments (#2074).
Jean-Philippe Lang
2011-03-04
1
-2
/
+20
*
Adds an application configuration file: config/configuration.yml (#7408).
Jean-Philippe Lang
2011-01-23
1
-1
/
+1
*
Fixed: URLs broken in wiki notifications (#6838).
Jean-Philippe Lang
2010-11-06
1
-3
/
+3
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-5
/
+5
*
Added a users options to the reminders email
Eric Davis
2010-09-20
1
-0
/
+5
*
Show the number of days in the subject line of Reminder emails.
Eric Davis
2010-08-03
1
-1
/
+1
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
1
-0
/
+9
*
Fixed: no email notification on new project/version file added (#4966).
Jean-Philippe Lang
2010-03-03
1
-2
/
+2
*
Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Jean-Philippe Lang
2010-02-20
1
-1
/
+1
*
Log email delivery errors.
Jean-Philippe Lang
2010-01-31
1
-1
/
+15
*
Log info when sending an email notification.
Jean-Philippe Lang
2010-01-31
1
-1
/
+10
*
Fixed: email notifications may affect language of notices on the UI (#4086).
Jean-Philippe Lang
2010-01-10
1
-0
/
+2
*
Make sure users don't get notified for thing they can not view (#3589).
Jean-Philippe Lang
2009-12-13
1
-10
/
+13
*
Sets proper content type for plain text mails (#3970).
Jean-Philippe Lang
2009-10-24
1
-3
/
+8
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-20
/
+28
*
Ability to watch a wiki or a single wiki page (#413).
Jean-Philippe Lang
2009-05-25
1
-0
/
+2
*
Fixes code comments.
Jean-Philippe Lang
2009-05-17
1
-3
/
+3
*
Adds email notification on wiki changes (#413). It's disabled by default and ...
Jean-Philippe Lang
2009-05-17
1
-1
/
+33
*
Fixed: Issue status in the notify email's subject is the issue's old status, ...
Jean-Philippe Lang
2009-04-19
1
-1
/
+1
*
Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...
Jean-Philippe Lang
2009-04-05
1
-1
/
+2
*
Added some RDoc documentation for some models.
Eric Davis
2009-03-21
1
-2
/
+46
*
Adds a List-Id header to all emails (#2879).
Jean-Philippe Lang
2009-03-07
1
-1
/
+2
*
Fixing Plugin and Mailer default_url_options.
Eric Davis
2009-02-25
1
-6
/
+6
[next]