Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master | Xavier Noria | 2010-11-09 | 1 | -0/+4 |
| | |||||
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+3 |
| | |||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -21/+2 |
| | |||||
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -1/+11 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -4/+4 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -0/+5 |
| | |||||
* | subject is automatically looked up on I18n using mailer_name and action_name ↵ | José Valim | 2010-06-12 | 1 | -0/+2 |
| | | | | as scope as in t('.subject') | ||||
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Missing changelog heading | Jeremy Kemper | 2010-05-23 | 1 | -0/+3 |
| | |||||
* | Changed encoding behaviour of mail, so updated tests in actionmailer and ↵ | Mikel Lindsaar | 2010-05-14 | 1 | -0/+4 |
| | | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Updating changelog for Mail 2.2.0 | Mikel Lindsaar | 2010-04-11 | 1 | -0/+4 |
| | |||||
* | Mail::Part now no longer has nil as a default charset, it is always set to ↵ | Mikel Lindsaar | 2010-04-11 | 1 | -0/+2 |
| | | | | something, and defaults to UTF-8 | ||||
* | Added explict setting of charset in set_fields! method to make sure Mail has ↵ | Mikel Lindsaar | 2010-04-11 | 1 | -0/+2 |
| | | | | the user defined default | ||||
* | Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵ | Mikel Lindsaar | 2010-04-11 | 1 | -0/+6 |
| | | | | UTF-8, updating tests where incorrect encoding | ||||
* | Release is today, yo | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+2 |
| | |||||
* | Updated changelogs to differentiate beta1 and beta2 | wycats | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Updated changelogs | wycats | 2010-04-01 | 1 | -0/+5 |
| | |||||
* | Added initial documentation for the new API | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -0/+2 |
| | |||||
* | Updating to Mail 1.5.0, including default values for all Message#field_name ↵ | Mikel Lindsaar | 2010-01-02 | 1 | -4/+5 |
| | | | | methods, can access field objects by calling Message#[:field_name] | ||||
* | Clean up changelog a bit | Jeremy Kemper | 2009-12-29 | 1 | -22/+12 |
| | |||||
* | Moved sort_parts into Mail, updated mail requirement to 1.4.2 | Mikel Lindsaar | 2009-12-28 | 1 | -0/+4 |
| | |||||
* | Updating readme | Mikel Lindsaar | 2009-12-27 | 1 | -1/+4 |
| | |||||
* | Removing utils, and updating requires to match | Mikel Lindsaar | 2009-11-23 | 1 | -7/+7 |
| | |||||
* | 131 tests, 309 assertions, 0 failures, 0 errors | Mikel Lindsaar | 2009-11-22 | 1 | -0/+3 |
| | |||||
* | 131 tests, 266 assertions, 9 failures, 6 errors | Mikel Lindsaar | 2009-11-21 | 1 | -0/+23 |
| | |||||
* | 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 ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 |
| | | | | ironed out | ||||
* | 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 ↵ | Matt Jones | 2009-02-05 | 1 | -0/+5 |
| | | | | | | FROM for SMTP [#1842 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | 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 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Fixed RFC-2045 quoted-printable bug [#1421 state:committed] | Alexey Mahotkin | 2008-11-20 | 1 | -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 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 |
| | | | | with_options) [#740 state:commited] (Paweł Kondzior) | ||||
* | 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 ↵ | Grant Hollingworth | 2008-11-06 | 1 | -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 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 |
| | | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060. | ||||
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 1 | -5/+0 |
| | | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa. | ||||
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 1 | -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.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 |
| | | | | 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 Kemper | 2008-02-02 | 1 | -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 Kemper | 2008-01-11 | 1 | -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 Olson | 2008-01-11 | 1 | -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 Hansson | 2008-01-03 | 1 | -0/+5 |
| | | | | | | (closes #10406) [jamesgolick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |