Commit Graph

10236 Commits

Author SHA1 Message Date
Nona Luypaert
245187a179 Merge remote-tracking branch 'atmire-github/w2p-112198_add-relationship-effects-queue' into w2p-112198_add-relationship-effects-queue-main
Conflicts:
	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/relationship.effects.spec.ts
	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/relationship.effects.ts
	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component.html
2024-05-13 13:12:02 +02:00
Alexandre Vryghem
c2c832eff9 Merge remote-tracking branch 'alex/minor-ui-improvements_contribute-7.6' 2024-05-12 00:40:42 +02:00
Tim Donohue
3ab9f6a166 Merge pull request #2771 from saschaszott/patch-14
Layout improvement in feedback form page
2024-05-10 16:31:45 -05:00
Tim Donohue
a7e4f7d9a4 Merge pull request #3036 from DSpace/backport-2973-to-main
[Port main] added maxlength and hint to resource policy
2024-05-10 15:59:32 -05:00
Tim Donohue
e6a3c2878c Remove unnecessary console.log 2024-05-10 15:16:48 -05:00
Oscar Chacón
6ac9965bb6 fixed lint errors
(cherry picked from commit f80d1fdc68)
2024-05-10 20:15:33 +00:00
Oscar Chacón
ad8b9806c7 added maxlength and hint to resource policy
(cherry picked from commit f8e0cc6808)
2024-05-10 20:15:32 +00:00
Sascha Szott
b67801f32f Merge branch 'main' into patch-14 2024-05-10 19:34:50 +02:00
Tim Donohue
8b1f46cc53 Merge pull request #2954 from atmire/w2p-104686_Live-import-preview-only-shows-first-mdv-7.6
Live import preview should show all metadata values, not only the first one
2024-05-10 12:28:30 -05:00
Tim Donohue
c2e0d683a4 Merge pull request #2951 from uniba-ub/fix-issue-2947
Fix display of dso names for EPersons
2024-05-10 12:19:56 -05:00
Tim Donohue
c4a7641e62 Merge pull request #2753 from alexandrevryghem/minor-themed-component-fixes_contribute-main
Themed component fixes
2024-05-10 11:18:09 -05:00
Tim Donohue
075700ae0d Merge pull request #2725 from alexandrevryghem/w2p-109964_fix-vocabulary-options-with-url-as-stored-value_contribute-main
Encode all `RequestParam` values
2024-05-10 10:52:50 -05:00
Tim Donohue
739af16f41 Merge pull request #3030 from 4Science/task/main/DURACOM-258
Allow submitter users to accept/ignore suggestions
2024-05-10 09:43:54 -05:00
Zahraa Chreim
ea928378f8 114858: Fix Lint Errors 2024-05-10 17:13:34 +03:00
Zahraa Chreim
f1cac6e385 114858: Add Tests for new Guards - Done 2024-05-10 16:00:27 +03:00
lotte
0eb61dd1de 115016: Fixed tests for 114858 2024-05-10 12:46:18 +02:00
Alisa Ismailati
88ecb25c7b [DURACOM-258] Allow submitters to accept/ignore suggestions 2024-05-10 10:11:59 +02:00
Abel Gómez
af193282da Fix code alignment 2024-05-10 02:10:37 +02:00
Abel Gómez
b9fb4e2159 Add HTML support to system-wide alert banner. Fixes #3019. 2024-05-10 02:09:37 +02:00
Tim Donohue
0afd79132d Merge pull request #3010 from autavares-dev/item-page-cc-license-field
Item page cc license field
2024-05-09 16:42:34 -05:00
Tim Donohue
c18b36988f Merge pull request #3024 from 4Science/task/main/DURACOM-259
[DURACOM-259] add correct metadata
2024-05-09 15:56:38 -05:00
Tim Donohue
6da5c11b5a Merge pull request #2900 from toniprieto/edit-item-authorities-bug-model
Error loading the initial value when editing an authority field in edit item page
2024-05-09 14:57:12 -05:00
Alexandre Vryghem
c24e58eb66 Added ComcolPageContentComponent to custom theme & fixed template urls of CommunityPageSubCollectionListComponent 2024-05-09 21:48:44 +02:00
Zahraa Chreim
16c75beebd 114858: Add Tests for new Guards 2024-05-09 15:28:50 +03:00
FrancescoMolinaro
ddfdf7f1dd [DURACOM-259] add correct metadata 2024-05-09 11:01:04 +02:00
Tim Donohue
6c4ff40020 Merge pull request #3012 from alexandrevryghem/advanced-search_contribute-main
Refactored advanced search to rely on available filters
2024-05-08 17:01:25 -05:00
Alexandre Vryghem
04764e468a Merge branch 'created-themeable-ProfilePageMetadataFormComponent_contribute-7.6' into minor-themed-component-fixes_contribute-main
# Conflicts:
#	src/app/profile-page/profile-page.component.spec.ts
#	src/app/profile-page/profile-page.component.ts
2024-05-08 23:07:08 +02:00
Alexandre Vryghem
83fbf8b02b 114077: Fixed ViewChild not working correctly 2024-05-08 23:00:22 +02:00
Tim Donohue
ceca3bfd80 Merge pull request #2875 from alexandrevryghem/created-metadata-service-for-metadata-operations_contribute-main
Moved MetadataValue methods to separate service
2024-05-08 15:17:19 -05:00
Tim Donohue
b406e71302 Merge pull request #3014 from atmire/w2p-113904_AddSupportForNullUsers
Handle Null Users Gracefully in Process Overview Page
2024-05-08 14:07:15 -05:00
Zahraa Chreim
b83b2dd404 114858: Create dsoPageSingleFeatureGuards for Edit Item and Edit Bitstream Routes 2024-05-08 16:29:15 +03:00
Zahraa Chreim
1ac3edc3f4 114858: Port to 8.0 2024-05-08 15:48:55 +03:00
Zahraa Chreim
17f6c5520a 114858: Merge 'w2p-114645_refactor_guards_as_functions-7.6' into 'w2p-114858_refactor_guards_as_functions-8.0' 2024-05-08 13:18:05 +03:00
Zahraa Chreim
4658ac8a2e 114858: Create and Add Guards to item&bitstream routes 2024-05-08 09:19:04 +03:00
Alexandre Vryghem
4c4531fe1e Custom theme fixes
- Moved PublicationSidebarSearchListElementComponent to correct folder
- Synced standalone imports in the custom theme with src/app
- Pointed custom theme's SearchComponent template to the ones from src/app
2024-05-08 01:33:19 +02:00
Tim Donohue
2aa0f95277 Merge pull request #2979 from tdonohue/add_openaire_keys
Add missing i18n keys for OpenAIRE external sources.
2024-05-07 14:13:17 -05:00
Tim Donohue
bf4d04c909 Ensure item is also embedded in submission form 2024-05-07 12:08:25 -05:00
Alexandre Vryghem
fd6d470b3f 111731: Fixed scope not correctly resetting to no scope when clicking on "Search all of DSpace" in the search scope selector 2024-05-07 14:54:48 +02:00
Alexandre Vryghem
ede5f4325a 111731: Force the isActive state to be recalculated when the scope is updated
The BehaviorSubject was necessary because when the result of SearchService#getSelectedValuesForFilter is already cached, the isActive state can be recalculated even before the @Input() scope is updated
2024-05-07 14:22:03 +02:00
Alexandre Vryghem
2dbf69e46b Merge branch 'advanced-search_contribute-7.6' into advanced-search_contribute-main
# Conflicts:
#	src/app/core/shared/search/search-filter.service.ts
#	src/app/core/shared/search/search.service.ts
#	src/app/shared/search/search-filters/search-filter/search-facet-filter/search-facet-filter.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-facet-filter/search-facet-filter.component.ts
#	src/app/shared/search/search-filters/search-filter/search-filter.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-filter.component.ts
#	src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.spec.ts
#	src/app/shared/search/search-filters/search-filter/search-range-filter/search-range-filter.component.ts
#	src/app/shared/testing/search-service.stub.ts
2024-05-07 13:42:49 +02:00
Alexandre Vryghem
e66035c896 111731: Minimize all the facets when adding filter through advanced component & filter suggestions 2024-05-07 12:09:47 +02:00
Alexandre Vryghem
1f42f92344 111731: Hide the search facets when there are no facet suggestions & the applied filters of that facet don't have the operator equals, authority or range (because those should be displayed in the facets) 2024-05-07 12:07:40 +02:00
Kuno Vercammen
2d5d4a00ea 113904: Fixed the lint and import problems 2024-05-07 12:04:37 +02:00
Kuno Vercammen
f6bf757619 113904: Small changes 2024-05-07 11:46:31 +02:00
Kuno Vercammen
fda45723cc 113904: Added tests for the getEPersonName function 2024-05-07 11:45:45 +02:00
Kuno Vercammen
596b0dba69 113904: Returning unkown when showing process of deleted user 2024-05-07 11:43:32 +02:00
Alexandre Vryghem
28088bc8c8 111731: Made the code completely dependent on the SearchService#appliedFilters$ instead of relying on the route query parameters 2024-05-07 00:39:33 +02:00
Tim Donohue
d1876a87d3 Merge pull request #2988 from atmire/w2p-105866_Submission-performance-main
Submission performance
2024-05-06 11:02:50 -05:00
Mattia Vianelli
a525b066ce DURACOM-235 Lint fix 2024-05-06 16:47:34 +02:00
Mattia Vianelli
57563ddf96 Merge remote-tracking branch 'refs/remotes/4Science/main' into DURACOM-235
# Conflicts:
#	src/app/collection-page/collection-form/collection-form.component.ts
#	src/app/collection-page/create-collection-page/create-collection-page.component.html
#	src/app/community-page/community-form/community-form.component.ts
#	src/app/community-page/create-community-page/create-community-page.component.html
#	src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.spec.ts
#	src/app/shared/comcol/comcol-forms/comcol-form/comcol-form.component.ts
#	src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.spec.ts
#	src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.ts
2024-05-06 16:23:26 +02:00