Bram Luyten
Bram Luyten
Not sure if this use case is shared among others: I use Scanbot to scan my receipts as multi-page PDFs. Would be great if this tool could work on these...
Traditionally, labels for the submission forms were managed in input-forms.xml, outside of the general message catalog. It's not 100% clear to me how we are going to tackle i18n for...
**Describe the bug** Sitemaps entries in https://github.com/DSpace/dspace-angular/blob/main/src/robots.txt are not full qualified urls **To Reproduce** Steps to reproduce the behavior: 1. Visit the robots.txt of any DSpace 7 installation 2. Look...
**Describe the bug** The OpenSearch / RSS feeds don't show anything useful for person entities. On the bright side, it's definitely not leaking out too much info about Person entities,...
**Context for this issue** DSpace supports use cases via the public ORCID API and via the (paid) ORCID Member API The configuration has parameters to configure the endpoints for the...
Fixes #2709
**Describe the bug** We're seeing in search console for several of our clients that bots go into facet links on entity pages. Given that this doesn't contribute to the quality...
**Describe the bug** It is impossible to create a new metadata schema from the UI when the namespace fields contains a period. Periods are very common in the namespace field...
A few refactor ideas for [IndexClient](https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/discovery/IndexClient.java). Overall, I was looking for opportunities to make that huge `internalRun` method more concise. **Idea 1: split off the identification of the indexableobject** High...