kshepherd
kshepherd
`setSelection` always finds child input elements and changes the `checked` property to `true`, even if `cascadeSelect` is `false` in the configuration. This causes some unexpected behaviour when the setSelection() method...
The selectors used in clearSelection and setSelection are JQuery selectors and break if there is a dot in the ID or class name. Escaping any dots with `\\` fixes this...
This pull request ports the Duplicate Detection framework from DSpace CRIS 7 into DSpace. *Attribution: Ported from DSpace-CRIS and extended by The Library Code with support of Technische Universität Berlin*...
_Attribution: Donated by The Library Code with the support of Technische Universität Hamburg and Technische Informationsbibliothek_ ## References _Add references/links to any related issues or PRs. These may include:_ *...
This allows a remote JVM debugger to be connected to port 8000 on the dspace docker container (test environment). This may need a documentation note to warn against running the...
Original work from Andrea Schweer for LCoNZ IRR (5.x) repositories: https://github.com/UoW-IRRs/DSpace-Event-Consumers ## Description This is a port from some long-standing work that many NZ repositories use, adding some event consumers...
While trying to find a good way to use a mock OAI Solr core for integration testing, I realised how differently the dspace-oai module uses spring compared to other modules....
_Attribution: Donated by The Library Code with the support of Technische Universität Hamburg and Technische Informationsbibliothek_ ## References * Requires DSpace/DSpace#8423 ## Description This pull request adds the Angular UI...
This pull request ports the Duplicate Detection framework from DSpace CRIS 7 into DSpace. *Attribution: Ported from DSpace-CRIS and extended by The Library Code with support of Technische Universität Berlin*...
**Background** During submission and workflow, Edit Bitstream displays a form that includes the Access Condition section to help submitters and reviewers choose the appropriate access policy for the bitstream. **Problem**...