Jennifer Richards
Jennifer Richards
### Description The `DocumentAuthor` model links a `Document` with a `Person`, but that person's name may change over time. Furthermore, the name format in the `Document` may be different from...
### Describe the issue Following a server restart, the celery workers were not running while a couple of submissions came in. When this was noticed and the celery worker started,...
### Description The code to apply our custom patches to libraries in `checks.py` and the `patch_libraries` management command does the same thing but handles errors in different ways. These should...
### Description The patch code in `ietf/utils/patch.py` is a copy of a now-abandoned library that is aging poorly. Should replace with something better maintained. One possibility is [diff-match-patch](https://github.com/google/diff-match-patch/wiki/API). ### Code...
When in dev mode, applies styling to the Django admin site that resembles main site's dev mode. It also changes the admin title from "Django administration" to "Datatracker administration". This...
### Describe the issue On the upcoming meetings page, the top section's title is "Meetings in progress". This section is really "Meetings Today" (for some probably timezone-sloppy definition of "today")....
Fixes #7224
### Describe the issue A `Document` is linked to its shepherd via a foreign key to the `Email` model. If a shepherd deactivates the address used in that link, this...
### Describe the issue The draft aliases update cron job is consistently failing its run shortly after midnight, US Pacific time. This is happening because at least one draft that...