|
| 1 | +ietfdb (6.39.1) ietf; urgency=medium |
| 2 | + |
| 3 | + **Enhanced Person Profile Page** |
| 4 | + |
| 5 | + This is a mixed bugfix and feature release. From the commitlog: |
| 6 | + |
| 7 | + * Added more document information to the personal profile pages at |
| 8 | + /person/<full name>, after a suggestion from Benoit Claise. Fixes issue |
| 9 | + #2066. |
| 10 | + |
| 11 | + * Added new display columns to the reviewer settings admin page. |
| 12 | + |
| 13 | + * Merged in [12438] from rjsparks@nostrum.com: |
| 14 | + Don't show teams with only 'No response' reviews in the search result |
| 15 | + rows, using the same logic as used for the document main page. Fixes #2070. |
| 16 | + |
| 17 | + * Fixed a typo. Fixes issue #2073. |
| 18 | + |
| 19 | + * Added a validator for the reviewer settings' Filter Regexp field, to |
| 20 | + make sure that we don't later hit exceptions when trying to compile and use |
| 21 | + the regexp entered. |
| 22 | + |
| 23 | + * Tweaked the admin for doc.models.Document to capture a comment about |
| 24 | + changes made, and save those in the document history, using |
| 25 | + .save_with_history(). This makes the admin useful again for doing document |
| 26 | + changes. See issue #2067. |
| 27 | + |
| 28 | + * Changed the handling of DocEvent 'rev' fields in document history. We |
| 29 | + should give DocEvent a 'rev' field which is always filled in; the current |
| 30 | + handling is error prone and much to complicated. |
| 31 | + |
| 32 | + * Fixed errors in the test_interim_request_series() test. |
| 33 | + |
| 34 | + * Added a link to the meetecho session recording (not the youtube |
| 35 | + conversion) on the IETF agenda page. |
| 36 | + |
| 37 | + * Added guards against picking up non-ascii characters in draft title and |
| 38 | + abstract from drafts submitted in xml form. |
| 39 | + |
| 40 | + -- Henrik Levkowetz <henrik@levkowetz.com> 05 Dec 2016 10:25:12 -0800 |
| 41 | + |
| 42 | + |
1 | 43 | ietfdb (6.39.0) ietf; urgency=medium |
2 | 44 |
|
3 | 45 | **Review tracking** |
|
0 commit comments