AuthorCommitMessageCommit dateIssues
Vincenzo MeccaVincenzo Mecca
26bfc582789[#2719][CST-12825] Refactors item-page-img-field component[#2719][CST-12825] Refactors item-page-img-field componentCST-12825
Vincenzo MeccaVincenzo Mecca
ca3749be4a7MMerge remote-tracking branch 'github/main' into main_CST-12825# Conflicts: # src/assets/i18n/en.json5 # src/styles/_custom_variables.scssCST-12825
Vincenzo MeccaVincenzo Mecca
5a970775ae6[#2719][CST-12825] Extracts new image-page-field component with css variableCST-12825
Vincenzo MeccaVincenzo Mecca
8f488220fb9[#2719][CST-12825] Adds i18n missing keysCST-12825
Tim DonohueGitHubTim Donohue
645024d6f0dMMerge pull request #2339 from alexandrevryghem/generify-component-loaders_contribute-mainCreated abstract component loader class
Tim DonohueGitHubTim Donohue
cb7c2c9f0bcMMerge 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 VryghemAlexandre Vryghem
7f842f10a5bMMerge 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 VryghemAlexandre Vryghem
bb5ee5f5122MMerge 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 VryghemAlexandre Vryghem
f7dbdb37eac102415: Added additional i18n keys for the relationship modal
Tim DonohueGitHubTim Donohue
44e84f89120MMerge pull request #2705 from ilri/i18n-fixesMinor updates to i18n strings for clarity and consistency
Tim DonohueGitHubTim Donohue
a8000937bcdMMerge pull request #2766 from amgciadev/fix-2765-bFix missing Register DOI button if configuration enabled
Tim DonohueGitHubTim Donohue
e35fed1be4eMMerge 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 ShepherdKim Shepherd
68475d1ed61Improve cfg handling in item-status.component.ts
Kim ShepherdKim Shepherd
3e337853114Improve cfg handling in item-status.component.ts
Alexandre VryghemAlexandre Vryghem
4602cdde1a2MMerge branch 'memory-leak-fixes_contribute-7.6' into generify-component-loaders_contribute-main
dependabot[bot]GitHubdependabot[bot]
90a277fbeb3Bump 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 DonohueGitHubTim Donohue
0d09bbe853eMMerge pull request #2795 from saschaszott/patch-16fix German translation of admin.workflow.item.workflow
Alexandre VryghemAlexandre Vryghem
82d4ccfb298MMerge branch 'generify-component-loaders_contribute-7.6' into generify-component-loaders_contribute-main
Alexandre VryghemAlexandre Vryghem
2fb393db7f8Removed the AbstractBrowseByTypeComponent
Tim DonohueGitHubTim Donohue
c67e90b808bMMerge pull request #2791 from tdonohue/fix_docker_issuesFix issue with cli.yml not using same network as backend.
Tim DonohueTim Donohue
be0a6c71efaResync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts
Tim DonohueTim Donohue
9043f63cd2fBug fix to GitHub CI build.Set compose project name via env variable. Also add default name if unspecified
Sascha SzottGitHubSascha Szott
ac5670a5142remove translation (use singular form instead of plural form)
Alexandre VryghemAlexandre Vryghem
239f082cce3Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation
Tim DonohueTim Donohue
2c2f59c7ef3Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml
Alan OrthGitHubAlan Orth
5a42f391cffMMerge pull request #2778 from TAMULib/dedupe-patch-operationsDedupe patch operations by op and path
Tim DonohueGitHubTim Donohue
85369aac108MMerge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-mainFix accessibility issues (part 2)
Alexandre VryghemAlexandre Vryghem
6497a156aa1Destroy dynamically generated components in onDestroy & replace deprecated createComponent
Alexandre VryghemAlexandre Vryghem
ca24713d6d3Fixed dropdown accessibility issue- Removed non-existing dropdownMenuButton references - Added appropriate roles to dropdown menus
Alexandre VryghemAlexandre Vryghem
9e29cfb68d6Fixed 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 VryghemAlexandre Vryghem
e36bf645f48Fixed edit metadata page accessibility issue- Hide fontawesome icons for screen readers - Added missing aria-label to metadata field input
Alexandre VryghemAlexandre Vryghem
8ad1b4b0d4aFixed feedback form page accessibility issue- The form used a fieldset tag instead of a form tag
Alexandre VryghemAlexandre Vryghem
7f0264ed1ceFixed 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 VryghemAlexandre Vryghem
07e89acab5bFixed 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 VryghemAlexandre Vryghem
c30a2eea45cFixed accessibility issues on BitstreamFormatsComponent- Removed empty label of the select box and replaced it with an aria-label - Fixed empty table header
Alexandre VryghemAlexandre Vryghem
54ef97d6070Fixed accessibility issues on MetadataRegistryComponent- Removed empty label of the select box and replaced it with an aria-label - Fixed empty table header
Alexandre VryghemAlexandre Vryghem
8ab4f1c074eFixed accessibility issues on MetadataSchemaComponent- Removed empty label of the select box and replaced it with an aria-label - Fixed empty table header
Alexandre VryghemAlexandre Vryghem
1989a6c0423Fixed 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 WellingWilliam Welling
f40639de867Dedupe patch operations by op and path
Tim DonohueGitHubTim Donohue
5b9a98adc15MMerge pull request #2755 from 4Science/DURACOM-223Add logo max constraintsDURACOM-223
Tim DonohueGitHubTim Donohue
38ae9ce0e08MMerge pull request #2769 from saschaszott/patch-12fixed typo in info.feedback.page_help
Sascha SzottGitHubSascha Szott
4b7798fcc75fixed typo
FrancescoMolinaroFrancescoMolinaro
f82ba8c5ad4add width 100% to prevent overflow on mobile
Agustina MartinezGitHubAgustina Martinez
e77898eaacbUpdate item-status.component.tsFix initialOperations typo and return ops with register doi op
FrancescoMolinaroFrancescoMolinaro
d9e25882cebremove class from template
FrancescoMolinaroFrancescoMolinaro
d3c788a4e13adapt solution to prevent img overflow
Jens VannerumAlan OrthJens Vannerum
c02b46ca7d4110088: new implementation for keyboard support in dropdowns
Tim DonohueGitHubTim Donohue
eee72676691MMerge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-mainMade ConfirmationModalComponent more generic
Tim DonohueGitHubTim Donohue
a59f371ecf6MMerge pull request #2691 from misilot/fix-2690Decrease min-height for Login Dropdown Menu
Tim DonohueGitHubTim Donohue
6536fbff62cMMerge pull request #2736 from saschaszott/patch-11use localized error message

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut