Vincenzo Mecca | 26bfc582789[#2719][CST-12825] Refactors item-page-img-field component | [#2719][CST-12825] Refactors item-page-img-field component | | CST-12825 |
Vincenzo Mecca | ca3749be4a7M | Merge remote-tracking branch 'github/main' into main_CST-12825# Conflicts:
# src/assets/i18n/en.json5
# src/styles/_custom_variables.scss | | CST-12825 |
Vincenzo Mecca | 5a970775ae6 | [#2719][CST-12825] Extracts new image-page-field component with css variable | | CST-12825 |
Vincenzo Mecca | 8f488220fb9 | [#2719][CST-12825] Adds i18n missing keys | | CST-12825 |
 Tim Donohue | 645024d6f0dM | Merge pull request #2339 from alexandrevryghem/generify-component-loaders_contribute-mainCreated abstract component loader class | | |
 Tim Donohue | cb7c2c9f0bcM | Merge pull request #2373 from alexandrevryghem/w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-mainAdded support to import from external source on Edit Item > Relationships | | |
Alexandre Vryghem | 7f842f10a5bM | Merge branch 'w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.4' into w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.6# Conflicts:
# src/assets/i18n/en.json5 | | |
Alexandre Vryghem | bb5ee5f5122M | Merge branch 'w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.2' into w2p-102415_Remote-lookup-entity-on-admin-edit_contribute-7.4 | | |
Alexandre Vryghem | f7dbdb37eac | 102415: Added additional i18n keys for the relationship modal | | |
 Tim Donohue | 44e84f89120M | Merge pull request #2705 from ilri/i18n-fixesMinor updates to i18n strings for clarity and consistency | | |
 Tim Donohue | a8000937bcdM | Merge pull request #2766 from amgciadev/fix-2765-bFix missing Register DOI button if configuration enabled | | |
 Tim Donohue | e35fed1be4eM | Merge pull request #2799 from DSpace/dependabot/npm_and_yarn/follow-redirects-1.15.5Bump follow-redirects from 1.15.3 to 1.15.5 | | |
Kim Shepherd | 68475d1ed61 | Improve cfg handling in item-status.component.ts | | |
Kim Shepherd | 3e337853114 | Improve cfg handling in item-status.component.ts | | |
Alexandre Vryghem | 4602cdde1a2M | Merge branch 'memory-leak-fixes_contribute-7.6' into generify-component-loaders_contribute-main | | |
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=48&d=mm) dependabot[bot] | 90a277fbeb3 | Bump follow-redirects from 1.15.3 to 1.15.5Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[... | | |
 Tim Donohue | 0d09bbe853eM | Merge pull request #2795 from saschaszott/patch-16fix German translation of admin.workflow.item.workflow | | |
Alexandre Vryghem | 82d4ccfb298M | Merge branch 'generify-component-loaders_contribute-7.6' into generify-component-loaders_contribute-main | | |
Alexandre Vryghem | 2fb393db7f8 | Removed the AbstractBrowseByTypeComponent | | |
 Tim Donohue | c67e90b808bM | Merge pull request #2791 from tdonohue/fix_docker_issuesFix issue with cli.yml not using same network as backend. | | |
Tim Donohue | be0a6c71efa | Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts | | |
Tim Donohue | 9043f63cd2f | Bug fix to GitHub CI build.Set compose project name via env variable. Also add default name if unspecified | | |
 Sascha Szott | ac5670a5142 | remove translation (use singular form instead of plural form) | | |
Alexandre Vryghem | 239f082cce3 | Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation | | |
Tim Donohue | 2c2f59c7ef3 | Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml | | |
 Alan Orth | 5a42f391cffM | Merge pull request #2778 from TAMULib/dedupe-patch-operationsDedupe patch operations by op and path | | |
 Tim Donohue | 85369aac108M | Merge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-mainFix accessibility issues (part 2) | | |
Alexandre Vryghem | 6497a156aa1 | Destroy dynamically generated components in onDestroy & replace deprecated createComponent | | |
Alexandre Vryghem | ca24713d6d3 | Fixed dropdown accessibility issue- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus | | |
Alexandre Vryghem | 9e29cfb68d6 | Fixed user authentication/registration accessibility issue- Added the correct autocomplete value
- Removed dangling labels, because aria labels already describe those input fields & we can't use ids in this component because otherwise there are duplicate ids on the /login page | | |
Alexandre Vryghem | e36bf645f48 | Fixed edit metadata page accessibility issue- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input | | |
Alexandre Vryghem | 8ad1b4b0d4a | Fixed feedback form page accessibility issue- The form used a fieldset tag instead of a form tag | | |
Alexandre Vryghem | 7f0264ed1ce | Fixed remaining community/collection page accessibility issues- Hide fontawesome icons for screen readers
- Replaced dangling labels with spans and added more descriptive aria label to browse link
- Fixed empty label/missing header in edit resource policy table
- Added missing comcol logo al text
- Refactored dso-edit-menu-section to not display empty link buttons and duplicate titles | | |
Alexandre Vryghem | 07e89acab5b | Fixed accessibility issues on AccessControlFormContainerComponent- Replaced invisible label in AccessControlArrayFormComponent that was only used for styling with span
- Fixed radio buttons not being part of a fieldset
- Fixed empty table header | | |
Alexandre Vryghem | c30a2eea45c | Fixed accessibility issues on BitstreamFormatsComponent- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header | | |
Alexandre Vryghem | 54ef97d6070 | Fixed accessibility issues on MetadataRegistryComponent- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header | | |
Alexandre Vryghem | 8ab4f1c074e | Fixed accessibility issues on MetadataSchemaComponent- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header | | |
Alexandre Vryghem | 1989a6c0423 | Fixed accessibility issues with pagination button- Replaced the h6 tags with the role heading
- Gave the gear button the roles in order to be detected as an expandable menu
- Replaced the dropdown structure to render a menu of listboxes
- Added the aria-selected attribute | | |
William Welling | f40639de867 | Dedupe patch operations by op and path | | |
 Tim Donohue | 5b9a98adc15M | Merge pull request #2755 from 4Science/DURACOM-223Add logo max constraints | | DURACOM-223 |
 Tim Donohue | 38ae9ce0e08M | Merge pull request #2769 from saschaszott/patch-12fixed typo in info.feedback.page_help | | |
 Sascha Szott | 4b7798fcc75 | fixed typo | | |
FrancescoMolinaro | f82ba8c5ad4 | add width 100% to prevent overflow on mobile | | |
 Agustina Martinez | e77898eaacb | Update item-status.component.tsFix initialOperations typo and return ops with register doi op | | |
FrancescoMolinaro | d9e25882ceb | remove class from template | | |
FrancescoMolinaro | d3c788a4e13 | adapt solution to prevent img overflow | | |
 Jens Vannerum | c02b46ca7d4 | 110088: new implementation for keyboard support in dropdowns | | |
 Tim Donohue | eee72676691M | Merge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-mainMade ConfirmationModalComponent more generic | | |
 Tim Donohue | a59f371ecf6M | Merge pull request #2691 from misilot/fix-2690Decrease min-height for Login Dropdown Menu | | |
 Tim Donohue | 6536fbff62cM | Merge pull request #2736 from saschaszott/patch-11use localized error message | | |