Scott Barnes
Scott Barnes
Closes #6830 Fix ### Technical I am not sure it is the best approach, but a simple fix for the left-hand menu would be changing `$:macros.WorldcatLink(isbn=isbn_13, oclc_numbers=oclc_numbers, referer=page.url(relative=False))` to `$:macros.WorldcatLink(isbn=isbn_13...
Partial fix for #6755 refactor ### Stakeholders @cclauss
Partial fix for #6755 Refactor ### Technical Added more type hints from type annotations. ### Testing Although there is an `assert` at line 573 in `addbook.py`, this should not change...
Closes #6294 Fix ### Technical This fixes the "notfound" error that occurs when adding an existing work, but a new edition, via /books/add. It also fixes a related `KeyError` that...
When entering a book via http://localhost:8080/books/add, the text entered into the "Author" field is only added to the book's record if the patron clicks on the pop-up for (1) the...
We should add Sentry client-side performance tracking (core web vitals). ### Stakeholders @cdrini
Closes #2643 Feature. This PR makes the import source listed in a history comment of an edition show the original import source, rather than the latest, which is what @cdrini...
Partially closes #7349 Related: internetarchive/infogami#217 Feature. ### Technical This PR does three things: - Make name search case insensitive (though really this is an Infogami change); - Drop a variety...
I am not sure that this is a bug, but I noticed when parsing MARC records that `]` in places names is not removed. For example, consider [this MARC record](https://ia801603.us.archive.org/fetchmarc.php?path=/22/items/lesnoirsetlesrou0000garl/lesnoirsetlesrou0000garl_marc.xml):...
### Problem It looks as if around May 4th some of the Grafana dashboards stopped recording data (e.g. Bot/Crawler Traffic, HTTP Status Codes, and several others). ### Reproducing the bug...