aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Clean up CHANGELOGsJeremy Kemper2010-08-281-1/+11
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-4/+4
| | | | 's/[ \t]*$//' -i {} \;)
* Prep for RCDavid Heinemeier Hansson2010-07-261-0/+5
|
* subject is automatically looked up on I18n using mailer_name and action_name ↵José Valim2010-06-121-0/+2
| | | | as scope as in t('.subject')
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
|
* Missing changelog headingJeremy Kemper2010-05-231-0/+3
|
* Changed encoding behaviour of mail, so updated tests in actionmailer and ↵Mikel Lindsaar2010-05-141-0/+4
| | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com>
* Update changelogs for releaseDavid Heinemeier Hansson2010-04-131-0/+3
|
* Updating changelog for Mail 2.2.0Mikel Lindsaar2010-04-111-0/+4
|
* Mail::Part now no longer has nil as a default charset, it is always set to ↵Mikel Lindsaar2010-04-111-0/+2
| | | | something, and defaults to UTF-8
* Added explict setting of charset in set_fields! method to make sure Mail has ↵Mikel Lindsaar2010-04-111-0/+2
| | | | the user defined default
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵Mikel Lindsaar2010-04-111-0/+6
| | | | UTF-8, updating tests where incorrect encoding
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
|
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
|
* Updated changelogswycats2010-04-011-0/+5
|
* Added initial documentation for the new APIJosé Valim and Mikel Lindsaar2010-01-251-0/+2
|
* Updating to Mail 1.5.0, including default values for all Message#field_name ↵Mikel Lindsaar2010-01-021-4/+5
| | | | methods, can access field objects by calling Message#[:field_name]
* Clean up changelog a bitJeremy Kemper2009-12-291-22/+12
|
* Moved sort_parts into Mail, updated mail requirement to 1.4.2Mikel Lindsaar2009-12-281-0/+4
|
* Updating readmeMikel Lindsaar2009-12-271-1/+4
|
* Removing utils, and updating requires to matchMikel Lindsaar2009-11-231-7/+7
|
* 131 tests, 309 assertions, 0 failures, 0 errorsMikel Lindsaar2009-11-221-0/+3
|
* 131 tests, 266 assertions, 9 failures, 6 errorsMikel Lindsaar2009-11-211-0/+23
|
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-4/+1
|
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
|
* So it didnt happen yesterday, but very soon! Just need the final details ↵David Heinemeier Hansson2009-02-281-1/+1
| | | | ironed out
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
|
* Fixed that ActionMailer should send correctly formatted Return-Path in MAIL ↵Matt Jones2009-02-051-0/+5
| | | | | | FROM for SMTP [#1842 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
|
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-8/+8
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-0/+2
| | | | | | | | | | | | | | | http://www.faqs.org/rfcs/rfc2045.html says: may be represented by an "=" followed by a two digit hexadecimal representation of the octet's value. The digits of the hexadecimal alphabet, for this purpose, are "0123456789ABCDEF". Uppercase letters must be used; lowercase letters are not allowed. ActionMailer, however, used "=%02x" specification. Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
|
* Added lambda merging to OptionMerger (especially useful with named_scope and ↵David Heinemeier Hansson2008-11-151-0/+5
| | | | with_options) [#740 state:commited] (Paweł Kondzior)
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
|
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and ↵Grant Hollingworth2008-11-061-0/+5
| | | | | | the SMTP server supports it [#1336 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
|
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-0/+3
|
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-0/+5
| | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060.
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-5/+0
| | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa.
* Add layout functionality to mailers.Pratik Naik2008-08-311-0/+5
| | | | | Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up.
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-1/+1
|
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
|
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-271-0/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9099 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Less verbose mail logging: just recipients for :info log level; the whole ↵Jeremy Kemper2008-02-021-0/+2
| | | | | | email for :debug only. Closes #8000. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8781 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Reorder changelog. References #10766.Jeremy Kemper2008-01-111-3/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-111-0/+4
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8620 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed that you don't have to call super in ActionMailer::TestCase#setup ↵David Heinemeier Hansson2008-01-031-0/+5
| | | | | | (closes #10406) [jamesgolick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-0/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8419 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* More changelog updatesJeremy Kemper2007-12-101-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8357 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-4/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de