|
| 1 | +ietfdb (7.7.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Automatic meeting scheduler, improved support for remote instructions** |
| 4 | + |
| 5 | + This release introduces the generate_schedule command, which will do auto- |
| 6 | + layout of the schedule for an IETF meeting, with minimized conflicts. The |
| 7 | + auto-scheduler output can also be used as input for further manual tweaks. |
| 8 | + The goodness of the generated schedule very much depends on how complete the |
| 9 | + input constraints are, and on the indicated cost of violating the various |
| 10 | + constaints. It is expected that experience with using the output of the |
| 11 | + auto-scheduler will lead to adjustment of the cost of violating various |
| 12 | + constraints, and possibly also the introduction of new constraints. |
| 13 | + |
| 14 | + There is also some other features, including support for the secretariat to |
| 15 | + edit the remote_instructions field of sessions, which is necessary in order |
| 16 | + to set remote call-in URLs for meeting sessions taking place in rooms that |
| 17 | + don't already have a regular Meetecho channel. |
| 18 | + |
| 19 | + From the commit log: |
| 20 | + |
| 21 | + * Merged in the final part of the automatic scheduler from sasha@dashcare.nl. |
| 22 | + |
| 23 | + * Renamed and adjusted a migration to avoid multiple migration leaf nodes. |
| 24 | + |
| 25 | + * Fixed an issue with openid_userinfo() for persons with no email address. |
| 26 | + |
| 27 | + * Renamed the automatic schedule generator command from 'schedule_generator' |
| 28 | + to 'generate_schedule', so as to match our other 'generate_*' management |
| 29 | + commands. Added some switches to the command, and added more information |
| 30 | + to the default output, providing information about number of optimisation |
| 31 | + runs and time consumed. Added a default value for the meeting option. |
| 32 | + |
| 33 | + * Made it possible to provide a name to use for the generated schedule, and |
| 34 | + changed the autogenerated names to be easier to remember and type for |
| 35 | + later manual work based on an autogenerated schedule. |
| 36 | + |
| 37 | + * Removed the command to purge request_profiler entries, given that |
| 38 | + request_profiler is incompatible with Django 2.2 and has been removed |
| 39 | + |
| 40 | + * Fixed a bug in the caching of the agenda, where too much of the page was |
| 41 | + cached. Fixes issue #3008. |
| 42 | + |
| 43 | + * Added a guard against trying to serialize session UTC start time for a |
| 44 | + meeting with unknown timezone. |
| 45 | + |
| 46 | + * Renamed a test module to conform to our name convention ('test_...' to |
| 47 | + 'tests_...'). |
| 48 | + |
| 49 | + * Tweaked the HTML that puts session links and calendar links on the session |
| 50 | + details page so as to put them on the same line. |
| 51 | + |
| 52 | + * Added some CSRF settings to make login from a meetecho iframe possible. |
| 53 | + |
| 54 | + * Added 'remote_instructions' as an editable field for misc. sessions in |
| 55 | + the secretariat app, in order to be able to set remote access URLs. |
| 56 | + |
| 57 | + * Reworked the support for remote access urls in the agenda_note and |
| 58 | + remote_instructions fields of Session objects so as to accept any of a list |
| 59 | + of conference service domains as remote call-in URLs (i.e., not only webex). |
| 60 | + |
| 61 | + -- Henrik Levkowetz <henrik@levkowetz.com> 01 Jul 2020 16:34:49 +0000 |
| 62 | + |
| 63 | + |
1 | 64 | ietfdb (7.6.0) ietf; urgency=medium |
2 | 65 |
|
3 | 66 | Django 2.2 transition changes: |
|
0 commit comments