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
/
test
/
unit
/
mailer_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-3
/
+3
*
fix test name (#13482)
Toshi MARUYAMA
2013-04-18
1
-1
/
+1
*
not add empty header/footer to notification emails (#13482)
Toshi MARUYAMA
2013-04-18
1
-0
/
+26
*
add mail footer test (#13482)
Toshi MARUYAMA
2013-04-18
1
-0
/
+20
*
extend mail header test to text mail (#13482)
Toshi MARUYAMA
2013-04-18
1
-4
/
+12
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-34
/
+30
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-3
/
+3
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
1
-0
/
+15
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-0
/
+14
*
Fixed that the reminder email excludes issues assigned to groups (#11723).
Jean-Philippe Lang
2012-09-09
1
-0
/
+21
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-3
/
+3
*
Fixed that text email templates are escaped (#11355).
Jean-Philippe Lang
2012-08-13
1
-1
/
+18
*
Fixed: Link is escaped in wiki added/updated notification email (#11262).
Jean-Philippe Lang
2012-06-26
1
-0
/
+10
*
Restored List-Id header in email notifications (#10888).
Jean-Philippe Lang
2012-05-13
1
-0
/
+1
*
replace Mailer deliver syntax to Rails3 style
Toshi MARUYAMA
2012-05-05
1
-37
/
+37
*
move unit mailer test last_email method to the bottom and change to private
Toshi MARUYAMA
2012-05-05
1
-6
/
+7
*
add missing fixture to test/unit/mailer_test.rb
Toshi MARUYAMA
2012-05-05
1
-1
/
+2
*
remove trailing white-spaces from test/unit/mailer_test.rb
Toshi MARUYAMA
2012-05-01
1
-2
/
+2
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-22
/
+10
*
Adds helpers for testing email body.
Jean-Philippe Lang
2012-03-04
1
-4
/
+4
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-5
/
+5
*
Removed some generate! calls.
Jean-Philippe Lang
2012-03-04
1
-2
/
+3
*
back out from r9031 to r9036
Toshi MARUYAMA
2012-03-01
1
-3
/
+3
*
Rails3: test: add .to_s for mail's bodies check at unit/mailer_test.rb
Toshi MARUYAMA
2012-03-01
1
-3
/
+3
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-2
/
+2
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
1
-61
/
+84
*
Do not do assertions on mail class.
Jean-Philippe Lang
2012-02-25
1
-3
/
+3
*
use English as default language at "test_reminders_should_not_include_closed_...
Toshi MARUYAMA
2012-02-22
1
-7
/
+11
*
use assert_select instead of include? at "test_register" of unit mailer test
Toshi MARUYAMA
2012-02-20
1
-1
/
+5
*
Adds a X-Redmine-Sender header to email notifications (#5643).
Jean-Philippe Lang
2012-02-05
1
-0
/
+8
*
Fixed that reminders are sent for closed issues (#10006).
Jean-Philippe Lang
2012-01-21
1
-0
/
+11
*
test: replace should "include the emails_header" at unit mailer test to Rails...
Toshi MARUYAMA
2012-01-02
1
-9
/
+6
*
Makes the link in an issue update notification point to the change (#9690).
Jean-Philippe Lang
2011-12-02
1
-3
/
+8
*
Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...
Jean-Philippe Lang
2011-11-20
1
-0
/
+8
*
Additional tests for email From header (#9564).
Jean-Philippe Lang
2011-11-14
1
-1
/
+11
*
Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...
Jean-Philippe Lang
2011-11-13
1
-1
/
+1
*
code layout clean up of test_reply_posted_message_id at test/unit/mailer_test.rb
Toshi MARUYAMA
2011-09-24
1
-1
/
+3
*
code layout clean up of test_message_posted_message_id at test/unit/mailer_te...
Toshi MARUYAMA
2011-09-24
1
-1
/
+3
*
code layout clean up of test_generated_links_with_prefix_and_no_relative_url_...
Toshi MARUYAMA
2011-09-24
1
-3
/
+11
*
code layout clean up of test_generated_links_with_prefix at test/unit/mailer_...
Toshi MARUYAMA
2011-09-24
1
-3
/
+11
*
code layout clean up of test_generated_links_in_emails at test/unit/mailer_te...
Toshi MARUYAMA
2011-09-24
1
-3
/
+11
*
Rails3: replace "all" fixtures at test/unit/mailer_test.rb
Toshi MARUYAMA
2011-09-24
1
-1
/
+7
*
remove trailing white-spaces from .
Toshi MARUYAMA
2011-08-31
1
-46
/
+46
*
Remove empty lines from test/unit/mailer_test.rb.
Toshi MARUYAMA
2011-04-04
1
-3
/
+0
*
Fixed links in new file notification broken by r4051 (#6590).
Jean-Philippe Lang
2011-03-27
1
-0
/
+7
*
Adds email notifications support for news comments (#2074).
Jean-Philippe Lang
2011-03-04
1
-3
/
+11
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Add tests for wiki edit notifications (#7024).
Jean-Philippe Lang
2010-12-07
1
-0
/
+20
*
Add a Email Header setting. Useful for adding delimiters to every email.
Eric Davis
2010-11-02
1
-0
/
+17
[next]