|
| 1 | +ietfdb (6.106.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Review tool tickets roundup, part 3, slide upload fixes, and more.** |
| 4 | + |
| 5 | + * Added some type checking annotation tweaks and mypy_test() output tweaks. |
| 6 | + |
| 7 | + * Moved the code that generates .txt and .html draft files from .xml to a |
| 8 | + place where potential errors can be caught and displayed better. Related |
| 9 | + to ticket #2814. |
| 10 | + |
| 11 | + * Updated PLAN: Moved reworked email sending sooner to the head of the |
| 12 | + list. |
| 13 | + |
| 14 | + * Merged in [16815] from rjsparks@nostrum.com: |
| 15 | + Link to the about pages for groups even if they don't have a charter (some |
| 16 | + have other forms of descriptive text, and all have more information on the |
| 17 | + group pages than they did a few years ago). Fixes #2744. |
| 18 | + |
| 19 | + * Merged in [16813] from rjsparks@nostrum.com: |
| 20 | + Don't offer to propose slides when the next view will not allow you to |
| 21 | + propose slides. Fixes #2763. |
| 22 | + |
| 23 | + * Merged in [16792] from sasha@dashcare.nl: |
| 24 | + Send opt-in reminders for unconfirmed review assignments. If enabled for |
| 25 | + a team, reminders will be sent every X days to reviewers for review |
| 26 | + assignments they have not accepted or rejected. Fixes issue #2475. |
| 27 | + |
| 28 | + * Merged in [16785] from rjsparks@nostrum.com: |
| 29 | + Improved alerts when looking at non-current versions of a charter |
| 30 | + document. Fixes #2774. |
| 31 | + |
| 32 | + * Turned the ReviewAssignmentAdmin.review field into a raw_id_field, to |
| 33 | + avoid a form that lists all documents in the database in a drop-down. |
| 34 | + Fixes issue #2810. |
| 35 | + |
| 36 | + * Merged in [16770] from rjsparks@nostrum.com: |
| 37 | + Populate completed_on when rejecting a ReviewAssignment. Migrate past |
| 38 | + rejected assignments accordingly. Fixes #2782. |
| 39 | + |
| 40 | + * Merged in [16765] from sasha@dashcare.nl: |
| 41 | + Send daily reminders of overdue reviews to secretaries. See issue #2277 |
| 42 | + |
| 43 | + * Merged in [16763] from rjsparks@nostrum.com: |
| 44 | + Allowed the responsible AD to be None for documents in iesg states |
| 45 | + idexists and dead. Fixes #2803 and #993. |
| 46 | + |
| 47 | + * Merged in [16762] from rjsparks@nostrum.com: |
| 48 | + Use form validation to prevent interim slide titles that end with -nn |
| 49 | + until we change interims to use the modern HREF schemes. Fixes #2797. |
| 50 | + |
| 51 | + -- Henrik Levkowetz <henrik@levkowetz.com> 16 Oct 2019 14:14:16 +0000 |
| 52 | + |
| 53 | + |
1 | 54 | ietfdb (6.105.0) ietf; urgency=medium |
2 | 55 |
|
3 | 56 | * Merged in [16759] from rjsparks@nostrum.com: |
@@ -31,7 +84,7 @@ ietfdb (6.105.0) ietf; urgency=medium |
31 | 84 | Added a migration to remove any break / registration sessions that have |
32 | 85 | already been created for future meetings. Goes with changes for #2713. |
33 | 86 |
|
34 | | - * Added log.unreachable() for the code that creates unknown-email-*' |
| 87 | + * Added log.unreachable() for the code that creates unknown-email-* |
35 | 88 | addresses. Related to issue #2696. |
36 | 89 |
|
37 | 90 | * Fixed a bug in gather_submission_submitter(). |
|
0 commit comments