Sascha Szott
26e02639d0
add missing German translations
...
(cherry picked from commit 2af168bd54
)
2024-10-14 22:01:08 +00:00
Mohamed Ali
aee7f0f899
Update Arabic Translation
...
Update Arabic Translation
Update ar.json5 translation
(cherry picked from commit f5f40c3dc7
)
2024-10-14 21:48:50 +00:00
Tim Donohue
0bf1521d56
Merge pull request #3417 from DSpace-Labs/dependabot/npm_and_yarn/body-parser-1.20.3
...
[dspace-8_x] Bump body-parser from 1.20.2 to 1.20.3
2024-10-14 09:09:25 -05:00
dependabot[bot]
0657517915
Bump body-parser from 1.20.2 to 1.20.3
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-11 20:14:58 +00:00
Tim Donohue
3db6aba02b
Merge pull request #3412 from alexandrevryghem/w2p-117287_fix-item-version-performance-issues_contribute-8_x
...
[Port dspace-8_x] Fixed Edit Item's Version History crashing
2024-10-11 14:14:47 -05:00
Andrea Barbasso
5619d6bc4c
[DURACOM-248] set function call result in a class attribute
...
(cherry picked from commit 87cff6c907
)
2024-10-11 00:50:59 +02:00
Alexandre Vryghem
e30bfffbf0
117287: Simplified the if conditions on the edit/save/discard buttons on item versions
...
(cherry picked from commit 04bbaf9cb9
)
2024-10-11 00:28:43 +02:00
Alexandre Vryghem
db4ea14289
Merge branch 'w2p-117287_fix-item-version-performance-issues_contribute-7.6' into dspace-8_x
...
# Conflicts:
# src/app/item-page/versions/item-versions.component.html
# src/app/item-page/versions/item-versions.component.ts
2024-10-11 00:14:59 +02:00
Tim Donohue
673c758fc8
Merge pull request #3410 from tdonohue/port_3407_to_8x
...
[Port dspace-8_x] Bump cookie, cookie-parser and socket.io
2024-10-10 13:13:56 -05:00
Tim Donohue
8fee4e348c
Bump cookie, cookie-parser and socket.io
2024-10-10 11:50:08 -05:00
Tim Donohue
e9d6a6c35c
Merge pull request #3403 from tdonohue/port_3343_to_8x
...
[Port dspace-8_x] Bump send, express, browser-sync and serve-static
2024-10-10 10:08:29 -05:00
Tim Donohue
cfc3269e5d
Bump send, express, browser-sync and serve-static
2024-10-09 16:41:41 -05:00
Tim Donohue
ab7d6d44fc
Merge pull request #3401 from DSpace/backport-3400-to-dspace-8_x
...
[Port dspace-8_x] Fixed #3399 - minor typo
2024-10-09 14:20:34 -05:00
Arta Seyedian
46f1d3677d
Fixed #3399 - minor typo
...
(cherry picked from commit c6a3794a76
)
2024-10-09 18:53:20 +00:00
Tim Donohue
2a98199471
Merge pull request #3397 from tdonohue/port_3315_to_8x
...
[Port dspace-8_x] Upgrade to Cypress 13.15.0
2024-10-09 11:51:10 -05:00
Tim Donohue
28fc092410
Test stability fixes. Ensure Item Edit tests wait on tabs to load by testing if tab is active. Fix small bug in login-modal test.
2024-10-09 11:19:57 -05:00
Tim Donohue
976ed6bb0a
Simplify login CSS selectors
2024-10-09 11:19:49 -05:00
Tim Donohue
86f21de0a6
Minor changes to login-modal.cy.ts to cleanup CSS selectors
2024-10-09 11:19:42 -05:00
Tim Donohue
b262a3d0f2
Ensure Cypress still creates videos in GitHub Actions
2024-10-09 11:19:35 -05:00
Tim Donohue
d9167262dd
Bump cypress-axe to 1.5.0
2024-10-09 11:19:14 -05:00
Tim Donohue
68608a1a8c
Bump to Cypress 13.15.0
2024-10-09 11:18:25 -05:00
Tim Donohue
a7b822ffce
Merge pull request #3396 from tdonohue/port_3395_to_8x
...
[Port dspace-8_x] Bump rollup from 4.21.2 to 4.24.0
2024-10-09 11:04:40 -05:00
Tim Donohue
389e6bc28c
Merge pull request #3394 from DSpace/backport-3213-to-dspace-8_x
...
[Port dspace-8_x] Implement e2e accessibility tests for pages in DSpace User Interface
2024-10-09 10:36:47 -05:00
Tim Donohue
6671c776b3
Bump rollup from 4.21.2 to 4.24.0
2024-10-09 10:33:39 -05:00
FrancescoMolinaro
70a38ea0fb
[CST-15592] remove interceptor for edit group
...
(cherry picked from commit 9e985cf2d4
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
6f6a4994ba
[CST-15592] add interceptor for edit group, fix landmark-unique accessibility issue in pagination component
...
(cherry picked from commit 2b466bb382
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
a1bbd32315
[CST-15592] add interceptor for item edit page
...
(cherry picked from commit 55ab43f132
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
7a03713783
[CST-15592] add interceptor to prevent sudden timeout failure
...
(cherry picked from commit 0e5b924f42
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
dfd698c914
[CST-15592] refine health page tests
...
(cherry picked from commit f131ae2f6b
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
a80b324f1f
[CST-15592] change health page test target for second tab
...
(cherry picked from commit 2369b27178
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
75981cf46e
[CST-15592] improve tests, add attributes for testing, fix wrong references
...
(cherry picked from commit 69f618e856
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
48d74ee2cd
[CST-15592] add accessibility tests for:
...
Admin Add New Modals
Admin Edit Modals
Admin Export Modals
Admin Workflow Page
End User Agreement
Feedback
Profile Page
System Wide Alert
(cherry picked from commit 4cd55d6669
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
bae0442ede
[CST-15592] add accessibility tests for:
...
Admin Curation Task
Bitstream Format
Health Page
Metadata Schema
(cherry picked from commit d12d0faf09
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
5e9cca1399
[CST-15592] add accessibility tests for:
...
Admin Notifications Publication Claim
Admin Search Page
Bulk Access
Create Group
Metadata Registry
(cherry picked from commit 85e486438a
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
c3273c8d5e
[CST-15592] add accessibility tests for:
...
Edit Eperson
Edit Group
Create EPerson
Epeople Registry
Groups Registry
(cherry picked from commit a0e3c41be6
)
2024-10-09 14:21:11 +00:00
FrancescoMolinaro
cd6fda20be
[CST-15592] add accessibility tests for following pages:
...
Metadata Import
Batch Import
Processes Overview
New Process
Quality Assurance Sources
(cherry picked from commit e6a7fb852a
)
2024-10-09 14:21:11 +00:00
Tim Donohue
cf877f44d8
Merge pull request #3392 from tdonohue/port_3221_to_8x
...
[Port dspace-8_x] Removed unnecessary *ngVars from ThumbnailComponent
2024-10-08 16:55:49 -05:00
Alexandre Vryghem
64596c306e
116728: Removed unnecessary *ngVars from the ThumbnailComponent
2024-10-08 15:12:54 -05:00
Tim Donohue
7f1ddcc41c
Merge pull request #3388 from DSpace/backport-3386-to-dspace-8_x
...
[Port dspace-8_x] Update fr.json5 to add capitalization
2024-10-04 10:19:00 -05:00
Julia
884238bc12
Update fr.json5 to add capitalization
...
(cherry picked from commit c5b395802c
)
2024-10-04 15:18:10 +00:00
Tim Donohue
48f70f42ed
Merge pull request #3381 from DSpace/backport-3148-to-dspace-8_x
...
[Port dspace-8_x] Accessibility of the status page
2024-10-02 17:07:00 -05:00
andreaNeki
aa9d2490d1
Adjusting bold text on labels
...
(cherry picked from commit 4aed1b6056
)
2024-10-02 21:49:18 +00:00
andreaNeki
8cc999e81e
Edit item - making page content more responsive and accessible
...
(cherry picked from commit f975e1da89
)
2024-10-02 21:49:18 +00:00
root
dadba96975
Issue-1190/PR-3148 Removing 100% height from the column containing the button text and leaving it automatic
...
(cherry picked from commit 3800021ed3
)
2024-10-02 21:49:17 +00:00
root
57d3a3a769
Issue-1190/PR-3148 Improve the space between the text and the button
...
(cherry picked from commit 5f4a049fdd
)
2024-10-02 21:49:17 +00:00
root
01d09810ba
Resolution of issue #1190 - Improving the accessibility of the status page using the item-operation component
...
(cherry picked from commit e06b67fd73
)
2024-10-02 21:49:17 +00:00
Tim Donohue
5887d03504
Merge pull request #3377 from DSpace/backport-3375-to-dspace-8_x
...
[Port dspace-8_x] Always sanitize HTML passed to dsMarkdown even if markdown rendering is disabled
2024-10-01 11:19:41 -05:00
Kim Shepherd
85f1ba2176
Always sanitize HTML in dsMarkdown even if markdown disabled
...
Instead of setting innerHTML directly to value, sanitize
the value, even if not passing to renderMarkdown/Mathjax
(cherry picked from commit 8fb4772b6c
)
2024-10-01 14:52:34 +00:00
Tim Donohue
80c953fb81
Merge pull request #3370 from atmire/live-region-8.0
...
[Port dspace-8_x] Live region
2024-09-30 16:38:04 -05:00
Andreas Awouters
dcf03fbe07
Merge branch 'live-region-7.6' into live-region-8.0
...
# Conflicts:
# src/app/shared/live-region/live-region.component.ts
# src/app/shared/live-region/live-region.service.spec.ts
2024-09-27 10:10:07 +02:00