|
| 1 | +ietfdb (6.108.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Review tool tickets roundup, part 4; and other fixes** |
| 4 | + |
| 5 | + * Merged in [16904] from sasha@dashcare.nl: |
| 6 | + Always list all last call drafts in assignment summary. If a draft is |
| 7 | + scheduled for a telechat, but also assigned for LC review, it will now be |
| 8 | + listed both in the telechat section and under 'last calls'. Fixes #2118. |
| 9 | + |
| 10 | + * Merged in [16902] from sasha@dashcare.nl: |
| 11 | + Fixed a test failure in [16895]. This also makes a small text |
| 12 | + clarification, which was also the initial reason for the test failure. |
| 13 | + Related to #2526. |
| 14 | + |
| 15 | + * Merged in [16895] from sasha@dashcare.nl: |
| 16 | + List previous reviews in assignments email. |
| 17 | + |
| 18 | + This includes a migration to update the database templates. Note that not |
| 19 | + all templates currently included them (secdir at least), and previous |
| 20 | + reviews are only listed in templates that included */** before. As |
| 21 | + before, previous reviews are only included if they are done by the same |
| 22 | + reviewer(s) as the current assignment. |
| 23 | + |
| 24 | + This also fixes a bug in database template 182 |
| 25 | + (/group/defaults/email/open_assignments.txt) which referred to |
| 26 | + r.review_request..doc.rev and r.review_request..requested_rev in the |
| 27 | + template, and updates the test to use the current version of template 182. |
| 28 | + |
| 29 | + Fixes issue #2526. |
| 30 | + |
| 31 | + * Merged in [16891] from sasha@dashcare.nl: |
| 32 | + Set default start date for UnavailabilityPeriod to today. Fixes #2198. |
| 33 | + |
| 34 | + * Merged in [16883] from sasha@dashcare.nl: |
| 35 | + Do not allow reviewers to reject overdue reviews. If a review request is |
| 36 | + past the deadline, reviewers will no longer be able to reject the |
| 37 | + assignment. Fixes issue #2277. |
| 38 | + |
| 39 | + * Merged in [16907] from rjsparks@nostrum.com: |
| 40 | + Correct construction for a reverse URL in an edge case. Fixes #2815. |
| 41 | + |
| 42 | + * Merged in [16875] from rjsparks@nostrum.com: |
| 43 | + Adds docs with blocking positions to the ADs my-documents page. Fixes |
| 44 | + #2800. |
| 45 | + |
| 46 | + * Merged in [16860] from rjsparks@nostrum.com: |
| 47 | + Be resilient to statistics queries that provide a state but not a |
| 48 | + substate. Fixes #2813. |
| 49 | + |
| 50 | + * Fixed a couple of places where document alias.document was used instead of |
| 51 | + alias.docs.all(). |
| 52 | + |
| 53 | + * Merged in [16854] from rjsparks@nostrum.com: |
| 54 | + Remove some pre-ReviewAssignment refactor logic, and simplify what remains |
| 55 | + while still allowing a group secretary to not assign a row on the |
| 56 | + unassigned requests form after touching the control to assign a reviewer. |
| 57 | + Fixes #2812. |
| 58 | + |
| 59 | + * Merged in [16853] from rjsparks@nostrum.com: |
| 60 | + Add submitted and posted dates to several ipr notification email messages. |
| 61 | + Fixes #2807. |
| 62 | + |
| 63 | + * Merged in [16852] from sasha@dashcare.nl: |
| 64 | + Show stacked bar graph for in time and late reviews. On the stats page, a |
| 65 | + single stacked bar graph is now shown which combines in time and late |
| 66 | + reviews, replacing the separate graphs for these statistics. Tests for |
| 67 | + the charts are also expanded to validate the actual graph content for both |
| 68 | + stacked and non-stacked charts. Fixes issue #2331. |
| 69 | + |
| 70 | + * Merged in [16850] from sasha@dashcare.nl: |
| 71 | + |
| 72 | + Close review assignments when reviewer is removed from team. If a |
| 73 | + reviewer is removed from a team, any accepted or assigned review |
| 74 | + assignments are set to rejected if the request deadline has not passed, or |
| 75 | + set to no-response when the request deadline has passed. Per [16819], if |
| 76 | + this scenario happens, and there are no other active or completed review |
| 77 | + assignments, the request is shown as an unassigned review. Fixes #2185. |
| 78 | + |
| 79 | + * Merged in [16833], [16834], [16835], [16836] from rjsparks@nostrum.com: |
| 80 | + Changes to displaying the ballot_icon to account for IRSG ballots. |
| 81 | + Updates Grunt generated css and map files based on updated ietf.less to |
| 82 | + add styles for IRSG ballot positions. Updated copyrights in grunt |
| 83 | + generated bootstrap.js. |
| 84 | + |
| 85 | + -- Henrik Levkowetz <henrik@levkowetz.com> 23 Oct 2019 15:57:50 +0000 |
| 86 | + |
| 87 | + |
1 | 88 | ietfdb (6.107.0) ietf; urgency=medium |
2 | 89 |
|
3 | 90 | **Use <last-call@ietf.org> for last-call announcements.** |
|
0 commit comments