|
| 1 | +ietfdb (7.3.1) ietf; urgency=medium |
| 2 | + |
| 3 | + **Updates to meeting registration handling and group editing; and bug fixes** |
| 4 | + |
| 5 | + * The fields ticket_type and reg_type are now part of MeetingRegistration. |
| 6 | + Made the conditional handling of these attributes in the OpenID |
| 7 | + "registration" scope handler unconditional. |
| 8 | + |
| 9 | + * Fixed an incorrect admin site search field specification that prevented |
| 10 | + certain serches from working in the admin site. |
| 11 | + |
| 12 | + * Changed the settings_local.py for the docker image to use the database |
| 13 | + type enforced in docker/updatedb. |
| 14 | + |
| 15 | + * Fixed an issue with multiple objects matching a registsration record |
| 16 | + fetched from the registration system (this has been caused by not |
| 17 | + correctly detecting updates to the registration system details). |
| 18 | + |
| 19 | + * Added a MeetingRegistration.attended field, to keep apart attendance |
| 20 | + at a meeting and registration for a meeting. |
| 21 | + |
| 22 | + * Updated meeting attendance and nomcom eligibility calculations to take |
| 23 | + the MeetingRegistration.attendance flag into account. |
| 24 | + |
| 25 | + * Added some code to set the meeting attendance flag when Meetecho pulls |
| 26 | + OAuth2 profile data for session participation between the start and end |
| 27 | + dates for a meeting. |
| 28 | + |
| 29 | + * Updated the api_new_meeting_registration() endpoint to set all provided |
| 30 | + fields correctly. Fixes a bug that left some fields unset. |
| 31 | + |
| 32 | + * Expanded the test case for api_new_meeting_registration() to test both |
| 33 | + the existing and new account case, and test that additional table fields are |
| 34 | + set appropriately. |
| 35 | + |
| 36 | + * Merged in [17908] from rjsparks@nostrum.com: |
| 37 | + Added used_roles to Group and default_used_roles to GroupFeatures. |
| 38 | + Dynamically build the group edit form to provide a field for all |
| 39 | + used_roles. Fixes #2785 and #2572. Partially addresses #2160. |
| 40 | + |
| 41 | + * Added hourly generation of two static files: 1wg-charter*.txt |
| 42 | + |
| 43 | + |
| 44 | + -- Henrik Levkowetz <henrik@levkowetz.com> 10 Jun 2020 20:58:50 +0000 |
| 45 | + |
| 46 | + |
1 | 47 | ietfdb (7.3.0) ietf; urgency=medium |
2 | 48 |
|
3 | 49 | **API for account creation triggered by meeting registration** |
|
0 commit comments