Commit Graph

12364 Commits

Author SHA1 Message Date
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
Oscar Chacón
f80d1fdc68 fixed lint errors 2024-05-06 11:12:22 -06:00
Tim Donohue
4bf8944c48 Merge pull request #2987 from atmire/w2p-105866_Submission-performance-7_x
7.x - Submission performance
2024-05-06 11:12:25 -05: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
Tim Donohue
2b0f0f627e Merge pull request #3009 from tdonohue/port_2994_to_7x
[Port dspace-7_x] Bump ejs from 3.1.9 to 3.1.10
2024-05-06 08:55:55 -05:00
Kuno Vercammen
b7b1c3e582 Merge remote-tracking branch 'origin/dspace-7_x' into process-ui-null-eperson-fix-7.6
# Conflicts:
#	src/assets/i18n/en.json5
2024-05-06 13:45:39 +02:00
Kuno Vercammen
488958c251 113904: Added tests for null user handling 2024-05-06 12:09:40 +02:00
Kuno Vercammen
26c234e36c 113904: Fix null user handling 2024-05-06 11:53:05 +02:00
Alexandre Vryghem
2226cc4d3b Merge branch 'advanced-search_contribute-7.6' into advanced-search_contribute-main 2024-05-05 16:10:26 +02:00
Alexandre Vryghem
58d73875b8 111731: Fixed accessibility issues 2024-05-05 16:00:35 +02:00
Alexandre Vryghem
806b07c084 111731: Fixed tests not mocking SearchConfigurationService 2024-05-05 15:28:54 +02:00
Alexandre Vryghem
e94b094c20 Merge branch 'advanced-search_contribute-7.6' into advanced-search_contribute-main
# Conflicts:
#	src/app/core/shared/search/search-configuration.service.ts
#	src/app/shared/search/advanced-search/advanced-search.component.ts
#	src/app/shared/search/search-sidebar/search-sidebar.component.html
#	src/app/shared/search/search-sidebar/search-sidebar.component.spec.ts
#	src/app/shared/search/search-sidebar/search-sidebar.component.ts
#	src/app/shared/testing/search-configuration-service.stub.ts
2024-05-05 05:43:37 +02:00
Alexandre Vryghem
806430064f 111731: Hide advanced search section when no filters are available and hide it on the home page 2024-05-05 05:19:58 +02:00
Alexandre Vryghem
029359bace 111731: Search page UI fixes
- Hide advanced search when inPlaceSearch is false
- Fixed the search settings being invisible on small screens in the sidebar
- Fixed the view mode buttons not being selected unless the parameter view was defined in the url
2024-05-04 03:05:15 +02:00
Alexandre Vryghem
f5ce79fb54 Merge branch 'use-applied-filter-to-display-label-on-search_contribute-main' into advanced-search_contribute-main
# Conflicts:
#	src/app/shared/search/search-sidebar/search-sidebar.component.html
#	src/app/shared/search/search.component.html
2024-05-04 02:49:02 +02:00
Tim Donohue
55e742fbfb Bump ejs from 3.1.9 to 3.1.10 2024-05-03 16:07:48 -05:00
Tim Donohue
c94be6bbf5 Merge pull request #2994 from DSpace/dependabot/npm_and_yarn/ejs-3.1.10
Bump ejs from 3.1.9 to 3.1.10
2024-05-03 16:03:52 -05:00
Tim Donohue
0be17bb0ed Merge pull request #3008 from tdonohue/port_2863_to_7x
[Port dspace-7_x] Added Arabic Translation
2024-05-03 15:55:51 -05:00
Mohamed Ali
aa7496e41d Added Arabic Translation 2024-05-03 15:20:51 -05:00
Tim Donohue
437cc5991e After English, reorder languages alphabetically by code 2024-05-03 15:08:11 -05:00
Tim Donohue
3b536a2856 Merge pull request #2863 from knowledgeWare-Tech/main
Added Arabic Translation
2024-05-03 15:01:58 -05:00
Alfeu Uzai Tavares
cec5892737 Refactor formatting with eslint + prettier 2024-05-03 16:58:33 -03:00
Alfeu Uzai Tavares
6df70370c9 Add CC license component to the simple item page 2024-05-03 16:53:56 -03:00
Tim Donohue
16c06624b1 Merge pull request #2930 from alexandrevryghem/fix-sync-i18n-script_contribute-main
Fix sync-i18n script throwing a compile error & added some missing translation keys
2024-05-03 14:53:36 -05:00
Alfeu Uzai Tavares
fc179a2ff7 Add unit tests for CC license component 2024-05-03 16:49:00 -03:00
Alfeu Uzai Tavares
6858b4b8e8 Add component to show CC license in the item page 2024-05-03 16:48:31 -03:00
Tim Donohue
18611660a5 Merge pull request #2814 from alexandrevryghem/use-applied-filter-to-display-label-on-search_contribute-main
Fixed authority ids being displayed on search page instead of their display value
2024-05-03 14:40:55 -05:00
Tim Donohue
a65f248eb2 Merge pull request #2651 from alexandrevryghem/theme-fixes_contribute-main
Fixed ItemSearchResultListElementComponent not fully themable
2024-05-03 14:02:56 -05:00
Tim Donohue
bc5262f5f7 Merge pull request #3006 from DSpace/backport-2831-to-dspace-7_x
[Port dspace-7_x] French translations for missing parameters (access control and batch loading)
2024-05-03 12:37:13 -05:00
Tim Donohue
07a91222c4 lint fixes
(cherry picked from commit 3bb559542d)
2024-05-03 16:44:32 +00:00
Pierre Lasou
b06bece1cb Update fr.json5 correcting bad quotation marks
(cherry picked from commit 1abc796734)
2024-05-03 16:44:32 +00:00
Pierre Lasou
053844a7bc Update fr.json5 - adding missing comma
(cherry picked from commit 3b98c8c84f)
2024-05-03 16:44:32 +00:00
Pierre Lasou
7129d6b9c8 Update fr.json5 to adresse reviewer feedback
(cherry picked from commit 46df7e805e)
2024-05-03 16:44:32 +00:00
Pierre Lasou
ae35461516 Update fr.json5 to add batch upload labels
Addition of batch upload labels (ZIP, SAF)

(cherry picked from commit c4548e63ca)
2024-05-03 16:44:32 +00:00
Pierre Lasou
a250de49a0 Update fr.json5 to add access conditions labels
Changes to the labels related to access control and access conditions.

(cherry picked from commit e747520646)
2024-05-03 16:44:32 +00:00
Tim Donohue
476e5a5ffe Merge pull request #2831 from pilasou/pilasou-translations-fr
French translations for missing parameters (access control and batch loading)
2024-05-03 11:44:12 -05:00
Tim Donohue
3bb559542d lint fixes 2024-05-03 11:16:59 -05:00
Tim Donohue
b86c7075df Fix broken links on subscriptions page 2024-05-03 11:06:35 -05:00