|
| 1 | +ietfdb (6.24.0) ietf; urgency=high |
| 2 | + |
| 3 | + **Interim meeting management** |
| 4 | + |
| 5 | + This release adds support for management of Interim Meetings by merging in |
| 6 | + ^/branch/amsl/interim/6.21.0 from rcross@amsl.com. ADs and chairs can |
| 7 | + request virtual or in person meetings. Authorized users have access to |
| 8 | + views for approval, scheduling and notification of interim meetings. Users |
| 9 | + can view a sortable / filterable list of upcoming meetings and download |
| 10 | + iCalendar files. For complete details see here the statement of work: |
| 11 | + https://datatracker.ietf.org/doc/draft-sparks-genarea-interim-management/ |
| 12 | + |
| 13 | + There are also some unrelated minor tweaks, as part of this release: |
| 14 | + |
| 15 | + * Added a score of setting save/restores to test setup/teardown actions. |
| 16 | + |
| 17 | + * Tweaked the test crawler a bit to skip some slow and meaningless checks. |
| 18 | + |
| 19 | + * Updated docker/settings_local.py |
| 20 | + |
| 21 | + * Avoid multiple doctype declarations and other html errors by parsing |
| 22 | + sesion agenda html files and inserting our title and doctype. |
| 23 | + |
| 24 | + * Added caching to some meeting methods which are called multiple times |
| 25 | + when generating the IETF agenda. |
| 26 | + |
| 27 | + * Fixed a bug in find-history-replacement-active-at() where multiple |
| 28 | + history entries with the same timestamp would be unordered. This led to |
| 29 | + the wrong historic group info being shown in some cases (e.g., |
| 30 | + meeting/86/agenda would show dmmnew instead of dmm, leading to wrong agenda |
| 31 | + links) |
| 32 | + |
| 33 | + * Tweaked the styling of meeting rows to avoid wrapping the interim |
| 34 | + meeting names, and added meeting links for the IETF meetings. |
| 35 | + |
| 36 | + * Moved a check for session data being present up to before we try to use it |
| 37 | + in announcement.views.confirm(), fixing a server 500 error. |
| 38 | + |
| 39 | + -- Henrik Levkowetz <henrik@levkowetz.com> 21 Jun 2016 19:15:08 +0000 |
| 40 | + |
| 41 | + |
1 | 42 | ietfdb (6.23.0) ietf; urgency=low |
2 | 43 |
|
3 | 44 | **Additional account creation safeguards** |
|
0 commit comments