|
| 1 | +ietfdb (6.111.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF 106 code sprint** |
| 4 | + |
| 5 | + This release contains datatracker bug fixes and enhancements from the |
| 6 | + IETF-106 Code Sprint. This sprint brought in new contributors, and saw |
| 7 | + substantial work from previous contributors. Thanks to everyone who |
| 8 | + contributed! |
| 9 | + |
| 10 | + * Merged in [17062] from rjsparks@nostrum.com: |
| 11 | + Change the default template for assigned review emails to name the |
| 12 | + assigned reviewer. Fixes #2830. |
| 13 | + |
| 14 | + * Merged in [17061] and [17024] from rjsparks@nostrum.com: |
| 15 | + Allow slides drag-drop between sessions for groups meeting with |
| 16 | + multiple sessions. Fixes #2700. |
| 17 | + |
| 18 | + * Merged in [17044] from valery@smyslov.net: |
| 19 | + Make it clearer that a chair can't revise materials for a meeting once |
| 20 | + the proceedings deadline has passed. Fixes issue #2612. |
| 21 | + |
| 22 | + * Merged in [17037] from kivinen@iki.fi: |
| 23 | + Added padding to the <th> column in the unavailability period list of |
| 24 | + the reviewers page. |
| 25 | + |
| 26 | + * Merged in [17036] from housley@vigilsec.com: |
| 27 | + Drop old 'slides' section from agenda.json |
| 28 | + |
| 29 | + * Merged in [17035] from housley@vigilsec.com: |
| 30 | + Improved performance for some agenda-related pages |
| 31 | + |
| 32 | + * Merged in [17034] from kivinen@iki.fi: |
| 33 | + Added two new configuration settings for the review team secretary, |
| 34 | + one to set how many days to include in the reviewers list, and |
| 35 | + another one to limit the number of completed items in the list for |
| 36 | + each person. This version replaces the one I did earlier, and includes |
| 37 | + much more test cases to test different limits on the reviewers page. |
| 38 | + |
| 39 | + * Added an instance of force_text() to ensure non_ascii mail subjects are |
| 40 | + unicode when used for string interpolation, rather than bytes (which will |
| 41 | + trigger ascii decode()). |
| 42 | + |
| 43 | + * Merged in [17033] from kivinen@iki.fi: |
| 44 | + Reviewers page template changes. Changed draft names so they never wrap. |
| 45 | + Changed the Unavailability period table so it is much narrower. |
| 46 | + |
| 47 | + * Merged in [17031] from fenton@bluepopcorn.net: |
| 48 | + Add edit button for Secreatriat on concluded groups. Fixes #2781. |
| 49 | + |
| 50 | + * RFCs with inline errata now have a non-beta URL. Updated the setting. |
| 51 | + |
| 52 | + * Merged in [17028] from fenton@bluepopcorn.net: |
| 53 | + Added a Closing note field to state specific WG edit. Fixes #2779. |
| 54 | + |
| 55 | + * Merged in [17027] from rcross@amsl.com: |
| 56 | + Fix issue where draft resurrect feature does not move most recent draft |
| 57 | + file from the archive directory back to the current draft directory. Fixes |
| 58 | + #2646. |
| 59 | + |
| 60 | + * Tweaked docker-init.sh to create a needed GID entry before using it |
| 61 | + when creating a new user. Fixes an issue when the user GID in the |
| 62 | + host OS is missing in the docker image. |
| 63 | + |
| 64 | + * Added fullcalendar to the bower.json file. |
| 65 | + |
| 66 | + * Changed the call arguments for submission tool conversion from XML to |
| 67 | + v3 text to match those of the standalone tool. Fixes an issue where |
| 68 | + <sourecode> would have line ends stripped when converted by the datatracker. |
| 69 | + |
| 70 | + * Tweaked a test's person name form to match the usage in the tested code. |
| 71 | + |
| 72 | + * Fixed naming of staged xml draft submission files and tweaked the |
| 73 | + arguments for the xml2rfc parser invocation for xml draft submissions. |
| 74 | + Added some more logging. |
| 75 | + |
| 76 | + -- Henrik Levkowetz <henrik@levkowetz.com> 21 Nov 2019 06:50:19 +0000 |
| 77 | + |
| 78 | + |
1 | 79 | ietfdb (6.110.1) ietf; urgency=medium |
2 | 80 |
|
3 | 81 | This release provides various fixes, and clears the slate for the |
|
0 commit comments