datatracker/ietf/meeting
Henrik Levkowetz b143dd407f Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for
upcoming automatic scheduling assistance:

 . Added a management command to create a dummy IETF 999 meeting.

 . Added display of new constraints and joint sessions to agenda builder
   interface.

 . The new timerange, time_relation and wg_adjacent constraints, along with
   the joint_with_groups option, are now reflected in the special requests
   field.  This allows them to be taken into account while scheduling
   sessions.

 . Clarified the wording in the session request form regarding conflicts with
   BOFs.

 . Added support for structured entry and storage of joint sessions in
   meetings:

   - Also adds additional tests for the SessionForm
   - Fixes a javascript error in session requests for non-WG groups,
     that could cause incorrect form behaviour.
   - Expands the tests added in [17289] a bit.

 . Added support for the timerange, wg_adjacent and time_relation constraints.
   This adds three new constraints to the database and relevant UIs:

   - timerange: "This WG can't meet during these timeframes"
   - wg_adjacent: "Schedule adjacent to another WG (directly following,
     no breaks, same room)"
   - time_relation: schedule the two sessions of one WG on subsequent
     days or with at least one day seperation
 - Legacy-Id: 17605
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-04-08 20:41:29 +00:00
..
fixtures Updated the proceedings_templates fixture to provide the base proceedings template needed by tests, instead of a copy already instantiated for a specific meeting. 2016-12-05 12:55:20 +00:00
management Added a management command to create a dummy IETF 999 meeting. 2020-03-06 13:24:23 +00:00
migrations Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for 2020-04-08 20:41:29 +00:00
templatetags Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Added search fields to the admin index for SchedulingEvent. 2020-02-17 12:17:37 +00:00
ajax.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
factories.py Turn sessions into regular sessions and non-sessions into misc. 2019-12-06 20:02:26 +00:00
feeds.py Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri() 2020-01-07 13:33:02 +00:00
forms.py Added a workaround for the current libmagic which quite easily can mischaracterise text/plain documents as text/x-Algol68. Fixes issues #2941 and #2956. 2020-04-07 18:33:24 +00:00
helpers.py Allow an out-of-area AD assigned as the AD for a WG to approve interim requests for that WG. Fixes #2930. Commit ready for merge. 2020-03-25 18:58:17 +00:00
models.py Merged in ^/branch/dash/automatic-scheduler@17395, which adds groundwor for 2020-04-08 20:41:29 +00:00
resources.py Fixed a bug in the resource description for SchedulingEvent that prevented it from being accessed under /api/v1/meeting/schedulingevent/. 2020-02-17 12:20:14 +00:00
test_data.py Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though. Commit ready for merge. 2020-01-30 22:15:00 +00:00
tests_api.py Add display of new constraints and joint sessions to agenda builder interface. 2020-03-03 15:16:58 +00:00
tests_js.py Fix problem with missing names 2019-12-06 19:56:03 +00:00
tests_views.py Added validation of the duration in interim meeting requests, with settings for min and max duration in settings. 2020-04-07 10:40:14 +00:00
urls.py Added links to agenda/materials pop-up, materials download, etherpad, jabber room, and webex call-in session for interims on the upcoming meetings page. With the earlier changes from [17555], this fixes issue #2937. 2020-04-03 09:19:34 +00:00
utils.py Remove the not-quite-working customization widgets from /meeting/upcoming and /meeting/past. Simplify those views. Correct the list of sessions on those pages when one interim has more than one session. Fixes #2938. Partially addresses #2937. Commit ready for merge. 2020-03-27 22:47:38 +00:00
views.py Added a workaround for the current libmagic which quite easily can mischaracterise text/plain documents as text/x-Algol68. Fixes issues #2941 and #2956. 2020-04-07 18:33:24 +00:00