Changelog entry for 6.118.0

- Legacy-Id: 17309
This commit is contained in:
Henrik Levkowetz 2020-02-18 22:59:35 +00:00
parent 475eda82e1
commit a07de1feba

View file

@ -1,3 +1,71 @@
ietfdb (6.118.0) ietf; urgency=medium
**RG and NomCom support refinements, new data merge management commands, bug fixes**
* 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
<artwork> 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.
-- Henrik Levkowetz <henrik@levkowetz.com> 18 Feb 2020 22:59:34 +0000
ietfdb (6.117.0) ietf; urgency=medium
**Python 2/3 transition fixes, sumbmission and chartering improvements**