Alec Smecher
Alec Smecher
It appears that [URL-based parameters are parsed](https://github.com/hypothesis/pdf.js-hypothes.is/blob/6dd681bf04fd9b0121c7c03de3b7b9bb3a3a1101/viewer/web/viewer.js#L1747) from the viewer URL in order to configure the PDF reader, but only the `file` parameter is currently supported. Setting other viewer options,...
**Describe the bug** When a collective contains a table, and the table cell contains consecutive newlines, the content gets garbled with a save/reload cycle. **To Reproduce** Steps to reproduce the...
Split from https://github.com/pkp/pkp-lib/issues/10138: The PDF article viewer (https://github.com/pkp/pdfJsViewer) currently uses the plaintext article title when presenting an article galley. Since OJS 3.4.0-x now supports rich text in article titles, this...
**Describe the bug** The ONIX plugin has calls to `getLocalized`... functions, which will get localized data based on the exporting user's current locale. Metadata exports shouldn't depend on the current...
License information is not currently present in the ONIX export, and DOAB would like for it to be included. DOAB suggests we use the following ONIX field(s): > DescriptiveDetail EpubLicense/EpubLicenseExpression/EpubLicenseExpressionLink...
## For the Release Notebook ## Items needing addition to the 3.5.0 Release Notebook should be noted here. - [ ] Invitations toolset https://github.com/pkp/pkp-lib/issues/9197 - [ ] Slim API endpoints...
**Describe the bug** Raised in https://github.com/pkp/pkp-lib/discussions/7975 and elsewhere: Storing the category IDs for the publication in the `publication_settings` table is problematic for several reasons: - It doesn't support relational integrity...
IP-based subscriptions currently only support IPv4 addresses. Add support for IPv6.
**Describe the bug** Raised in https://github.com/pkp/pkp-lib/discussions/7975 and elsewhere: Storing the issue ID for the publication in the `publication_settings` table is problematic for several reasons: - It doesn't support relational integrity...
This issue is a continuation of https://github.com/pkp/pkp-lib/issues/6093. The remaining missing foreign key constraints will require some code changes to move away from the use of `0` as a reserved case....