Skip to content

6.79.1

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:44
· 6057 commits to main since this release

Release Date: Wed, May 2, 2018 at 10:42 AM UTC
Release Author: Henrik Levkowetz


This bugfix release fixes problems with IESG ballot clearing, marks dead
code as unreachable for later removal, adds new tests to increase test
coverage, and fixes some issues with the test suite. It also tweaks the
roles which are permitted to request document publication, loosens the
need for trailing slashes for some URLs, and adds a Recent drafts page.

  • Merged in [15084] from rjsparks@nostrum.com:
    Corrected the implementation of clear_ballot. Added a test for it.
    Restored functionality to ballot popups that was missing because a
    template variable was not passed in.

  • Added a recent drafts page, showing drafs submitted the last 7 days.

  • Merged in [15083] from rjsparks@nostrum.com:
    Removed memoize from latest_event.

  • Merged in [15080] from rjsparks@nostrum.com:
    Marked a couple of functions as unreachable.

  • Reverted a change to UserFactory to avoid nepalese names. The issue is
    bigger, and needs a different resulution. Changed the url pattern that
    used \w to match names to instead use a more inclusive regex.

  • Fixed a PyQuery property access that should have been a method call.

  • Merged in [15076] from rjsparks@nostrum.com:
    Added a test for meeting/requests.

  • Tweaked the IPR factory to be less likely to produce invalid patent
    info.

  • Merged in [15075] from rjsparks@nostrum.com:
    Improved testing for docs_for_ad.

  • Merged in [15074] from rjsparks@nostrum.com:
    Simplified docs_in_iesg_process. Added a test for it.

  • Merged in [15073] from rjsparks@nostrum.com:
    Rearranged ietf/doc/urls.py to allow matching some special pages under
    /doc without a trailing slash. Adjusted several of those special URLs to
    work without the trailing slash.

  • Added permission for a document shepherd to request publication. Fixes
    issue #2509.


Coverage

chart