Commit Graph

9297 Commits

Author SHA1 Message Date
Jens Vannerum
6ed762a8ac 97049: alter tests 2022-12-01 17:12:14 +01:00
Jens Vannerum
dd3a528c48 97049: Remove accidental focused describe 2022-12-01 16:52:50 +01:00
Jens Vannerum
472c2a1dd1 97049: Remove client structure 2022-12-01 15:34:41 +01:00
Jens Vannerum
85ccfc6ea7 97049: Remove client structure 2022-12-01 15:30:30 +01:00
Art Lowel
be0b54e058 change sitemap entries in robots.txt to absolute urls 2022-12-01 15:08:58 +01:00
Jens Vannerum
edc73d3585 97049: Refactor how to obtain vocabularies for filter (configurable) 2022-12-01 15:01:11 +01:00
Kristof De Langhe
532a59006f 97075: Edit-metadata redesign messages + JSDocs 2022-12-01 14:33:23 +01:00
Jens Vannerum
4afa5181a6 refac 2022-12-01 13:34:56 +01:00
Kristof De Langhe
6be343cccf 97075: Margin fixes + metadata field autofocus and validation 2022-12-01 13:07:19 +01:00
Alexandre Vryghem
ba15b28c7c 94688: Added themeable template of SearchFormComponent 2022-12-01 10:28:15 +01:00
Alexandre Vryghem
e96954cf60 94688: Added ThemedSearchFormComponent 2022-12-01 10:27:10 +01:00
Samuel
3b7d962671 taskid 85843 Add a tree to browse hierarchical facets on the search page - feedback 2022-12-01 10:08:28 +01:00
Samuel
2fab841562 taskid 85843 Add a tree to browse hierarchical facets on the search page - i18n updates 2022-12-01 10:08:18 +01:00
Samuel
bc3ab46e8e taskid 85843 Add a tree to browse hierarchical facets on the search page - fix import issue 2022-12-01 10:07:42 +01:00
Samuel
d5578accea taskid 85843 Add a tree to browse hierarchical facets on the search page 2022-12-01 10:07:41 +01:00
Samuel
9ff1a6a642 taskid 85843 Add a tree to browse hierarchical facets on the search page - overrides 2022-12-01 10:03:25 +01:00
Tim Donohue
7d39f5de83 Merge pull request #1965 from LisAtUP/main
Update el.json5
2022-11-30 16:25:33 -06:00
Kristof De Langhe
105f6cb954 97075: Edit metadata redesign pt2 2022-11-30 17:49:19 +01:00
Koen Pauwels
627da93e23 97183 Workaround: reorder admin sidebar sections
The issue described at https://github.com/DSpace/dspace-angular/issues/1643 was
no longer reproducible: The menu component ultimately retrieves menu section
information from the store, but in the `MenuComponent#ngOnInit` method, this
information is piped through `distinctUntilChanged(compareArraysUsingIds())`,
which discards an update that sets these menu elements to be visible.

The behavior of this pipe is probably incorrect, but a proper fix is out of
scope for the current task. For now, we work around the problem by adding
top-level menu sections _after_ their children while initializing the menu
section store, which side-steps this issue.
2022-11-30 15:25:36 +01:00
Kristof De Langhe
92f94c39b2 97075: Edit metadata redesign 2022-11-29 18:02:13 +01:00
Alexandre Vryghem
9eb4a7e22e 95335: Removed duplicate i18n key 2022-11-29 17:20:35 +01:00
Vincenzo Mecca
6e2279d155 [1950][DURACOM-101] Fixed linting 2022-11-28 11:25:50 +01:00
Vincenzo Mecca
0dd30fe98a Merge remote-tracking branch 'github/main' into main_1950_DURACOM-101 2022-11-28 11:03:09 +01:00
Nikunj Sharma
e7607da0a2 [CST-7694] fixed group edit issue for non permanent group 2022-11-24 14:17:50 +05:30
Sufiyan Shaikh
9a695fedc7 [CST-7693] Missing Translations added 2022-11-23 20:33:11 +05:30
Nikunj Sharma
1ee3114432 [CST-7604] fixed text highlight on search page 2022-11-18 18:09:26 +05:30
Nikunj Sharma
7d58a1eb0a [CST-7604] fixed text highlight on search page 2022-11-18 16:03:33 +05:30
Yury Bondarenko
f16e18fa63 Fix breaking import 2022-11-18 11:08:43 +01:00
Yury Bondarenko
7caacdb20a Merge remote-tracking branch 'origin/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu 2022-11-18 10:05:15 +01:00
Yana De Pauw
4b0b6983a0 94391: Remove unused import 2022-11-17 16:50:30 +02:00
Yana De Pauw
4d297cfe9b 94391: Add aria labels and titles to the buttons 2022-11-17 16:33:19 +02:00
Mark H. Wood
7690d36e4b Update Node versions with which to test. 2022-11-17 09:06:34 -05:00
Mark H. Wood
fd43adea75 Check in updated yarn lockfile (newbie error). 2022-11-17 09:06:34 -05:00
Mark H. Wood
84cb8fe09d Make 'yarn install' succeed.
Make 'yarn install' succeed.
2022-11-17 09:06:33 -05:00
Ying Jin
e6065b7504 add captioning support for video/audio files 2022-11-16 10:34:00 -06:00
LisAtUP
68ecf48151 Update el.json5 2022-11-11 12:20:30 +02:00
Davide Negretti
c151cf340e Merge branch 'main' into CST-6171 2022-11-10 17:41:00 +01:00
Arvo Consultores y Tecnología. S.L
dff01bc3e7 Merge branch 'main' into DS-1774 2022-11-08 17:00:03 +01:00
Tim Donohue
89447a6c32 Merge pull request #1927 from tdonohue/no_unused_imports
Turn on no-unused-imports rule and remove all unused imports
2022-11-08 09:27:26 -06:00
Tim Donohue
cc86ba539f Turn on no-unused-imports rule and remove all unused imports 2022-11-08 08:55:37 -06:00
Tim Donohue
340cc0aa3f Merge pull request #1898 from tdonohue/upgrade_latest_cypress_9
E2E test stabilization, and upgrade to latest Cypress v9 and axe-core
2022-11-08 08:54:52 -06:00
Sergio Fernández Celorio
f7e78dccd1 Use the same property for both item pages 2022-11-07 19:27:54 +00:00
Pierre Lasou
6c226be7e8 Changes to fr.json5
New commit to include changes after review of commit 3bf13c0961
2022-11-07 13:31:45 -05:00
Sergio Fernández Celorio
1e523382d0 Fix lint error 2022-11-07 16:50:46 +01:00
Sergio Fernández Celorio
87a211ca66 Tests fixed 2022-11-07 12:20:00 +01:00
Sergio Fernández Celorio
2ed8f8bad8 Numbre of bitstreams in item page is now configurable 2022-11-04 10:40:29 +00:00
Vincenzo Mecca
9e843e36fa [1950] [DURACOM-101] Regex validator improved
feat:
  - New regexp to validate pattern used for regex validation;
2022-11-04 10:43:16 +01:00
Tim Donohue
f659e81aa9 Merge pull request #1948 from tdonohue/update_actions
Update to the latest version of all GitHub actions
2022-11-03 16:00:09 -05:00
Tim Donohue
6d1d446c0d Update to the latest version of all GitHub actions 2022-11-03 15:03:47 -05:00
Tim Donohue
749e1a7ad3 Merge pull request #1934 from TexasDigitalLibrary/DS-1905
DS-1905: fixes route function to match default value of websvc.opensearch.svccontext
2022-11-03 15:03:05 -05:00