Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionmailer/CHANGELOG


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9099 [9099] 03/27/08 17:54:02 david Fixed that a return-path header would be ignored (closes #7572) [joost]
(edit) @8781 [8781] 02/02/08 05:32:15 bitsweat Less verbose mail logging: just recipients for :info log level; the whole …
(edit) @8622 [8622] 01/11/08 02:11:47 bitsweat Reorder changelog. References #10766.
(edit) @8620 [8620] 01/11/08 01:55:20 rick Updated TMail to version 1.2.1 [raasdnil]
(edit) @8536 [8536] 01/03/08 00:40:28 david Fixed that you don't have to call super in ActionMailer::TestCase#setup …
(edit) @8419 [8419] 12/16/07 23:30:30 david Prepare for 2.0.2 release
(edit) @8357 [8357] 12/10/07 03:19:17 bitsweat More changelog updates
(edit) @8330 [8330] 12/07/07 13:37:13 david Make ready for 2.0.1
(edit) @8321 [8321] 12/06/07 18:12:48 david Preparing for release shortly
(edit) @8233 [8233] 11/29/07 00:27:53 david Prep for RC2
(edit) @8212 [8212] 11/26/07 03:36:28 rick Update ActionMailer so it treats ActionView the same way that …
(edit) @8166 [8166] 11/18/07 22:01:33 david Fixed that partial rendering should look at the type of the first render …
(edit) @8114 [8114] 11/08/07 03:39:15 marcel Update README to use new smtp settings configuration API. Closes #10060
(edit) @8111 [8111] 11/07/07 16:05:17 david Allow ActionMailer subclasses to individually set their delivery method …
(edit) @8084 [8084] 11/06/07 14:24:32 rick Update TMail to v1.1.0. Use an updated version of TMail if available. …
(edit) @8022 [8022] 10/26/07 02:21:21 nzkoz Introduce TestCase subclasses for testing rails applications allowing …
(edit) @7921 [7921] 10/15/07 20:30:48 bitsweat Fix silent failure of rxml templates. Closes #9879.
(edit) @7683 [7683] 09/29/07 22:11:39 david Updated
(edit) @7476 [7476] 09/14/07 05:30:52 bitsweat Fix attachment decoding when using the TMail C extension. Closes #7861.
(edit) @7070 [7070] 06/20/07 06:50:43 bitsweat Increase mail delivery test coverage. Closes #8692.
(edit) @6962 [6962] 06/07/07 23:42:47 bitsweat Register alternative template engines using …
(edit) @6510 [6510] 04/08/07 21:24:48 rick Only load ActionController::UrlWriter if ActionController is present [Rick …
(edit) @6207 [6207] 02/22/07 19:04:00 minam Make sure parsed emails recognize attachments nested in multpart parts …
(edit) @6095 [6095] 01/31/07 02:09:45 nzkoz Rename server_settings to smtp_settings, add sendmail_settings to allow …
(edit) @5505 [5505] 11/13/06 05:03:48 bitsweat Allow mailer actions named send by using send internally. Closes …
(edit) @5436 [5436] 11/05/06 21:56:18 bitsweat Add assert_emails and assert_no_emails to test the number of emails …
(edit) @5081 [5081] 09/09/06 21:56:38 minam Make mime version default to 1.0. closes #2323
(edit) @5080 [5080] 09/09/06 21:14:43 minam Make sure quoted-printable text is decoded correctly when only portions of …
(edit) @5079 [5079] 09/09/06 20:16:42 minam Make sure DOS newlines in quoted-printable text are normalized to unix …
(edit) @4902 [4902] 09/02/06 19:32:45 david Updated docs and otherwise
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @4818 [4818] 08/25/06 06:48:15 david Automatically included ActionController::UrlWriter, such that URL …
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4523 [4523] 06/30/06 05:27:05 bitsweat Mailer template root applies to a class and its subclasses rather than …
(edit) @4512 [4512] 06/29/06 20:14:33 bitsweat r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 Avoid naming collision …
(edit) @4509 [4509] 06/29/06 01:54:16 bitsweat Resolve conflict among mailer actions with the same name. Closes #5520.
(edit) @4332 [4332] 05/10/06 05:38:43 marcel ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, …
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @4216 [4216] 04/16/06 19:10:05 david Its 2006, not 2005
(edit) @4210 [4210] 04/13/06 10:34:16 marcel Correct spurious documentation example code which results in a …
(edit) @4183 [4183] 04/06/06 05:26:14 david Update versions for Rails 1.1.1
(edit) @4088 [4088] 03/28/06 05:03:05 david Made ready for release
(edit) @4085 [4085] 03/28/06 04:05:08 marcel Add 1.0 marker to edge rails changelongs
(edit) @3960 [3960] 03/19/06 00:18:50 minam Nil charset caused subject line to be improperly quoted in implicitly …
(edit) @3959 [3959] 03/18/06 23:53:07 minam Parse content-type apart before using it so that sub-parts of the header …
(edit) @3956 [3956] 03/18/06 23:06:25 minam Make custom headers work in subparts (closes #4034)
(edit) @3495 [3495] 01/29/06 02:25:15 minam Template paths with dot chars in them no longer mess up implicit template …
(edit) @3475 [3475] 01/23/06 16:48:24 minam Make sure anything with content-disposition of "attachment" is passed to …
(edit) @3474 [3474] 01/23/06 16:37:46 minam Make sure TMail#attachments includes anything with content-disposition of …
(edit) @3065 [3065] 11/17/05 00:32:16 marcel Rename Version constant to VERSION. Closes #2802.
(edit) @3040 [3040] 11/15/05 08:36:38 bitsweat Stricter matching for implicitly multipart filenames excludes files ending …
(edit) @2930 [2930] 11/07/05 19:40:27 david Made ready for 0.14.3 (RC4)
(edit) @2742 [2742] 10/26/05 13:02:58 david Allow Mailers to have custom initialize methods that set default instance …
(edit) @2737 [2737] 10/25/05 22:11:48 david Prepared for release of 0.14.2 (RC3)
(edit) @2686 [2686] 10/19/05 14:01:40 david Really ready for push
(edit) @2660 [2660] 10/16/05 22:15:03 david Getting ready for 0.14.0 (1.0.0 Release Candidate 1)
(edit) @2648 [2648] 10/16/05 15:00:27 minam Update/extend ActionMailer documentation (rdoc)
(edit) @2634 [2634] 10/16/05 01:40:03 david Minero Aoki made TMail available to Rails/ActionMailer under the MIT …
(edit) @2626 [2626] 10/15/05 20:43:52 david Austin Ziegler made Text::Simple available to Rails/ActionMailer under a …
(edit) @2130 [2130] 09/05/05 09:06:55 minam Fix vendor require paths to prevent files being required twice
(edit) @2091 [2091] 09/01/05 16:00:08 minam * Don't add charset to content-type header for a part that contains …
(edit) @2089 [2089] 09/01/05 14:45:10 minam Preserve underscores when unquoting message bodies #1930
(edit) @2088 [2088] 09/01/05 14:26:13 minam Encode multibyte characters correctly #1894
(edit) @2038 [2038] 08/22/05 23:53:04 minam Multipart messages specify a MIME-Version header automatically #2003 [John …
(edit) @2037 [2037] 08/22/05 21:17:01 minam Add a unified render method to ActionMailer (delegates to …
(edit) @2035 [2035] 08/22/05 20:53:27 minam Move mailer initialization to a separate (overridable) method, so that …
(edit) @2034 [2034] 08/22/05 20:43:43 minam Look at content-location header (if available) to determine filename of …
(edit) @1958 [1958] 07/31/05 08:26:32 minam ActionMailer::Base.deliver(email) had been accidentally removed, but was …
(edit) @1849 [1849] 07/17/05 09:27:02 david Fix problem with sendmail delivery where headers should be delimited by \n …
(edit) @1814 [1814] 07/11/05 07:36:18 david Made ready for release of 0.13.1
(edit) @1726 [1726] 07/06/05 08:22:56 david Tuned documentation for release (AM)
(edit) @1666 [1666] 07/04/05 16:11:22 minam Avoid adding nil values to mail headers #1392
(edit) @1586 [1586] 07/01/05 20:43:40 minam Better multipart support with implicit multipart/alternative and sorting …
(edit) @1581 [1581] 07/01/05 13:17:44 minam Allow for nested parts in multipart mails #1570 [Flurin Egger]
(edit) @1576 [1576] 06/30/05 21:40:43 minam Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
(edit) @1575 [1575] 06/30/05 21:21:54 minam Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
(edit) @1493 [1493] 06/24/05 12:15:45 minam Allow specific "multipart/xxx" content-type to be set on multipart …
(edit) @1476 [1476] 06/22/05 09:59:14 minam Unquoted @ chars in received email headers are parsed properly in spite of …
(edit) @1447 [1447] 06/16/05 11:40:00 minam Updated CHANGELOG
(edit) @1443 [1443] 06/16/05 06:46:22 david Revealed the man behind the mask!
(edit) @1395 [1395] 06/08/05 10:18:26 minam Silently ignore Errno::EINVAL errors when converting between charsets. …
(edit) @1390 [1390] 06/06/05 16:12:38 minam Don't error while processing encoded attachment names #1340
(edit) @1389 [1389] 06/06/05 16:06:26 minam Handle parsing of recursively multipart messages
(edit) @1387 [1387] 06/06/05 09:32:52 minam BCC headers are removed when sending via SMTP
(edit) @1382 [1382] 06/03/05 10:57:06 minam Added a "content_type" accessor to allow messages to explicitly specify a …
(edit) @1374 [1374] 05/30/05 23:09:50 minam Ignore Iconv::IllegalSequence errors when converting text #1341
(edit) @1359 [1359] 05/29/05 16:36:22 minam A very thorough refactoring, resulting in new mail property setters and …
(edit) @1300 [1300] 05/10/05 13:40:26 david Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only …
(edit) @1290 [1290] 05/06/05 10:39:00 david Fixed the TMail#body method to look at the content-transfer-encoding …
(edit) @1275 [1275] 05/02/05 17:15:21 david Added automatic decoding of base64 bodies #1214 [Jamis Buck]
(edit) @1272 [1272] 05/02/05 15:03:13 david Added that delivery errors are caught in a way so the mail is still …
(edit) @1247 [1247] 04/30/05 08:21:54 david Fixed that email address like "Jamis Buck, M.D." …
(edit) @1230 [1230] 04/19/05 16:34:44 david Added xml_http_request/xhr method for simulating XMLHttpRequest in …
(edit) @1216 [1216] 04/18/05 20:10:11 david Fixed documentation and prepared for release of 0.12
(edit) @1203 [1203] 04/18/05 07:11:00 david Added that deliver_* will now return the email that was sent
(edit) @1142 [1142] 04/11/05 10:29:15 david Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added …
(edit) @1105 [1105] 04/07/05 06:30:59 david Fixed unquoting of emails that doesn't have an explicit charset #1036
(edit) @1023 [1023] 03/27/05 14:10:42 david Made ready for the release of 0.11.1
(edit) @997 [997] 03/26/05 13:14:54 david Fixed that if charset was found that the end of a mime part declaration …
Note: See TracRevisionLog for help on using the revision log.