|
| 1 | +ietfdb (6.67.1) ietf; urgency=medium |
| 2 | + |
| 3 | + **Fixed display of unicode document content** |
| 4 | + |
| 5 | + This is a bugfix release, which addresses a couple of tickets (#2423, |
| 6 | + #2427), and also the longstanding issue of non-unicode-aware handling of |
| 7 | + document content internally in the datatracker. Drafts, agendas, minutes, |
| 8 | + etc. that contain unicode characters in utf-8 encoding should now be shown |
| 9 | + correctly. |
| 10 | + |
| 11 | + Commit log excerpt: |
| 12 | + |
| 13 | + * Removed some dead code. |
| 14 | + |
| 15 | + * Third part of the document read refactoring, after [14406] and [14410]. |
| 16 | + This replaces all usage of the non-unicode-aware get_document_content() |
| 17 | + function with unicode-aware Document.text() or Document.text_or_error() |
| 18 | + methods. This was triggered by yet another report of unicode content not |
| 19 | + being shown properly, and should fix all instances of document (drafts, |
| 20 | + agendas, minutes, etc.) display in the datatracker not handling unicode |
| 21 | + characters properly. |
| 22 | + |
| 23 | + * Tweaked the file content read refactoring in [14406] to try latin-1 |
| 24 | + conversion if unicode doesn't work. |
| 25 | + |
| 26 | + * Applied a patch from kivinen@iki.fi to only show review completion date |
| 27 | + when the review is completed or part completed. Fixes issue #2423. |
| 28 | + |
| 29 | + * Merged in [14403] from rjsparks@nostrum.com: |
| 30 | + Fixed a typo in the milestones under review view. Added bootstrap |
| 31 | + panels. Fixes #2427, |
| 32 | + |
| 33 | + * Fixed the formatting of a number of custom checks for the django check |
| 34 | + format, to be easier to read. |
| 35 | + |
| 36 | + * Started refactoring of reading text from document files (drafts, |
| 37 | + charters, etc.) in order to normalise on one way of doing this, and making |
| 38 | + that return unicode rather than undecoded bytes. This is the first step of |
| 39 | + two, in order to gauge the possible issues and report on discrepancies. |
| 40 | + |
| 41 | + * Improved cleaning of unidecode results in ascii name conversion. |
| 42 | + |
| 43 | + * Tweaked the coverage_changes management comand output. |
| 44 | + |
| 45 | + * Updated the IPR form update text. |
| 46 | + |
| 47 | + * Moved IPR form updates and Django 1.11 upgrade forward to positions 2 |
| 48 | + and 3 on the list. |
| 49 | + |
| 50 | + -- Henrik Levkowetz <henrik@levkowetz.com> 12 Dec 2017 14:40:47 +0000 |
| 51 | + |
| 52 | + |
1 | 53 | ietfdb (6.67.0) ietf; urgency=medium |
2 | 54 |
|
3 | 55 | **Per-year RFC feed, IANA yang modules, test improvements** |
|
0 commit comments