datatracker/ietf/meeting
Robert Sparks 50668c97cd
feat: apis for attaching chatlogs and polls to session materials (#4488)
* feat: apis for attaching chatlogs and polls to session materials

* fix: anticipate becoming tzaware, and improve guard against attempts to provide docs for sessions that have no official timeslot assignment.

* fix: get chatlog upload to actually work

Modifications to several initial implementation decisions.
Updates to the fixtures.

* fix: test polls upload

Refactored test to reduce duplicate code

* fix: allow api keys to be created for the new endpoints

* feat: add ability to view chatlog and polls documents. Show links in session materials.

* fix: commit new template

* fix: typo in migration signatures

* feat: add main doc page handling for polls. Improve tests.

* feat: chat log vue component + embedded vue loader

* feat: render polls using Vue

* fix: address pug syntax review comments from Nick.

* fix: repair remaining mention of chat log from copymunging

* fix: use double-quotes in html attributes

* fix: provide missing choices update migration

* test: silence html validator empty attr warnings

* test: fix test_runner config

* fix: locate session when looking at a dochistory object for polls or chatlog

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-10-13 09:20:36 -05:00
..
fixtures Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
management chore: remove session_purpose_demo mgmt command. Fixes #4290. (#4309) 2022-08-04 11:25:57 -05:00
migrations chore: update to pytz 2022.2.1 (#4342) 2022-08-18 11:40:51 -05:00
templatetags fix: Use new schedule editor icons picked by @flynnliz (#4407) 2022-09-06 12:11:59 -05: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 feat: improve admin for Meeting Attended (#4233) 2022-07-20 15:15:48 -05:00
factories.py fix: Compute 8989 eligibility using actual attendance data. (#4236) 2022-07-21 12:58:32 -05:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
forms.py fix: allow 90m session requests. Prompt for cannot meet at time reasoning. (#4345) 2022-08-19 09:11:44 -05:00
helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
models.py feat: replace old agenda with agenda-neue (#4406) 2022-10-12 15:46:28 -05:00
resources.py feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
test_data.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
test_procmat.pdf Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_forms.py fix: Authorize interim session requests using data-driven group roles (#4120) 2022-06-22 14:00:44 -05:00
tests_helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
tests_js.py feat: replace old agenda with agenda-neue (#4406) 2022-10-12 15:46:28 -05:00
tests_models.py fix: link to jabber logs for old meetings (#4250) 2022-07-24 09:06:23 -05:00
tests_schedule_forms.py fix: allow 90m session requests. Prompt for cannot meet at time reasoning. (#4345) 2022-08-19 09:11:44 -05:00
tests_schedule_generator.py Use temporary directories instead of "real" filesystem for tests. Fixes #3414. Commit ready for merge. 2021-11-05 19:45:57 +00:00
tests_views.py feat: replace old agenda with agenda-neue (#4406) 2022-10-12 15:46:28 -05:00
urls.py feat: replace old agenda with agenda-neue (#4406) 2022-10-12 15:46:28 -05:00
utils.py feat: apis for attaching chatlogs and polls to session materials (#4488) 2022-10-13 09:20:36 -05:00
views.py feat: apis for attaching chatlogs and polls to session materials (#4488) 2022-10-13 09:20:36 -05:00
views_proceedings.py fix: handle invalid fields properly in proc material upload form (#3784) 2022-04-07 22:58:01 -03:00