Tim Donohue
eba7683f6b
Merge pull request #2803 from DSpace/backport-2705-to-dspace-7_x
...
[Port dspace-7_x] Minor updates to i18n strings for clarity and consistency
2024-02-07 12:31:13 -06:00
Tim Donohue
5a0018d4fa
Merge pull request #2802 from DSpace/backport-2766-to-dspace-7_x
...
[Port dspace-7_x] Fix missing Register DOI button if configuration enabled
2024-02-07 11:48:27 -06:00
Thomas Misilo
17dc120ca1
Update "E-mail" to be "Email" for consistency
...
(cherry picked from commit 7b8962a7cd
)
2024-02-07 17:23:05 +00:00
Alan Orth
8eb2e2ce80
src/assets/i18n/en.json5: minor changes for consistency
...
Fix some random capitalizations and strange wording.
(cherry picked from commit d6c46847c2
)
2024-02-07 17:23:05 +00:00
Alan Orth
b2b9fb8bf9
src/assets/i18n/en.json5: minor updates for consistency
...
We should be capitalizing acronyms and project-specific nouns like
MyDSpace consistently in our interface.
(cherry picked from commit f78f4b45fc
)
2024-02-07 17:23:05 +00:00
Alan Orth
9d9d90ab9c
src/assets/i18n: change "controller" to "reviewer"
...
Reviewer is a less obscure term for what this actually is in most
cases.
(cherry picked from commit 98241d8925
)
2024-02-07 17:23:05 +00:00
Tim Donohue
ccd7056a87
Merge pull request #2801 from DSpace/backport-2799-to-dspace-7_x
...
[Port dspace-7_x] Bump follow-redirects from 1.15.3 to 1.15.5
2024-02-07 11:06:06 -06:00
Kim Shepherd
c50dd1a3e9
Improve cfg handling in item-status.component.ts
...
(cherry picked from commit 68475d1ed6
)
2024-02-07 16:57:19 +00:00
Kim Shepherd
8b3bc90864
Improve cfg handling in item-status.component.ts
...
(cherry picked from commit 3e33785311
)
2024-02-07 16:57:19 +00:00
Agustina Martinez
9f99555c64
Update item-status.component.ts
...
Fix initialOperations typo and return ops with register doi op
(cherry picked from commit e77898eaac
)
2024-02-07 16:57:19 +00:00
dependabot[bot]
eb4633557d
Bump follow-redirects from 1.15.3 to 1.15.5
...
Bumps [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[bot] <support@github.com >
(cherry picked from commit 90a277fbeb
)
2024-02-07 16:34:28 +00:00
Tim Donohue
972c1098cb
Merge pull request #2798 from DSpace/backport-2795-to-dspace-7_x
...
[Port dspace-7_x] fix German translation of admin.workflow.item.workflow
2024-02-06 16:03:36 -06:00
Sascha Szott
59fc3e5635
remove translation (use singular form instead of plural form)
...
(cherry picked from commit ac5670a514
)
2024-02-06 22:03:10 +00:00
Tim Donohue
60b310e216
Merge pull request #2796 from tdonohue/port_2791_to_7x
...
[Port dspace-7_x] Fix issue with cli.yml not using same network as backend.
2024-02-05 16:08:24 -06:00
Tim Donohue
b9cc5ba824
Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts
2024-02-05 14:19:53 -06:00
Tim Donohue
f072ae74af
Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified
2024-02-05 11:14:00 -06:00
Tim Donohue
e2d014d0a6
Update cli.yml to reference dspacenet in docker-compose-rest. Remove unnecessary network from cli.assetstore.yml
2024-02-05 11:13:53 -06:00
Tim Donohue
ab579da614
Merge pull request #2790 from DSpace/backport-2778-to-dspace-7_x
...
[Port dspace-7_x] Dedupe patch operations by op and path
2024-02-01 13:50:52 -06:00
William Welling
05c978bc62
Dedupe patch operations by op and path
...
(cherry picked from commit f40639de86
)
2024-02-01 19:00:52 +00:00
Tim Donohue
95c635c451
Merge pull request #2786 from tdonohue/port_2717_to_7x
...
[Port dspace-7_x] Fix accessibility issues (part 2)
2024-01-31 11:56:18 -06:00
Alexandre Vryghem
3e48e5903e
Fixed dropdown accessibility issue
...
- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
2024-01-31 09:51:19 -06:00
Alexandre Vryghem
63fa8f39f5
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-31 09:51:09 -06:00
Alexandre Vryghem
138e163fa8
Fixed edit metadata page accessibility issue
...
- Hide fontawesome icons for screen readers
- Added missing aria-label to metadata field input
2024-01-31 09:51:03 -06:00
Alexandre Vryghem
ac743c5138
Fixed feedback form page accessibility issue
...
- The form used a fieldset tag instead of a form tag
2024-01-31 09:50:58 -06:00
Alexandre Vryghem
37803e9330
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-31 09:50:50 -06:00
Alexandre Vryghem
8b5cd79bdc
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-31 09:50:44 -06:00
Alexandre Vryghem
949e55235a
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-31 09:50:38 -06:00
Alexandre Vryghem
5173ac3704
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-31 09:50:31 -06:00
Alexandre Vryghem
9335c32334
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-31 09:50:23 -06:00
Alexandre Vryghem
b0d3710454
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-31 09:49:38 -06:00
Alexandre Vryghem
e0849af926
Fix header ordering
2024-01-31 09:42:30 -06:00
Alexandre Vryghem
b076b98996
Fixed accessibility issues on SubmissionImportExternalSearchbarComponent
...
- Fixed input not describing itself
- Put the items from the dropdown in an ul
- Fixed broken aria labels
- Removed titles who where identical to the displayed value
2024-01-31 09:42:24 -06:00
Alexandre Vryghem
cc0501f340
Fixed search filters having empty input buttons
2024-01-31 09:42:17 -06:00
Alexandre Vryghem
6b204b5b53
Removed invisible buttons on the CommunityListComponent & fixed content displacement when expanding com/col
2024-01-31 09:42:12 -06:00
Alexandre Vryghem
3bf7d819de
Fixed accessibility issues related to dso selectors
...
- Fixed header ordering
- Fixed input field not having a description what it does (because the header isn't always shown I decided to use aria-labels instead of regular labels)
2024-01-31 09:42:04 -06:00
Tim Donohue
67fc0054c1
Merge pull request #2773 from DSpace/backport-2755-to-dspace-7_x
...
[Port dspace-7_x] Add logo max constraints
2024-01-25 15:53:07 -06:00
FrancescoMolinaro
d4493cb534
add width 100% to prevent overflow on mobile
...
(cherry picked from commit f82ba8c5ad
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
682ec2b678
remove class from template
...
(cherry picked from commit d9e25882ce
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
20f5f17aac
adapt solution to prevent img overflow
...
(cherry picked from commit d3c788a4e1
)
2024-01-25 21:08:11 +00:00
FrancescoMolinaro
f1a7f36f17
add logo max costraints
...
(cherry picked from commit 32e3141b19
)
2024-01-25 21:08:11 +00:00
Tim Donohue
5d700d5563
Merge pull request #2772 from DSpace/backport-2769-to-dspace-7_x
...
[Port dspace-7_x] fixed typo in info.feedback.page_help
2024-01-25 11:02:51 -06:00
Sascha Szott
c11a3b1372
fixed typo
...
(cherry picked from commit 4b7798fcc7
)
2024-01-25 16:25:48 +00:00
Alan Orth
be0512d74e
Merge pull request #2764 from alanorth/backport-2733-to-dspace-7_x
...
[Port dspace-7_x] Use keyboard to select values
2024-01-23 12:18:28 +03:00
Jens Vannerum
2d0d6ddc5d
110088: new implementation for keyboard support in dropdowns
2024-01-23 11:43:37 +03:00
Tim Donohue
b2cae3b48d
Merge pull request #2758 from DSpace/backport-2691-to-dspace-7_x
...
[Port dspace-7_x] Decrease min-height for Login Dropdown Menu
2024-01-19 11:12:03 -06:00
Tim Donohue
5f19b6a26a
Merge pull request #2757 from DSpace/backport-2736-to-dspace-7_x
...
[Port dspace-7_x] use localized error message
2024-01-19 11:11:50 -06:00
Thomas Misilo
d880b728ce
Decrease min-height for Login Dropdown Menu
...
Fixes #2690
This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
(cherry picked from commit 09fc44a539
)
2024-01-19 15:25:12 +00:00
Sascha Szott
e7490340f8
use localized error message
...
(cherry picked from commit 92a74cee5a
)
2024-01-19 15:21:44 +00:00
Alan Orth
fed70c5e9b
Merge pull request #2754 from DSpace/backport-2721-to-dspace-7_x
...
[Port dspace-7_x] Fix whitespace in links due to newlines
2024-01-19 10:07:44 +03:00
Alan Orth
f08d74b269
src/app/item-page: remove newlines in links
...
The newlines cause whitespace to be enapsulated in the rendered link.
(cherry picked from commit 7207bbbd0e
)
2024-01-19 05:14:00 +00:00