Jennifer Richards
Jennifer Richards
### Describe the issue When a session has slides but no agenda, the "show meeting materials" button on the meeting agenda page is not shown. This leaves the slides inaccessible...
### Describe the issue If all email addresses for a logged-in user are deactivated (`active=False`), the `ietf.community.views.view_list()` view causes a 500 error if they view their own list. This is...
### Description Need to create Celery tasks to replace the following management commands * `ietf/doc/management/commands/generate_idnits2_rfc_status.py` * `ietf/doc/management/commands/generate_idnits2_rfcs_obsoleted.py` * `ietf/doc/management/commands/generate_draft_bibxml_files.py` The last of these has options that I believe are not...
### Describe the issue From the "Upload agenda" page for a group session (`meeting//session/agenda`), clicking "Save" with the "Upload agenda" option selected causes a server error. The traceback is ```...
### Describe the issue The `ietf.meeting.views.upload_session_slides()` view is fragile and should be refactored. It works by: 1. Checking whether a `Document` already exists and either creating one or fetching the...
### Describe the issue Following IETF-117, the slides document `slides-117-dult-detecting-unwanted-location-trackers-rev-e-00` was linked to a `SessionPresentation` with `rev=None`. The `rev` field should have matched that from the `Document`, which had `rev="00"`....
### Describe the issue The materials page for a group with multiple sessions at a full IETF meeting allows drag/drop reordering of slide decks and allows slides to be dragged...
This addresses #7104 - but note that it adds significant constraints to the email addresses allowed for new user registration.
### Description The datatracker generates iCalendar (RFC5545) compatible files in several places. These are generated via Django template interpolation. These templates involve quite a bit of conditional logic and wind...
### Describe the issue If a submission fails validation in a way that prevents metadata extraction (e.g., due to a title mismatch as in #5691), the submission status page shows...