Yury Bondarenko

Results 45 issues of Yury Bondarenko

### Describe the feature Configure distinct commands for left/middle click on ribbon items. This could be especially useful for commands that change tab content or open new tabs. ### Does...

enhancement

**Describe the bug** If `VirtualMetadataConfiguration` yields no value for a given Entity, virtual metadata is omitted altogether. This poses a problem for configurations with `useForPlace=true`, since the `place` of the...

bug
high priority
configuration
component: configurable entities
help wanted

**Describe the bug** When filtering browse results, the prefix is only ever matched to the first word. This is especially problematic for author names, since it reflects the assumption that...

bug
component: Discovery
usability

**Describe the bug** `SolrBrowseDAO` uses Solr facets to generate browse entries. Browse pages are paginated to limit the amount of these browse entries on the given page. However, DSpace retrieves...

bug
component: Discovery
performance / caching
claimed: Atmire

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/obsidian-tasks-group/obsidian-tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22+sort%3Acomments-desc) didn't find any similar reports. ### Expected Behavior Task backlinks should "simplify" links...

type: bug
scope: backlinks

## References _Add references/links to any related issues or PRs. These may include:_ * Fixes #2845 ## Description This PR introduces **custom ESLint plugins** as a means of automatically migrating...

needs discussion
themes
testing framework

**Describe the bug** Looks like migrating to standalone components in #2750 increased the size of our `main.js` bundle by about 30kB. While this is not a significant increase, it's a...

bug
needs triage
claimed: Atmire

**Describe the bug** In #2750 some entry component decorators were replaced with static maps, e.g. `rendersMenuItemForType` and `rendersBrowseBy`. There are still a few problems that should be addressed: - The...

bug
needs triage

As new features are added, we typically provide i18n text in English first and use `yarn sync-i18n` to synchronize these changes to the other translations. If we don't do this,...

improvement
help wanted
i18n / l10n
high priority
new feature
ux

**Describe the bug** The advanced search functionality implemented in https://github.com/DSpace/dspace-angular/pull/2608 should be simplified to reduce code repitition (reuse `ds-search-filter`) and its configuration should be moved to the backend as proposed...

bug
component: Discovery
claimed: Atmire