index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for final 2.3 release
David Heinemeier Hansson
2009-03-15
1
-4
/
+1
*
Release RC2 today
David Heinemeier Hansson
2009-03-05
1
-1
/
+1
*
So it didnt happen yesterday, but very soon! Just need the final details iron...
David Heinemeier Hansson
2009-02-28
1
-1
/
+1
*
Prep for RC2 later today
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...
Matt Jones
2009-02-05
1
-0
/
+5
*
Mark CHANGELOGs for release
David Heinemeier Hansson
2009-02-01
1
-1
/
+1
*
normalize author names in changelogs [#1495 state:committed]
Xavier Noria
2008-12-16
1
-8
/
+8
*
Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
Alexey Mahotkin
2008-11-20
1
-0
/
+2
*
Assume that the next version is going to be 2.3 for now
David Heinemeier Hansson
2008-11-19
1
-1
/
+1
*
Added lambda merging to OptionMerger (especially useful with named_scope and ...
David Heinemeier Hansson
2008-11-15
1
-0
/
+5
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
1
-1
/
+1
*
Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...
Grant Hollingworth
2008-11-06
1
-0
/
+5
*
Update CHANGELOGs with the last few fixes, set date for today
David Heinemeier Hansson
2008-10-24
1
-1
/
+1
*
Prepare for Rails 2.2.0 [RC1]
David Heinemeier Hansson
2008-10-23
1
-0
/
+3
*
Revert "Revert "Add layout functionality to mailers.""
David Heinemeier Hansson
2008-09-09
1
-0
/
+5
*
Revert "Add layout functionality to mailers."
David Heinemeier Hansson
2008-09-09
1
-5
/
+0
*
Add layout functionality to mailers.
Pratik Naik
2008-08-31
1
-0
/
+5
*
Making ready for release of 2.1
David Heinemeier Hansson
2008-05-31
1
-1
/
+1
*
Making ready for RC1 release
David Heinemeier Hansson
2008-05-11
1
-1
/
+1
*
Fixed that a return-path header would be ignored (closes #7572) [joost]
David Heinemeier Hansson
2008-03-27
1
-0
/
+2
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
1
-0
/
+2
*
Reorder changelog. References #10766.
Jeremy Kemper
2008-01-11
1
-3
/
+1
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
1
-0
/
+4
*
Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...
David Heinemeier Hansson
2008-01-03
1
-0
/
+5
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-0
/
+5
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-4
/
+1
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-1
/
+1
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Update ActionMailer so it treats ActionView the same way that ActionControlle...
Rick Olson
2007-11-26
1
-0
/
+5
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
1
-0
/
+2
*
Update README to use new smtp settings configuration API. Closes #10060 [psq]
Marcel Molina
2007-11-08
1
-0
/
+2
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
1
-0
/
+2
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
1
-0
/
+2
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-0
/
+2
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
1
-0
/
+5
*
Updated
David Heinemeier Hansson
2007-09-29
1
-3
/
+19
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
1
-0
/
+2
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
1
-0
/
+2
*
Register alternative template engines using ActionMailer::Base.register_templ...
Jeremy Kemper
2007-06-07
1
-0
/
+2
*
Only load ActionController::UrlWriter if ActionController is present [Rick Ol...
Rick Olson
2007-04-08
1
-0
/
+2
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
1
-0
/
+2
*
Rename server_settings to smtp_settings, add sendmail_settings to allow you ...
Michael Koziarski
2007-01-31
1
-0
/
+2
*
Allow mailer actions named send by using __send__ internally. Closes #6467.
Jeremy Kemper
2006-11-13
1
-0
/
+2
*
Add assert_emails and assert_no_emails to test the number of emails delivered...
Jeremy Kemper
2006-11-05
1
-0
/
+11
*
Make mime version default to 1.0. closes #2323
Jamis Buck
2006-09-09
1
-0
/
+2
*
Make sure quoted-printable text is decoded correctly when only portions of th...
Jamis Buck
2006-09-09
1
-1
/
+3
*
Make sure DOS newlines in quoted-printable text are normalized to unix newlin...
Jamis Buck
2006-09-09
1
-0
/
+2
*
Updated docs and otherwise
David Heinemeier Hansson
2006-09-02
1
-0
/
+2
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-0
/
+2
[next]