11ietfdb (7.5.0) ietf; urgency=medium
22
3- **Django 2.1 upgrade and bugfixes**
3+ **Django 2.1 upgrade, CodiMD support, bluesheet support for Meetecho, and bugfixes**
44
55 * Merged in [18036] from rjsparks@nostrum.com:
66 Tweaked the title of the page used to complete reviews. Fixes #2767.
77
88 * Merged in [18037] from rjsparks@nostrum.com:
99 Removed abandoned charters from any future telechats. Fixes #3003.
1010
11- * Separated the session cache from the default cache, using slightly
12- different settings, in order to not drop sessions when a new release is
11+ * Separated the session cache from the default cache, using slightly
12+ different settings, in order to not drop sessions when a new release is
1313 deployed.
1414
15- * Added a default logger and level for 'django.security' log items, to
16- route them to our regular syslog. This will give us more information about
17- failures to retrieve session info, and also things like 404 responses,
18- which will already be captured in the apache log but with less info. May
19- need revisiting if it proves to cause excessive logging.
15+ * Added a default logger and level for 'django.security' log items, to
16+ route them to our regular syslog. This will give us more information
17+ about failures to retrieve session info, and also things like 404
18+ responses, which will already be captured in the apache log but with
19+ less info. May need revisiting if it proves to cause excessive logging.
2020
21- * Fixed a problem with the code to update a missing person record
21+ * Fixed a problem with the code to update a missing person record
2222 association in a meeting registration record.
2323
24- * Fixed an issue in a test function that could occasionally fail
25- incorrectly .
24+ * Fixed a problem with the handling of multiple registrations for the same
25+ person and meeting in api_new_meeting_registration() .
2626
27- * Removed the wsgi.py warning about starting without virtualenv; this is
28- normal under Py3.
27+ * Added a switchover date (currently July 6th) for Etherpad to CodiMD use,
28+ and modified views and templates to provide links to codimd.ietf.org
29+ for meetings (including interims) after that date.
2930
30- * Fixed a problem with the handling of multiple registrations for the
31- same person and meeting in api_new_meeting_registration().
31+ * Added an API endpoint for bluesheet information upload. Factored out
32+ code in common with manual upload_session_bluesheets(). Tweaked
33+ ietf.secr.proceedings.utils.handle_upload_file() to handle temp files in
34+ addition to HTTP file objects, to support the API endpoint.
35+
36+ * Updated bin/mkpatch to use a --name switch, and normalize the name to
37+ use '-' rather than '_', and give more feedback.
38+
39+ * Added the meeting registration 'affiliation' field to the OAuth2
40+ 'registration' scope, so that Meetecho will have the information needed
41+ to build bluesheets.
42+
43+ * Merged in [18064] from rjsparks@nostrum.com:
44+ Changed the group edit field url regexp to accept the field names
45+ (specifically role names) we use by allowing hyphens.
3246
3347 Django 2.1 transition changes:
3448
35- * Changed NullBoleanField() to BooleanField(null=True), according to the
49+ * Changed NullBoleanField() to BooleanField(null=True), according to the
3650 2.1 upgrade recommendations.
3751
3852 * Changed the removed django.contrib.auth.views.logout to LogoutView.
@@ -42,13 +56,14 @@ ietfdb (7.5.0) ietf; urgency=medium
4256 * Adjusted the code to the attribute name change from ._size to .size in
4357 file upload objects.
4458
45- * Updated the requirements for Django 2.1
59+ * Updated various component requirements to match Django 2.1.
4660
47- * The .render() method of widgets now must accept an additional keyword
61+ * The .render() method of widgets must now accept an additional keyword
4862 argument 'renderer'; adjusted the code accordingly (including a library
4963 patch -- pull request also submitted).
5064
51- -- Henrik Levkowetz <henrik@levkowetz.com> 24 Jun 2020 20:45:14 +0000
65+ -- Henrik Levkowetz <henrik@levkowetz.com> 27 Jun 2020 12:20:30 +0000
66+
5267
5368ietfdb (7.4.0) ietf; urgency=medium
5469
0 commit comments