Skip to content

Commit 2e24d4a

Browse files
committed
Changelog entry for 6.101.0
- Legacy-Id: 16720
1 parent a2af3bd commit 2e24d4a

1 file changed

Lines changed: 104 additions & 0 deletions

File tree

changelog

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1+
ietfdb (6.101.0) ietf; urgency=medium
2+
3+
**IANA expert review tracking, new constraints labelling**
4+
5+
This release adds IANA expert review tracking for drafts, changes the
6+
session request constraints labels, improves the handling of session slide
7+
proposal uploads, and adds a number of smaller enhancements and issue
8+
fixes. From the commit log:
9+
10+
* Merged in [16656] from rjsparks@nostrum.com:
11+
Added IANA expert review tracking.
12+
13+
* Merged in [16650], [16655] from rjsparks@nostrum.com:
14+
Removed the bootstrap project todo page. #2778 points to the old content
15+
so we can make new tickets for anything that is still relevant.
16+
17+
* Merged in [16649] from rjsparks@nostrum.com:
18+
Guard against attempts to use the review request view with a
19+
ReviewRequest id that does not match the document for the ReviewRequest.
20+
This would have exposed #2776 much earlier.
21+
22+
* Merged in [16647] from rjsparks@nostrum.com:
23+
Corrected a view that was looking at review assignment ids when it
24+
should have been looking at request review ids. Fixes #2776.
25+
26+
* Added a 'domain' variable to context supplied to the agenda_package.txt
27+
template. Fixes issue #2793.
28+
29+
* Merged in [16646] from rjsparks@nostrum.com:
30+
Don't manually linewrap when looking at feedback - let the pasted styling
31+
do that. Fixes #2761.
32+
33+
* Merged in [16630] from rjsparks@nostrum.com:
34+
Rework how we are labeling constraints to provide a quick-fix for
35+
session requests at IETF106. Turned off several javascript functions that
36+
added/enforced old (possibly no longer correct) semantics for the session
37+
request forms. Fixes #2754.
38+
39+
* Merged in [16629] from rjsparks@nostrum.com:
40+
Removing unused template. I think it was an artifact of the Django 1.2
41+
to 1.6 conversion from 6 years ago.
42+
43+
* Merged in [16615] from peter@akayla.com:
44+
Spelling correction in a comment. No open issue.
45+
46+
* Merged in [16614] from peter@akayla.com:
47+
Improved so that new draft diffs (from the working group drafts page)
48+
work correctly for both -00 drafts and later revisions. Fixes issue #2697.
49+
50+
* Merged in [16604] from rjsparks@nostrum.com:
51+
Look at all scheduled sessions for a group when deciding to display a
52+
cancelled banner. Fixes #2764.
53+
54+
* The logic for displaying 'Email requested to be sent for earlier
55+
discuss' on IESG positions was wrong; it would count later discusses and
56+
discusses from other ADs as an 'earlier discuss'. Moved any_email_sent()
57+
from ballot to position, and refined the criteria.
58+
59+
* Made sure Person.active_drafts() and .expired_drafts() don't return
60+
duplicate entries. Fixes issue #2784.
61+
62+
* Changed requirements to permit pyang 2.0 and greater.
63+
64+
* Added a migration to fix some m2m table columns incorrectly left as
65+
varchar(8) when we changed the size of name slugs to varchar(32).
66+
67+
* Merged in [16601] from rjsparks@nostrum.com:
68+
A management command to correct the state of several slide
69+
presentations uploaded during IETF105, and perform some missed powerpoint
70+
to pdf conversions.
71+
72+
* Merged in [16600] from rjsparks@nostrum.com:
73+
Fixed a subtle bug in the code that converts slides to PDF that was
74+
writing back into settings.
75+
76+
* Merged in [16599] from rjsparks@nostrum.com:
77+
Correct the uploaded_filename for slides that go through the
78+
approve-proposed-slides workflow.
79+
80+
* Merged in [16598] from rjsparks@nostrum.com:
81+
Add the ppt* to pdf conversion to the approve-suggested-slides
82+
workflow. Fixes #2762.
83+
84+
* Added textual information about patent application formats according to
85+
WIPO's Handbook on Industrial Property Information and Documentation, as
86+
input to future extension of the regex set.
87+
88+
* Added some new formats to the regex validator for patent numbers and
89+
patent application numbers. This is still not comprehensive.
90+
91+
* Adjusted migrations for Python2/3 compatibility.
92+
93+
* Updated database options settings to match our production database and
94+
dump files.
95+
96+
* Fixed an issue where the text file charset information for an upload would
97+
be overwritten on upload of multiple files for a draft.
98+
Fixes issue #2768.
99+
100+
* Added 30 minutes caching to agenda.ics
101+
102+
-- Henrik Levkowetz <henrik@levkowetz.com> 08 Sep 2019 15:28:29 +0000
103+
104+
1105
ietfdb (6.100.0) ietf; urgency=medium
2106

3107
**IETF 105 code sprint**

0 commit comments

Comments
 (0)