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
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
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
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
2215f5fe3e
Merge pull request #3016 from tdonohue/fix_submission_reload
...
Ensure `item` is also embedded in submission form
2024-05-07 13:53:04 -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
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
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
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
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
2a422ba9c5
Merge pull request #3004 from tdonohue/fix_3000
...
Fix `TypeError: Cannot read properties of undefined (reading 'userAgent')`
2024-05-03 10:19:41 -05:00
Tim Donohue
9efcbb20a4
Fix bug where "navigator" may be null in SSR mode
2024-05-03 09:38:02 -05:00
Tim Donohue
efdc357903
Merge pull request #2997 from tdonohue/update_for_runnable_jar
...
Ensure Docker Compose uses Runnable JAR (Angular)
2024-05-02 16:33:39 -05:00
Alexandre Vryghem
b75f589f36
Merge remote-tracking branch 'upstream/main' into use-applied-filter-to-display-label-on-search_contribute-main
...
# Conflicts:
# src/app/shared/search/models/search-query-response.model.ts
# src/app/shared/search/search-filters/themed-search-filters.component.ts
# src/app/shared/search/search-sidebar/search-sidebar.component.html
# src/app/shared/search/search-sidebar/themed-search-sidebar.component.ts
# src/app/shared/search/search.component.html
2024-05-02 22:32:00 +02:00
Tim Donohue
054043a872
Merge pull request #2980 from atmire/w2p-114599_ClickingSaveOnCreateComColProvidesUserFeedback
...
Clicking save on create community and collection pages provides user feedback
2024-05-02 15:14:10 -05:00
Alexandre Vryghem
561ccc398e
111731: Used yml config to configure the visibility advanced search component & its filters
2024-05-02 22:03:54 +02:00
Tim Donohue
2260eab12c
Sync cli.ingest.yml with same code as in DSpace/DSpace
2024-05-02 11:37:06 -05:00
Tim Donohue
574adc846b
Ensure Docker Compose uses Runnable JAR. Minor bug fixes to loadsql per #2966
2024-05-02 11:37:06 -05:00
Alexandre Vryghem
e251c2c341
Merge branch 'advanced-search_contribute-7.6' into advanced-search_contribute-main
...
# Conflicts:
# src/app/shared/search-form/search-form.component.spec.ts
# src/app/shared/search-form/search-form.component.ts
2024-05-02 13:45:48 +02:00
Kuno Vercammen
20146bdcef
114599: Updated the e2e tests so they succeed
2024-05-02 12:38:12 +02:00
dependabot[bot]
beab40a67a
Bump ejs from 3.1.9 to 3.1.10
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-02 10:37:36 +00:00