|
| 1 | +ietfdb (6.126.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Groundwork for upcoming automatic scheduling assistance** |
| 4 | + |
| 5 | + * Merged in ^/branch/dash/automatic-scheduler@17395 from sasha@dashcare.nl, |
| 6 | + which adds groundwork for upcoming automatic scheduling assistance: |
| 7 | + |
| 8 | + ~ Added a management command to create a dummy IETF 999 meeting. |
| 9 | + |
| 10 | + ~ Added display of new constraints and joint sessions to agenda builder |
| 11 | + interface. |
| 12 | + |
| 13 | + ~ The new timerange, time_relation and wg_adjacent constraints, along with |
| 14 | + the joint_with_groups option, are now reflected in the special requests |
| 15 | + field. This allows them to be taken into account while scheduling |
| 16 | + sessions. |
| 17 | + |
| 18 | + ~ Clarified the wording in the session request form regarding conflicts |
| 19 | + with BOFs. |
| 20 | + |
| 21 | + ~ Added support for structured entry and storage of joint sessions in |
| 22 | + meetings: |
| 23 | + |
| 24 | + - Also adds additional tests for the SessionForm |
| 25 | + - Fixes a javascript error in session requests for non-WG groups, |
| 26 | + that could cause incorrect form behaviour. |
| 27 | + - Expands the tests added in [17289] a bit. |
| 28 | + |
| 29 | + ~ Added support for the timerange, wg_adjacent and time_relation |
| 30 | + constraints. This adds three new constraints to the database and |
| 31 | + relevant UIs: |
| 32 | + |
| 33 | + - timerange: "This WG can't meet during these timeframes" |
| 34 | + - wg_adjacent: "Schedule adjacent to another WG (directly following, |
| 35 | + no breaks, same room)" |
| 36 | + - time_relation: schedule the two sessions of one WG on subsequent |
| 37 | + days or with at least one day seperation |
| 38 | + |
| 39 | + -- Henrik Levkowetz <henrik@levkowetz.com> 09 Apr 2020 16:25:23 +0000 |
| 40 | + |
| 41 | + |
| 42 | +ietfdb (6.125.0) ietf; urgency=medium |
| 43 | + |
| 44 | + **Various meeting-related fixes and improvements** |
| 45 | + |
| 46 | + * Merged in [17590] from rcross@amsl.com: |
| 47 | + Added support for variable length meetings to secr/meetings app. |
| 48 | + |
| 49 | + * Changed the handling of some exceptions during draft submission to give |
| 50 | + user feedback rather than server 500 responses, in order to deal better |
| 51 | + with severely malformed drafts. |
| 52 | + |
| 53 | + * Added a workaround for the current libmagic on OpenSUSE, which quite |
| 54 | + easily can mischaracterise text/plain documents as text/x-Algol68. Fixes |
| 55 | + issues #2941 and #2956. |
| 56 | + |
| 57 | + * Added validation of the session duration in interim meeting requests, with |
| 58 | + added values in settings.py for min and max duration. |
| 59 | + |
| 60 | + * Clarified the standalone XML draft submission requirements, and |
| 61 | + mentioned the xml2rfc switch to use for v3 sources. |
| 62 | + |
| 63 | + * Changes to accept a wider range of URLs when displaying call-in links from |
| 64 | + the Session agenda_note and remote_instructions fields. |
| 65 | + |
| 66 | + * Changed some fields to raw_id_fields in the MessageAdmin, for improved |
| 67 | + admin page load times. |
| 68 | + |
| 69 | + * Added 'Remote instructions' at the top of interim sesssion pages, and |
| 70 | + made the 'Meeting Details' button available to the group chairs, not only |
| 71 | + secretariat. |
| 72 | + |
| 73 | + -- Henrik Levkowetz <henrik@levkowetz.com> 08 Apr 2020 16:51:46 +0000 |
| 74 | + |
| 75 | + |
1 | 76 | ietfdb (6.124.0) ietf; urgency=medium |
2 | 77 |
|
3 | 78 | **Enhanced 'Upcoming Meetings' page, and more** |
|
0 commit comments