Jennifer Richards

Results 80 issues of 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...

enhancement
major
accepted
component: doc/

### 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,...

bug
medium
accepted
component: submit/

### 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...

enhancement
medium
accepted
contrib-medium
code cleanup

### 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...

enhancement
medium
accepted
contrib-medium

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")....

bug
minor
accepted
component: meeting/
component: group/
contrib-easy

### 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...

bug
medium
accepted
component: doc/

### 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...

bug
medium
accepted
component: api/