Skip to content

6.81.3

Choose a tag to compare

@NGPixel NGPixel released this 16 Mar 22:44
· 7184 commits to main since this release

Release Date: Wed, June 20, 2018 at 9:47 PM UTC
Release Author: Henrik Levkowetz


This is a bugfix release to clear the board for the final GDPR release.
From the commit log:

  • Merged in [15266] from rcross@amsl.com:
    Updated the blue sheet template. Replaced start time / end time with date.

  • Merged in [15267] from rcross@amsl.com:
    Fixed an issue with a decorator on utils.html.remove_tags().

  • Tweaked the Related documents part of the Document admin page to more
    intuitively show the relationships.

  • Tweaked unidecode_name() to avoid double-quotes in the ascii string.

  • Merged in [15248] from rjsparks@nostrum.com:
    Improvements to tests after converting to factories suggested by studying
    coverage_changes.

  • Merged in [15247] from rjsparks@nostrum.com:
    Tweaked the color palette for the agenda editor.

  • Removed two instances of log.assertion(); we have enough data on these
    now.

  • Changed an attribute guard to work with a reverse relationship attribute
    (using hasattr()).

  • Fixed a broken mailto link on the account edit page.

  • Merged in [15238] from rjsparks@nostrum.com:
    Use factories for ietf.doc.tests_status_change. Repair previous commit
    errors in ietf.doc.tests_material.

  • Merged in [15228] from rjsparks@nostrum.com:
    Use factories for ietf.doc.tests_downref.

  • Merged in [15227] from rjsparks@nostrum.com:
    Use factories for ietf.doc.tests_conflict_review.

  • Merged in [15226] from rjsparks@nostrum.com:
    Use factories for ietf.doc.tests_charter.

  • Tweaked unidecode_name() to not produce single-letter ascii surnames
    from non-ascii codepoints. The unidecode transliteration is in any case
    somewhat arbitrary, and in most cases a real person will tweak the ascii
    name of his account. When running tests, however, this tweak avoids some
    false test failures. And no, it's not simple to fix the draft
    author-extraction heuristics to deal well with single-letter surnames.

  • Added a guard against trying to access attributes of a None object.

  • Merged in [15225] from rjsparks@nostrum.com:
    Use factories for ietf.doc.tests_draft.


Coverage

chart