|
| 1 | +ietfdb (6.40.3) ietf; urgency=medium |
| 2 | + |
| 3 | + **Review tool enhancements and Django 1.8 adaptations** |
| 4 | + |
| 5 | + This is a bugfix/enhancement release focused on addressing feedback on the |
| 6 | + recently introduced review management functionality and doing further |
| 7 | + adaptations to the Django 1.8 framework. |
| 8 | + |
| 9 | + From the commit log: |
| 10 | + |
| 11 | + * Merged in [12606] from rjsparks@nostrum.com: |
| 12 | + Tweaked the docevent description for the event noting that a chartering |
| 13 | + effort has been abandoned. Fixes #2099. |
| 14 | + |
| 15 | + * Merged in [12596] from rjsparks@nostrum.com: |
| 16 | + Show other completed reviews of a document on page showing the status of a |
| 17 | + review request. Fixes #2083. |
| 18 | + |
| 19 | + * Merged in [12595] from rjsparks@nostrum.com: |
| 20 | + Improved the team review content templates. Related to #2075. |
| 21 | + |
| 22 | + * Merged in [12594] from rjsparks@nostrum.com: |
| 23 | + Provided templates for directly entered review contents for those |
| 24 | + teams/review-types that have them. Fixes #2075. |
| 25 | + |
| 26 | + * Merged in [12593] from rjsparks@nostrum.com: |
| 27 | + Send mail to team secretaries when a review is explicitly requested. |
| 28 | + Changed the From and Subject for assignment emails to reviewers to make it |
| 29 | + clearer what the review is for and who assigned it. Fixes #2053 and #2114. |
| 30 | + |
| 31 | + * Merged in [12589] from rjsparks@nostrum.com: |
| 32 | + Show additional details about a review request when completing it. |
| 33 | + Fixes #2112. |
| 34 | + |
| 35 | + * Merged in [12588] from rjsparks@nostrum.com: |
| 36 | + Changed how we display review text to follow the tecnique used with other |
| 37 | + large blocks of pasted or imported text (shepherds writeups for instance). |
| 38 | + Fixes #2104. |
| 39 | + |
| 40 | + * Fixed some pyflakes and form initialization issues with the upgrade to |
| 41 | + DurationField. |
| 42 | + |
| 43 | + * Extended the form fields used for duration to accept additional formats, |
| 44 | + including formats the secretariat are currently using, in order to avoid |
| 45 | + UI trouble with the TimedeltaField --> DurationField transition. |
| 46 | + |
| 47 | + * Upgraded custom TimedeltaFields to use the builtin DurationField from |
| 48 | + Django 1.8, and adjusted forms and initialization values accordingly. |
| 49 | + |
| 50 | + * Merged in [12521] and [12540] from rjsparks@nostrum.com: |
| 51 | + Removed classes obviated in r12520. |
| 52 | + |
| 53 | + -- Henrik Levkowetz <henrik@levkowetz.com> 21 Dec 2016 13:04:48 -0800 |
| 54 | + |
| 55 | + |
1 | 56 | ietfdb (6.40.2) ietf; urgency=medium |
2 | 57 |
|
3 | 58 | **Docker image based on Debian:jessie and MySQL 5.6** |
|
0 commit comments