Skip to content

Commit 0a1c2ad

Browse files
committed
Changelog entry for 6.85.0
- Legacy-Id: 15494
1 parent d103b51 commit 0a1c2ad

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

changelog

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
ietfdb (6.85.0) ietf; urgency=medium
2+
3+
**NomCom nominations can be shown before opening for feedback**
4+
5+
This is a combined feature and bugfix release, with fixes related
6+
to User and Person record handling and merging, discovered when people
7+
responded to the GDPR consent request emails, and enhancements in
8+
the NomCom tools:
9+
10+
* Added username validation to the change username form, to avoid
11+
database key collision exceptions. Instead give a message to contact the
12+
secretariat to resolve the situation.
13+
14+
* Fixed a problem where an exception could be raised when reporting an
15+
exception during draft XML processing to the user.
16+
17+
* Added 'consent' to the fields handled when merging person records.
18+
19+
* Merged in [15486] from rjsparks@nostrum.com:
20+
Allow a nomcom to show nominees that have accepted nomination before
21+
feedback is open. Fixes #2598.
22+
23+
* Tweaked the consent request email text to point out an alternative to
24+
follow email links.
25+
26+
* Merged in [15450] from rcross@amsl.com:
27+
Change content-type of ajax_get_liaison_info to application/json.
28+
29+
* Tweaked the text of the personal information help page to remove some
30+
ambiguity.
31+
32+
* A string.Template with a unicode template must be given unicode
33+
dictionary values if the values contain unicode codepoints. Providing
34+
values that are objects with __str__() methods, or utf-8 encoded strings
35+
doesn't work. Fixes an issue with nomcom template interpolation for
36+
nominees with non-ascii names.
37+
38+
* Tweaked the GDPR reminder command to avoid bounces to RT and copies to
39+
gmail.
40+
41+
* Changed the sort order of nominees on the private nomcom index page to be
42+
according to name (instead of email address).
43+
44+
* Fixed an issue where a user record without matching person record will
45+
cause an exception.
46+
47+
* Removed the 2.5 hour session length choice for IETF 103, since there
48+
will be no Friday sessions that meeting.
49+
50+
* Updated the personal information notice email text based on advice from
51+
councel (Tom Zych).
52+
53+
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Sep 2018 23:50:01 +0000
54+
55+
156
ietfdb (6.84.0) ietf; urgency=medium
257

358
**GDPR updates part 4**

0 commit comments

Comments
 (0)