Henrik Levkowetz
40f38a343b
Merged in [17864] from housley@vigilsec.com:
...
Add /meeting/<num>/agenda pages to the slowpages cache. While I was in the template, I also did a recent ticket. Fixes #2992 .
- Legacy-Id: 17876
Note: SVN reference [17864] has been migrated to Git commit 5dc4931f87
2020-05-21 22:36:24 +00:00
Russ Housley
5dc4931f87
Add /meeting/<num>/agenda pages to the slowpages cache. While I was in the template, I also did a recent ticket. Fixes #2992 .
...
- Legacy-Id: 17864
2020-05-21 14:42:37 +00:00
Henrik Levkowetz
d9a40f8ef4
Renamed some view funtions for consistency. Almost all .json enpoints were named *_json(), but not all. Fixed in this commit, together with the equivalent renaiming for one .ical endpoint.
...
- Legacy-Id: 17855
2020-05-20 14:19:37 +00:00
Henrik Levkowetz
f53d03e7ef
Merged in [17835] from pusateri@bangj.com:
...
Add agenda_note and remote_instructions to agenda.json API. Fixes #2955 .
- Legacy-Id: 17853
Note: SVN reference [17835] has been migrated to Git commit d275a78bce
2020-05-20 12:06:23 +00:00
Tom Pusateri
d275a78bce
Add agenda_note and remote_instructions to agenda.json API. Commit ready for merge. Fixes #2955 .
...
- Legacy-Id: 17835
2020-05-19 15:53:38 +00:00
Henrik Levkowetz
488ff08352
Merged in ^/personal/henrik/6.129.2-django2.0 which contains an upgrade of Django from 1.11 to 2.0, with the code changes needed.
...
- Legacy-Id: 17817
2020-05-18 06:50:50 +00:00
Henrik Levkowetz
e87dd6b599
Merged in [17797] from rjsparks@nostrum.com:
...
Better use of group type in interim announcement tools. Fixes #2989 .
- Legacy-Id: 17809
Note: SVN reference [17797] has been migrated to Git commit 9ba71bebac
2020-05-17 19:44:39 +00:00
Henrik Levkowetz
bc05e7a8d0
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
...
- Legacy-Id: 17807
2020-05-16 20:20:05 +00:00
Robert Sparks
9ba71bebac
Better use of group type in interim announcement tools. Fixes #2989 . Commit ready for merge.
...
- Legacy-Id: 17797
2020-05-14 22:38:02 +00:00
Henrik Levkowetz
aa9db4995a
Disabled a test that is unreliable under Django 2.
...
- Legacy-Id: 17795
2020-05-14 15:57:21 +00:00
Henrik Levkowetz
c9f69f1869
Fixed a bug in upcoming()
...
- Legacy-Id: 17791
2020-05-13 12:57:58 +00:00
Henrik Levkowetz
154876a12a
Merged in ^/trunk@17782 (just ahead of release 6.130.0)
...
- Legacy-Id: 17783
2020-05-12 15:54:46 +00:00
Henrik Levkowetz
4f4c3fd980
Based on [17694] from mark@painless-security.com, this merges in a set of changes that provides agenda-like details on session meeting view, and fixes issue #2751 . It also aligns the styling of materials and resources link lists on the upcoming meetings and ietf agenda pages, and adds calendar symbols with links and recordings symbols with links to interim meeting pages.
...
- Legacy-Id: 17782
Note: SVN reference [17694] has been migrated to Git commit 4df7e5531f8273892c71a363cf328bb324585204
2020-05-12 13:35:57 +00:00
Henrik Levkowetz
aa4bee7a19
Added set-up and tear-down of test directores for HasMeetingsTests
...
- Legacy-Id: 17776
2020-05-11 14:41:42 +00:00
Henrik Levkowetz
a26ace5bfa
Merged in [17764] from rjsparks@nostrum.com:
...
Allow IAB programs to use normal meeting mechanics. Fixes #2970 .
- Legacy-Id: 17773
Note: SVN reference [17764] has been migrated to Git commit fb8e5c6842
2020-05-11 11:41:22 +00:00
Henrik Levkowetz
b04171b526
Added guards against using attributes of None in a couple of places.
...
- Legacy-Id: 17772
2020-05-10 15:47:24 +00:00
Robert Sparks
fb8e5c6842
Allow IAB programs to use normal meeting mechanics. Fixes #2970 . Commit ready for merge.
...
- Legacy-Id: 17764
2020-05-08 21:11:25 +00:00
Henrik Levkowetz
6d7c5b52ee
Django 2.0 conversion. Test suite passes, except for javascript tests.
...
- Legacy-Id: 17762
2020-05-08 13:07:07 +00:00
Henrik Levkowetz
dcd2b69b4f
Merged in [17724] from rjsparks@nostrum.com:
...
Use normal material management permissions for uploading bluesheets. Fixes #2975 .
- Legacy-Id: 17740
Note: SVN reference [17724] has been migrated to Git commit 139bcc1b7d
2020-05-05 14:23:26 +00:00
Henrik Levkowetz
6f1186672f
Merged in code from mark@painless-security.com in [17694] which provides historic_group information in the session_details() view, and a test case for same. Added 'now' information in the template dictionary, for use when rendering old (vs. upcoming) session details. Commit ready for merge.
...
- Legacy-Id: 17738
Note: SVN reference [17694] has been migrated to Git commit 4df7e5531f8273892c71a363cf328bb324585204
2020-05-05 13:04:11 +00:00
Henrik Levkowetz
280c356e5d
Fixed a problem with SchedTimeSessAssignment.slug() for sessions without historic_group information. Commit ready to merge.
...
- Legacy-Id: 17737
2020-05-05 12:59:14 +00:00
Henrik Levkowetz
4b4894b32c
Merged in [17712] from rjsparks@nostrum.com:
...
Add a webcal link to /meetings/upcoming. Partially addresses #2971 . Adding this to the main agenda page will require some js juggling, and I think getting some runtime with it first to make sure it is what we want makes sense.
- Legacy-Id: 17734
Note: SVN reference [17712] has been migrated to Git commit 88b3ae87da
2020-05-05 12:37:42 +00:00
Henrik Levkowetz
7444388949
Fixed a pyflakes issue
...
- Legacy-Id: 17728
2020-05-04 18:56:04 +00:00
Henrik Levkowetz
f53f667f75
Added a first iteration of /meeting/upcoming.json for Meetecho use, with the expectation that buildout and tweaks may be required.
...
- Legacy-Id: 17727
2020-05-04 18:47:14 +00:00
Robert Sparks
139bcc1b7d
Use normal material management permissions for uploading bluesheets. Fixes #2975 . Commit ready for merge.
...
- Legacy-Id: 17724
2020-05-01 19:11:45 +00:00
Henrik Levkowetz
b3733de346
Added a migration for updated timezone names and added validation for sechedule names.
...
- Legacy-Id: 17713
2020-05-01 08:45:43 +00:00
Robert Sparks
88b3ae87da
Add a webcal link to /meetings/upcoming. Partially addresses #2971 . Adding this to the main agenda page will require some js juggling, and I think getting some runtime with it first to make sure it is what we want makes sense.
...
- Legacy-Id: 17712
2020-04-30 22:06:09 +00:00
Henrik Levkowetz
42995fadea
Merged in ^/branch/iola/meeting-improvement-r17214@17617, which provides a new meeting schedule editor.
...
- Legacy-Id: 17701
2020-04-28 14:34:34 +00:00
Henrik Levkowetz
c556820f5f
Fixed a server 500 on missing flooplan image file, which should have returned a 404.
...
- Legacy-Id: 17689
2020-04-25 19:10:06 +00:00
Henrik Levkowetz
8a7f4ce96e
Enhanced [17687] slightly, adding rendering of other status settings than cancelled, and adding warning background for cancelled. See issue #2963 .
...
- Legacy-Id: 17688
Note: SVN reference [17687] has been migrated to Git commit 48562d131b
2020-04-25 14:34:56 +00:00
Henrik Levkowetz
48562d131b
Changed the date/datetime at the top of meeting session pages to indicate timezone, and be given in UTC for virtual interim meetings, but meeting timezone with UTC in parentheses for in-person meetings. Fixes issue #2963 .
...
- Legacy-Id: 17687
2020-04-25 12:02:05 +00:00
Henrik Levkowetz
788321dbf3
Added two new methods to TimeSlot: local_start_time() and local_end_time().
...
- Legacy-Id: 17682
2020-04-24 15:13:39 +00:00
Henrik Levkowetz
9aeda11a29
Removed some Py2 compatibility decorators.
...
- Legacy-Id: 17673
2020-04-21 13:54:31 +00:00
Robert Sparks
d981076432
Refactor disqualifying roles into one place. Commit ready for merge.
...
- Legacy-Id: 17650
2020-04-15 22:34:44 +00:00
Robert Sparks
b387599dac
Follow RFC8713 section 4.15 for roles that disqualify for nomcom. Fixes #2944 . Commit ready for merge.
...
- Legacy-Id: 17649
2020-04-15 21:39:58 +00:00
Henrik Levkowetz
f2b883d2bb
Merged in ^/trunk@17617.
...
- Legacy-Id: 17618
2020-04-14 17:11:51 +00:00
Ole Laursen
6c48575042
Swap the axes in the meeting schedule editor and rework it to allow
...
flowing the days.
Add JS workaround for missing position sticky support, instead of the
CSS workaround which added an annoying padding for everyone.
- Legacy-Id: 17616
2020-04-09 18:16:56 +00:00
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
Henrik Levkowetz
0df0a87a48
Added a workaround for the current libmagic which quite easily can mischaracterise text/plain documents as text/x-Algol68. Fixes issues #2941 and #2956 .
...
- Legacy-Id: 17594
2020-04-07 18:33:24 +00:00
Henrik Levkowetz
f10ddadc0e
Merged in changes from trunk up to r17584.
...
- Legacy-Id: 17593
2020-04-07 16:02:52 +00:00
Henrik Levkowetz
5cecc0bee2
Added validation of the duration in interim meeting requests, with settings for min and max duration in settings.
...
- Legacy-Id: 17591
2020-04-07 10:40:14 +00:00
Henrik Levkowetz
47e33a39f4
Added 'Remote instructions' at the top of interim sesssion pages, and made the 'Meeting Details' button available to the group chairs, not only secretariat.
...
- Legacy-Id: 17586
2020-04-03 13:36:36 +00:00
Henrik Levkowetz
b74ce877f8
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 .
...
- Legacy-Id: 17576
Note: SVN reference [17555] has been migrated to Git commit e9756d8987
2020-04-03 09:19:34 +00:00
Henrik Levkowetz
d266a8b02d
Added verification of response data to IphoneAppJsonTests
...
- Legacy-Id: 17572
2020-04-01 15:14:16 +00:00
Henrik Levkowetz
05cd2b9e09
Merged in [17564] from pusateri@bangj.com:
...
Added interim meetings to agenda.json API. Fixes #2946 .
- Legacy-Id: 17571
Note: SVN reference [17564] has been migrated to Git commit c2b40c3da8
2020-04-01 14:21:34 +00:00
Tom Pusateri
c2b40c3da8
Add interim meetings to agenda.json API. Fixes #2946 . Commit ready for merge.
...
- Legacy-Id: 17564
2020-03-31 04:39:00 +00:00
Ole Laursen
fa9b19e3a8
When a schedule is read only, only disable the part of the JS that
...
actually changes things so that the rest is still working
- Legacy-Id: 17560
2020-03-30 18:16:37 +00:00
Robert Sparks
e9756d8987
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.
...
- Legacy-Id: 17555
2020-03-27 22:47:38 +00:00
Robert Sparks
8e9d65e7e0
Repair construction of group_hierarchy used for the customisation controls at /meeting/upcoming. Fixes #2940 . Commit ready for merge.
...
- Legacy-Id: 17543
2020-03-26 19:07:10 +00:00
Robert Sparks
35759c2580
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.
...
- Legacy-Id: 17538
2020-03-25 18:58:17 +00:00