|
| 1 | +ietfdb (6.109.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Review tool tickets roundup, part 5; and other fixes** |
| 4 | + |
| 5 | + * Merged in [16926] from rjsparks@nostrum.com: |
| 6 | + Flipped a sense to put the grace period on the right side of 'today' when |
| 7 | + sending review overdue reminders to team secretaries. Fixes #2816. |
| 8 | + |
| 9 | + * Merged in [16937] from rjsparks@nostrum.com: |
| 10 | + Only show a blocked document once in the set of blocked documents on an |
| 11 | + ADs document page. Fixes #2818. |
| 12 | + |
| 13 | + * Added mising GET parameters to the fragment cache in the agenda.ics |
| 14 | + template. Fixes issue #2817. |
| 15 | + |
| 16 | + * Merged in [16924] from sasha@dashcare.nl: |
| 17 | + Allow submission of unsolicited reviews by secretaries. |
| 18 | + |
| 19 | + - For team secretaries, a button 'Submit unsolicited review' will now |
| 20 | + appear next to 'Request review' on the document's main page. |
| 21 | + |
| 22 | + - If the secretary is a secretary for multiple teams, they are taken |
| 23 | + through an intermediate page to select for which team they are |
| 24 | + submitting their review. |
| 25 | + |
| 26 | + - The form is similar (and using the same code) as the usual review |
| 27 | + completion, with a few extra fields for the review type and reviewer, |
| 28 | + which would usually already be known. |
| 29 | + |
| 30 | + - When submitting the review, a ReviewRequest and ReviewAssignment are |
| 31 | + automatically created. The assignment is then immediately closed in the |
| 32 | + usual way. Other workflows are unchanged. |
| 33 | + |
| 34 | + The issues with the review form in #2061 are slightly worse for the |
| 35 | + unsolicited review scenario, but that will be improved when #2061 is |
| 36 | + fixed. Fixes issue #2217. |
| 37 | + |
| 38 | + * Merged in [16923] from sasha@dashcare.nl: |
| 39 | + Show doc authors and WG chairs in unassigned reviews views. |
| 40 | + Fixes issue #2087. |
| 41 | + |
| 42 | + * Merged in [16922] from sasha@dashcare.nl: |
| 43 | + Added additional content validation for uploaded texts. Permitted MIME |
| 44 | + types are now text/plain, text/markdown and text/x-rst. This applies to |
| 45 | + all usages of get_cleaned_text_file_content(), including reviews, but also |
| 46 | + other similar places where text can either be written either into a |
| 47 | + textarea or uploaded. Fixes issue #2584. |
| 48 | + |
| 49 | + * Merged in [16921] from sasha@dashcare.nl: |
| 50 | + Use a DBTemplate when a review assignment is mailed. The message sent to |
| 51 | + a reviewer when a new review is assigned to them, is now taken from a |
| 52 | + DBTemplate, allowing it to be customised per team. This includes a |
| 53 | + migration to create a default template, which looks the same as before. |
| 54 | + Fixes issue #2123. |
| 55 | + |
| 56 | + -- Henrik Levkowetz <henrik@levkowetz.com> 30 Oct 2019 13:34:17 +0000 |
| 57 | + |
| 58 | + |
1 | 59 | ietfdb (6.108.0) ietf; urgency=medium |
2 | 60 |
|
3 | 61 | **Review tool tickets roundup, part 4; and other fixes** |
|
0 commit comments