Commit Graph

11011 Commits

Author SHA1 Message Date
Andreas Awouters
d64f521f0c 111638: Add creationTime to process model 2024-02-06 14:21:40 +01:00
Andreas Awouters
e96a7582f4 111638: Duplicate buttons at bottom of page 2024-02-06 14:21:40 +01:00
Andreas Awouters
e25ce44a47 111638: Collapse table when it contains no processes 2024-02-06 14:21:40 +01:00
Vlad Nouski
b86525990d [CST-12044] refactor: code 2024-02-06 13:23:02 +01:00
Alisa Ismailati
f916bd7776 [CST-12109] fixes 2024-02-05 19:37:08 +01:00
Tim Donohue
c67e90b808 Merge pull request #2791 from tdonohue/fix_docker_issues
Fix issue with cli.yml not using same network as backend.
2024-02-05 11:12:43 -06:00
FrancescoMolinaro
71e3d40c79 fix breadcrumb test 2024-02-05 17:49:49 +01:00
FrancescoMolinaro
044ec06cb1 update breadcrumb label 2024-02-05 16:53:21 +01:00
Tim Donohue
be0a6c71ef Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts 2024-02-05 08:52:46 -06:00
Tim Donohue
9043f63cd2 Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified 2024-02-05 08:50:43 -06:00
FrancescoMolinaro
47c3d3cf66 CST-13526 update filter label 2024-02-05 15:43:47 +01:00
Andreas Awouters
1c73a0c509 111638: Improve accessibility 2024-02-05 15:10:53 +01:00
FrancescoMolinaro
020103fbd7 Merge branch 'coar-notify-7-part-two' into CST-13526-untrusted-ip-mapping 2024-02-05 15:04:32 +01:00
FrancescoMolinaro
c2a29924ff CST-13526 update status mapping 2024-02-05 15:04:00 +01:00
FrancescoMolinaro
06cc944f2b fix test 2024-02-05 13:00:08 +01:00
FrancescoMolinaro
937687c414 fix routing, update issue, adapt labels 2024-02-05 12:48:23 +01:00
Sascha Szott
ac5670a514 remove translation (use singular form instead of plural form) 2024-02-05 12:06:11 +01:00
Alexandre Vryghem
239f082cce Moved the context @Input() to the loaders (since they are not always required for all the loaders) & added AbstractComponentLoaderComponent documentation 2024-02-03 19:10:46 +01:00
Alexandre Vryghem
2433082ea7 Merge remote-tracking branch 'upstream/main' into fix-scope-issues-on-search-form_contribute-main
# Conflicts:
#	src/app/shared/search/themed-search.component.ts
2024-02-03 15:23:15 +01:00
Alexandre Vryghem
93b22cba1f 111639: Fixed search settings not using the scope 2024-02-03 14:51:35 +01:00
Alexandre Vryghem
22e87a5f5a 111639: Added scope @Input() and made the search facets & search results use that scope 2024-02-03 14:51:34 +01:00
Tim Donohue
2c2f59c7ef Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml 2024-02-02 14:27:33 -06:00
Davide Negretti
46fe7f63e3 [DURACOM-195] fix prefix of custom CSS variables 2024-02-02 14:01:42 +01:00
Davide Negretti
87d3383bba [DURACOM-195] misc fixes 2024-02-02 14:01:42 +01:00
Vincenzo Mecca
833033dac0 Merge branch 'main' into DURACOM-204
# Conflicts:
#	src/app/core/data/feature-authorization/feature-id.ts
2024-02-02 11:26:26 +01:00
Davide Negretti
6d82c77c00 Merge branch 'main' into DURACOM-195 2024-02-02 10:41:47 +01:00
Andrea Barbasso
9ead6f5b33 [DURACOM-191] fix missing imports 2024-02-02 10:12:29 +01:00
Alan Orth
5a42f391cf Merge pull request #2778 from TAMULib/dedupe-patch-operations
Dedupe patch operations by op and path
2024-02-01 22:00:35 +03:00
Andrea Barbasso
16bd9b17ac [DURACOM-191] fix tests 2024-02-01 17:52:19 +01:00
Andrea Barbasso
dc8d3ace09 Merge branch 'main' into DURACOM-191
# Conflicts:
#	src/app/community-list-page/community-list/community-list.component.ts
#	src/app/entity-groups/research-entities/submission/item-list-elements/org-unit/org-unit-suggestions/org-unit-input-suggestions.component.spec.ts
#	src/app/forgot-password/forgot-password-form/forgot-password-form.component.spec.ts
2024-02-01 17:27:00 +01:00
FrancescoMolinaro
2da613bff1 clean up 2024-02-01 11:31:26 +01:00
Tim Donohue
85369aac10 Merge pull request #2717 from alexandrevryghem/fix-accessibility-issues_contribute-main
Fix accessibility issues (part 2)
2024-01-31 09:34:58 -06:00
Alexandre Vryghem
6497a156aa Destroy dynamically generated components in onDestroy & replace deprecated createComponent 2024-01-31 00:06:44 +01:00
Alexandre Vryghem
ca24713d6d Fixed dropdown accessibility issue
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
9e29cfb68d 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
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
e36bf645f4 Fixed edit metadata page accessibility issue
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-30 23:24:29 +01:00
Alexandre Vryghem
8ad1b4b0d4 Fixed feedback form page accessibility issue
- The form used a fieldset tag instead of a form tag
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
7f0264ed1c 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
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
07e89acab5 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
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
c30a2eea45 Fixed accessibility issues on BitstreamFormatsComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
54ef97d607 Fixed accessibility issues on MetadataRegistryComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
8ab4f1c074 Fixed accessibility issues on MetadataSchemaComponent
- Removed empty label of the select box and replaced it with an aria-label
- Fixed empty table header
2024-01-30 23:24:28 +01:00
Alexandre Vryghem
1989a6c042 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
2024-01-30 23:24:27 +01:00
Stefano Maffei
47e6bc8070 [CST-13444] configured label for date facet for LDN Message Entity 2024-01-30 18:27:57 +01:00
Andreas Awouters
87bb3cae30 Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next 2024-01-29 11:19:42 +01:00
Andreas Awouters
5d00c6bae2 107873: Add number of processes badge 2024-01-29 11:05:05 +01:00
Andreas Awouters
e8ed533874 107873: Remove pagination gear 2024-01-29 11:04:55 +01:00
Andreas Awouters
21f1beb8e9 107873: Set process overview table column widths 2024-01-29 11:04:47 +01:00
Andreas Awouters
73e823e969 107873: Add number of processes badge 2024-01-29 10:57:41 +01:00
Francesco Molinaro
7b42d41580 Merged in CST-13397-fix-ssr-issue (pull request #1285)
fix ssr issue

Approved-by: Stefano Maffei
2024-01-29 08:40:57 +00:00