|
| 1 | +ietfdb (6.110.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Trial bibxml3/ pages for drafts, and review ticket fixes** |
| 4 | + |
| 5 | + * Added a trial version of datatracker draft bibxml pages, located under |
| 6 | + /doc/bibxml3/; for example: |
| 7 | + https://datatracker.ietf.org/doc/bibxml3/draft-iab-fiftyyears-01.xml |
| 8 | + |
| 9 | + * Added a management command to generate draft bibxml3 files. |
| 10 | + |
| 11 | + * Fixed some type: ignore annotations |
| 12 | + |
| 13 | + * Tweaked the submission tool to be more liberal with v3 xml submissions. |
| 14 | + |
| 15 | + * Rewrote the ietf/bin/fix-ambiguous-timestamps command as a management |
| 16 | + command (fix_ambiguous_timestamps) and made it look at all instances of |
| 17 | + DateTimeField by means of model introspection. |
| 18 | + |
| 19 | + * Merged in [16934] from sasha@dashcare.nl: |
| 20 | + Sort unassigned review requests by doc name by default. |
| 21 | + Fixes issue #2088. |
| 22 | + |
| 23 | + * Merged in [16933] from sasha@dashcare.nl: |
| 24 | + Allow specifying review type for suggested reviews in LC and telechat. If |
| 25 | + a review is suggested on the 'manage unassigned reviews' page, and the |
| 26 | + document is in both last call and telechat, the assign form now asks for |
| 27 | + the type of review that should be assigned. This commit also fixes two |
| 28 | + bugs in this process: |
| 29 | + |
| 30 | + - Comparisons in some cases between strings and integers |
| 31 | + (group/views.py:1485/1487) |
| 32 | + |
| 33 | + - Rejections when assigning suggested reviews, as they could be considered |
| 34 | + a newly opened request due to not having a pk (group/views.py:1508) |
| 35 | + |
| 36 | + Fixes issue #2119 |
| 37 | + |
| 38 | + * Merged in [16927] from sasha@dashcare.nl: |
| 39 | + Small cleanup from changeset [16924], see issue #2217. |
| 40 | + |
| 41 | + -- Henrik Levkowetz <henrik@levkowetz.com> 05 Nov 2019 23:29:35 +0000 |
| 42 | + |
| 43 | + |
1 | 44 | ietfdb (6.109.0) ietf; urgency=medium |
2 | 45 |
|
3 | 46 | **Review tool tickets roundup, part 5; and other fixes** |
|
0 commit comments