Skip to content

Commit e7ef6b2

Browse files
committed
Changelog entry for 6.94.0
- Legacy-Id: 16025
1 parent 01c70df commit e7ef6b2

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

changelog

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
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+
149
ietfdb (6.93.0) ietf; urgency=medium
250

3-
**Changed review and AD emails to use 'On behalf of ...' **
51+
**Changed review and AD emails to use 'On behalf of ...' sender**
452

553
This release changes the email sender for emails sent through the
654
datatracker by ADs and reviewers to say "On behalf of" and the username,

0 commit comments

Comments
 (0)