|
| 1 | +ietfdb (6.81.3) ietf; urgency=medium |
| 2 | + |
| 3 | + * Merged in [15248] from rjsparks@nostrum.com: |
| 4 | + Improvements to tests after converting to factories suggested by studying |
| 5 | + coverage_changes. |
| 6 | + |
| 7 | + * Merged in [15247] from rjsparks@nostrum.com: |
| 8 | + Tweaked the color palatte for the agenda editor. |
| 9 | + |
| 10 | + * Removed two instances of log.assertion(); we have enough data on these |
| 11 | + now. |
| 12 | + |
| 13 | + * Changed an attribute guard to work with a reverse relationship attribute |
| 14 | + (using hasattr()). |
| 15 | + |
| 16 | + * Fixed a broken mailto link on the account edit page. |
| 17 | + |
| 18 | + * Merged in [15238] from rjsparks@nostrum.com: |
| 19 | + Use factories for ietf.doc.tests_status_change. Repair previous commit |
| 20 | + errors in ietf.doc.tests_material. |
| 21 | + |
| 22 | + * Merged in [15228] from rjsparks@nostrum.com: |
| 23 | + Use factories for ietf.doc.tests_downref. |
| 24 | + |
| 25 | + * Merged in [15227] from rjsparks@nostrum.com: |
| 26 | + Use factories for ietf.doc.tests_conflict_review. |
| 27 | + |
| 28 | + * Merged in [15226] from rjsparks@nostrum.com: |
| 29 | + Use factories for ietf.doc.tests_charter. |
| 30 | + |
| 31 | + * Tweaked unidecode_name() to not produce single-letter ascii surnames |
| 32 | + from non-ascii codepoints. The unidecode transliteration is in any case |
| 33 | + somewhat arbitrary, and in most cases a real person will tweak the ascii |
| 34 | + name of his account. When running tests, however, this tweak avoids some |
| 35 | + false test failures. And no, it's not simple to fix the draft |
| 36 | + author-extraction heuristics to deal well with single-letter surnames. |
| 37 | + |
| 38 | + * Added a guard against trying to access attributes of a None object. |
| 39 | + |
| 40 | + * Merged in [15225] from rjsparks@nostrum.com: |
| 41 | + Use factories for ietf.doc.tests_draft. |
| 42 | + |
| 43 | + -- Henrik Levkowetz <henrik@levkowetz.com> 14 Jun 2018 13:11:49 +0000 |
| 44 | + |
| 45 | + |
1 | 46 | ietfdb (6.81.2) ietf; urgency=medium |
2 | 47 |
|
3 | 48 | This is the third in a small series of releases to address compliance with |
|
0 commit comments