Skip to content

Commit a07de1f

Browse files
committed
Changelog entry for 6.118.0
- Legacy-Id: 17309
1 parent 475eda8 commit a07de1f

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

changelog

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
ietfdb (6.118.0) ietf; urgency=medium
2+
3+
**RG and NomCom support refinements, new data merge management commands, bug fixes**
4+
5+
* Merged in [17288] from rjsparks@nostrum.com:
6+
Made internal review email about an RG use the IRSG instead of the
7+
IESG in text and addresses. Fixes #2881.
8+
9+
* Merged in [17287] from rjsparks@nostrum.com:
10+
Set the default for use_milestone_dates to True. Allow changing
11+
use_milestone_dates from the edit milestone dates form for charters if it
12+
is the initial chartering effort. Fixes #2884.
13+
14+
* Wrapped more code in draft submission in an exception block, in order not
15+
to continue processing after an XML parse exception. Fixes issue #2885.
16+
17+
* Fixed a bug in the resource description for SchedulingEvent that prevented
18+
it from being accessed under /api/v1/meeting/schedulingevent/.
19+
20+
* Added search fields to the admin index for SchedulingEvent.
21+
22+
* Tweaked send_mail_mime() to recognize settings.SERVER_MODE='repair', in
23+
order to avoid mail floods when running the 'mergedata' management
24+
command. It is assumed that the appropriate mails went out when the data
25+
was entered into the system the first time.
26+
27+
* Added a management command to dump data based on table names and primary
28+
keys derived from a list of SQL 'INSERT INTO' commands representing the
29+
items to be dumped. The output formats are the same as for dumpdata, and
30+
are suitable for later use with the loaddata or mergedata management
31+
commands.
32+
33+
* Added a management command to merge data from one of two divergent django
34+
databases to the other, taking care to insert or update records as
35+
appropriate, and update foreign keys and many-to-many keys appropriately.
36+
Accepts the dump formats generated by the dumpdata command.
37+
38+
* Updated the check_referential_integrity command, adding a --delete command
39+
to remove dangling references to removed records, and also adding
40+
colorized success/fail indications for each FK and m2m key inspected.
41+
42+
* Changed the xml parser settings for legacy xml draft submissions to remove
43+
comments before converting to .txt. Fixes and issue with comments in
44+
<artwork> text.
45+
46+
* jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the
47+
version requirements accordingly.
48+
49+
* Added missing test directory creation and removal in setUp() and
50+
tearDown() in MeetingTests.
51+
52+
* Merged in [17286] from rjsparks@nostrum.com:
53+
Added Reply-To to the default group review text. Fixes #2883.
54+
55+
* Merged in [17284] from jennifer@painless-security.com:
56+
Create DocEvent when related IprDisclosure is posted or removed. Fixes
57+
#2811.
58+
59+
* Merged in [17275] from jennifer@painless-security.com:
60+
Added links to user profiles from nominee list and feedback page. Fixes
61+
#2839.
62+
63+
* Merged in [17273] from rcross@amsl.com:
64+
Updated link to session request tool instructions.
65+
66+
-- Henrik Levkowetz <henrik@levkowetz.com> 18 Feb 2020 22:59:34 +0000
67+
68+
169
ietfdb (6.117.0) ietf; urgency=medium
270

371
**Python 2/3 transition fixes, sumbmission and chartering improvements**

0 commit comments

Comments
 (0)