|
| 1 | +ietfdb (6.94.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Added review and AD emails 'Reply-To:' fields** |
| 4 | + |
| 5 | + This release contains another change to email sending, adding a Reply-To |
| 6 | + header field for mail sent on behalf of a user, and also contains a number |
| 7 | + of other changes and fixes, as follows: |
| 8 | + |
| 9 | + * Merged in [16022] from rcross@amsl.com: Modified IPR Patent number regex |
| 10 | + to allow a new Italian patent number format, IT[15 digits]. Fixes #2694. |
| 11 | + |
| 12 | + * Reverted earlier application of on_behalf_of() at mail sending call |
| 13 | + points, and instead did all on_behalf_of processing in |
| 14 | + condition_message(). Added insertion of Reply-To header fields in this |
| 15 | + case. Changed all use of the mail-sending 'extra' parameters to use |
| 16 | + value lists. Updated a bunch of tests accordingly. |
| 17 | + |
| 18 | + * Removed a statement about IETF being an activity of the Internet Society |
| 19 | + from a template file, and tweaked the remaining text. |
| 20 | + |
| 21 | + * Converted a test to use .assertIn() instead of .assertTrue(... in ...) |
| 22 | + for better failure reports. |
| 23 | + |
| 24 | + * Tweaked the group_features_group_filter() function. |
| 25 | + |
| 26 | + * Refactored some templates to reduce materials page permission lookups |
| 27 | + from ~2*#sessions to just a few. |
| 28 | + |
| 29 | + * Rewrote a function to be more readable and actually do the right thing. |
| 30 | + This moved some filtering from database into code, but it seems |
| 31 | + acceptable here. |
| 32 | + |
| 33 | + * Transitioned group/views.py to unicode strings |
| 34 | + |
| 35 | + * Improved a somewhat misleading UI for adding account email addresses. |
| 36 | + Fixes issue #2692. |
| 37 | + |
| 38 | + * Changed the on-behalf-of name template from 'On behalf of ...' to '... |
| 39 | + via Datatracker' to make the originator's name come first. |
| 40 | + |
| 41 | + * Changed ietf/utils/mail.py to use unicode strings, and changed a call in |
| 42 | + ietf/review/utils.py to use unicode for mail Subject, to fix a server 500 |
| 43 | + issue. |
| 44 | + |
| 45 | + -- Henrik Levkowetz <henrik@levkowetz.com> 13 Mar 2019 15:09:42 +0000 |
| 46 | + |
| 47 | + |
| 48 | + |
1 | 49 | ietfdb (6.93.0) ietf; urgency=medium |
2 | 50 |
|
3 | | - **Changed review and AD emails to use 'On behalf of ...' ** |
| 51 | + **Changed review and AD emails to use 'On behalf of ...' sender** |
4 | 52 |
|
5 | 53 | This release changes the email sender for emails sent through the |
6 | 54 | datatracker by ADs and reviewers to say "On behalf of" and the username, |
|
0 commit comments