Skip to content

6.118.0

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

Summary: RG and NomCom support refinements, new data merge management commands, bug fixes
Release Date: Tue, February 18, 2020 at 10:59 PM UTC
Release Author: Henrik Levkowetz


  • Merged in [17288] from rjsparks@nostrum.com:
    Made internal review email about an RG use the IRSG instead of the
    IESG in text and addresses. Fixes #2881.

  • Merged in [17287] from rjsparks@nostrum.com:
    Set the default for use_milestone_dates to True. Allow changing
    use_milestone_dates from the edit milestone dates form for charters if it
    is the initial chartering effort. Fixes #2884.

  • Wrapped more code in draft submission in an exception block, in order not
    to continue processing after an XML parse exception. Fixes issue #2885.

  • Fixed a bug in the resource description for SchedulingEvent that prevented
    it from being accessed under /api/v1/meeting/schedulingevent/.

  • Added search fields to the admin index for SchedulingEvent.

  • Tweaked send_mail_mime() to recognize settings.SERVER_MODE='repair', in
    order to avoid mail floods when running the mergedata management
    command. It is assumed that the appropriate mails went out when the data
    was entered into the system the first time.

  • Added a management command to dump data based on table names and primary
    keys derived from a list of SQL INSERT INTO commands representing the
    items to be dumped. The output formats are the same as for dumpdata, and
    are suitable for later use with the loaddata or mergedata management
    commands.

  • Added a management command to merge data from one of two divergent django
    databases to the other, taking care to insert or update records as
    appropriate, and update foreign keys and many-to-many keys appropriately.
    Accepts the dump formats generated by the dumpdata command.

  • Updated the check_referential_integrity command, adding a --delete command
    to remove dangling references to removed records, and also adding
    colorized success/fail indications for each FK and m2m key inspected.

  • Changed the xml parser settings for legacy xml draft submissions to remove
    comments before converting to .txt. Fixes and issue with comments in
    text.

  • jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the
    version requirements accordingly.

  • Added missing test directory creation and removal in setUp() and
    tearDown() in MeetingTests.

  • Merged in [17286] from rjsparks@nostrum.com:
    Added Reply-To to the default group review text. Fixes #2883.

  • Merged in [17284] from jennifer@painless-security.com:
    Create DocEvent when related IprDisclosure is posted or removed. Fixes
    #2811.

  • Merged in [17275] from jennifer@painless-security.com:
    Added links to user profiles from nominee list and feedback page. Fixes
    #2839.

  • Merged in [17273] from rcross@amsl.com:
    Updated link to session request tool instructions.


Coverage

chart