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
*
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
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-0
/
+1
*
Send an email to the user when an administrator activates a registered user (...
Jean-Philippe Lang
2009-02-20
1
-0
/
+9
*
Accept replies to forum messages by subject recognition (#1616).
Jean-Philippe Lang
2009-01-21
1
-1
/
+1
*
Adds Message-Id and References headers to email notifications so that issues ...
Jean-Philippe Lang
2009-01-18
1
-1
/
+45
*
Slight changes to ease Rails 2.2 support.
Jean-Philippe Lang
2009-01-04
1
-2
/
+2
*
Fixed: email notification for changes I make still occurs when running Reposi...
Jean-Philippe Lang
2009-01-03
1
-3
/
+5
*
Validates sort_key and sort_order params (#2378).
Jean-Philippe Lang
2008-12-24
1
-1
/
+1
*
Adds watchers selection on new issue form (#398). Permission 'add issue watch...
Jean-Philippe Lang
2008-12-22
1
-0
/
+1
*
Files module: makes version field non required (#1053).
Jean-Philippe Lang
2008-12-09
1
-0
/
+3
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-1
/
+1
*
Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).
Jean-Philippe Lang
2008-11-08
1
-2
/
+6
*
Host setting should contain the path prefix (Redmine base URL) to properly ge...
Jean-Philippe Lang
2008-11-07
1
-22
/
+23
*
add plain text option for mail #2029
Nicolas Chuche
2008-10-15
1
-0
/
+15
*
Mailer compatibility with Rails 2.1.1.
Jean-Philippe Lang
2008-09-13
1
-1
/
+1
*
Fixed: Reminder emails shouldn't include archived projects (#1351).
Jean-Philippe Lang
2008-06-02
1
-1
/
+3
*
Adds a rake task to send reminders. An email is sent to each user with a list...
Jean-Philippe Lang
2008-05-25
1
-0
/
+31
*
Add the following headers to email notifications (#830, #247):
Jean-Philippe Lang
2008-03-16
1
-0
/
+22
*
Remove hardcoded "Redmine" strings in account related emails. And use applica...
Jean-Philippe Lang
2008-03-15
1
-4
/
+4
*
Do not send an email with no recipient, cc or bcc (closes #743).
Jean-Philippe Lang
2008-02-26
1
-1
/
+10
*
Fixed: "undefined method 'textilizable'" error on email notification when run...
Jean-Philippe Lang
2008-02-21
1
-3
/
+3
*
Fixed: auto closing of duplicates doesn't work.
Jean-Philippe Lang
2008-02-17
1
-1
/
+0
*
Display the issue status in the email subject only if the status was actually...
Jean-Philippe Lang
2008-01-20
1
-2
/
+5
*
Fixed: when changing the status of an issue, the email subject contains the p...
Jean-Philippe Lang
2008-01-20
1
-0
/
+1
*
Merged Rails 2.0 compatibility changes.
Jean-Philippe Lang
2007-12-10
1
-1
/
+6
*
Email notifications are now sent as Blind carbon copy by default. This can be...
Jean-Philippe Lang
2007-12-02
1
-4
/
+13
*
There's now 3 account activation strategies (available in application settings):
Jean-Philippe Lang
2007-11-18
1
-1
/
+9
*
Added an option on 'My account' for users who don't want to be notified of ch...
Jean-Philippe Lang
2007-11-12
1
-0
/
+8
*
Mailer:
Jean-Philippe Lang
2007-11-04
1
-61
/
+73
*
More flexible mail notifications settings at user level. A user has now 3 opt...
Jean-Philippe Lang
2007-10-20
1
-17
/
+5
*
Removed translated email templates attachments_added and document_added (no l...
Jean-Philippe Lang
2007-10-12
1
-7
/
+4
*
Added custom fields in issue related mail notifications.
Jean-Philippe Lang
2007-10-10
1
-0
/
+1
*
Mail notification options restored (default is: issue_added and issue_updated).
Jean-Philippe Lang
2007-09-14
1
-0
/
+8
*
Notifications about issues (add/edit) are now sent in plain text and html.
Jean-Philippe Lang
2007-09-11
1
-0
/
+1
*
Small fix in Mailer.
Jean-Philippe Lang
2007-09-04
1
-1
/
+1
*
Replaced hard-coded urls in Mailer#attachments_add
Jean-Philippe Lang
2007-08-25
1
-6
/
+6
*
Added 'email sending test' functionality.
Jean-Philippe Lang
2007-08-14
1
-0
/
+7
*
Fixed mailer (error when no assignee)
Jean-Philippe Lang
2007-07-15
1
-4
/
+4
*
Now, when a user turns mail notifications off, he will still receive notifica...
Jean-Philippe Lang
2007-07-15
1
-1
/
+11
*
Account information can now be sent to the user when creating an account.
Jean-Philippe Lang
2007-05-27
1
-0
/
+8
*
Added mail notification when a new message is posted in the forums.
Jean-Philippe Lang
2007-05-14
1
-0
/
+8
*
Added "Watch" functionality on issues. It allows users to receive mail notifi...
Jean-Philippe Lang
2007-04-21
1
-0
/
+2
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-79
/
+79
*
proper language setting for mail notifications
Jean-Philippe Lang
2007-01-27
1
-1
/
+7
*
mail notifications added when:
Jean-Philippe Lang
2007-01-27
1
-0
/
+30
*
settings are now stored in the database (config_custom.rb no more used) and e...
Jean-Philippe Lang
2007-01-21
1
-6
/
+5
[next]