|
| 1 | +ietfdb (6.86.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **NomCom tool improvements** |
| 4 | + |
| 5 | + This is a feature release with only small tweaks, mostly related to the |
| 6 | + NomCom tools, but there are also some IESG page, test suite, account, and |
| 7 | + utility script improvements, |
| 8 | + |
| 9 | + * Added pagination to the nomcom pending-feedback page, to reduce load |
| 10 | + time. |
| 11 | + |
| 12 | + * Changed the default sort for nomcom.models.Nominees to be |
| 13 | + 'person__name'. |
| 14 | + |
| 15 | + * Merged in [15523] from rjsparks@nostrum.com: |
| 16 | + Converted the liaisons tests to use factories. |
| 17 | + |
| 18 | + * Added a '--reminder' switch to the GDPR request mailer, for repeat |
| 19 | + notifications. |
| 20 | + |
| 21 | + * Merged in [15522] from rcross@amsl.com: |
| 22 | + Made email address read-only in rolodex edit form. Fixes #2602. |
| 23 | + |
| 24 | + * Prevent issues for logins without Person records by not letting |
| 25 | + Person-less users through login. |
| 26 | + |
| 27 | + * Added an send_email field to BallotPostitionDocEvent to reflect whether |
| 28 | + the 'Send email' button was used to save the ballot position. Added icons |
| 29 | + on documents' IESG evaluation record to reflect this. |
| 30 | + |
| 31 | + * Adjusted the test_submit_nonascii_name() to match the output from |
| 32 | + idnits 2.16.0, which emits warnings rather than errors for nonascii content. |
| 33 | + |
| 34 | + * Built out test_edit_nomcom_view() to also test adding and removing |
| 35 | + reminder dates. |
| 36 | + |
| 37 | + * Added a form clean() for the reminder dates of the nomcom edit form, to |
| 38 | + make something appropriate out of edits that remove reminder dates, rather |
| 39 | + than clicking 'delete'. This fixes a potential exception, when a blank |
| 40 | + date cannot be saved, and also does what the user expected (deletes a |
| 41 | + blanked date). |
| 42 | + |
| 43 | + * The nomcom send_reminders command was not being run daily. Fixed that. |
| 44 | + |
| 45 | + * Fixed a typo in the GDPR consent request email template. |
| 46 | + |
| 47 | + * Merged in [15492] from rjsparks@nostrum.com: |
| 48 | + Use factories for ipr tests. |
| 49 | + |
| 50 | + -- Henrik Levkowetz <henrik@levkowetz.com> 08 Oct 2018 13:23:53 +0000 |
| 51 | + |
| 52 | + |
1 | 53 | ietfdb (6.85.1) ietf; urgency=medium |
2 | 54 |
|
3 | 55 | **Email address managment and NomCom tool improvements** |
|
0 commit comments