Jennifer Richards

Results 80 issues of Jennifer Richards

### Describe the issue The Stream section of the document_main page for a document (`/doc/draft-some-draft/`) and the JSON for the document (`/doc/draft-some-draft/doc.json`) sometimes show different email addresses for the document...

bug
medium
accepted
component: doc/

### Description URL routings for the datatracker are defined using `ietf.utils.urls.url()` in the various `urls.py` files. This was a wrapper around Django's long-deprecated `url()` method (deprecated in Django 3.1, [removed...

enhancement
medium
accepted
code cleanup

### Describe the issue In an XML draft with the following ```xml ``` running `xml2rfc` is inconsistent about whether this is allowed. E.g., text output works: ``` $ xml2rfc --text...

bug
medium

### Describe the issue Encountered in debugging https://github.com/ietf-tools/datatracker/issues/7405, a missing file referred to by the `src` attribute in a `` element results in ``` /Users/jennifer/ietf/tmp/draft-ietf-sidrops-aspa-profile.xml(169): Error: Expected an src= file...

bug

Add django-rest-framework and friends, then reimplement the existing API. Generates nearly the same API schema with a few notable exceptions: * Several URLs have moved around a bit (e.g., things...

Long lines cause massive slowdowns parsing text drafts with the `PlaintextDraft` class - up to 1000x compared to shorter lines. This limits the width that is examined when parsing a...

### Describe the issue For testing / dev environments, an test SMTP server is used to handle messages the Datatracker sends. This uses the `smtpd` library which was deprecated in...

bug
medium
accepted
component: Datatracker: Testing
contrib-medium