Alexandre Vryghem
|
e23c1f7b5d
|
110889: Replaced recently added component with search comcol section
|
2024-02-15 21:27:59 +01:00 |
|
Michael Spalti
|
381254a16e
|
File edit component updated to work for forms without access conditions.
Fixed unit test
Fixed accidental reformatting
(cherry picked from commit 6fff475a5a )
|
2024-02-15 20:00:45 +00:00 |
|
Tim Donohue
|
5c3f51b9fb
|
Merge pull request #2647 from mspalti/access-conditions
File edit component updated to work for forms without access conditions.
|
2024-02-15 14:00:28 -06:00 |
|
Alexandre Vryghem
|
bae48007b3
|
Merge remote-tracking branch 'alex/fix-scope-issues-on-search-form_contribute-7.6' into added-recently-added-section-to-community-page_contribute-7.6
|
2024-02-15 19:57:31 +01:00 |
|
Alexandre Vryghem
|
e9fe0a3cb8
|
Merge branch 'use-applied-filter-to-display-label-on-search_contribute-7.6' into use-applied-filter-to-display-label-on-search_contribute-main
|
2024-02-15 19:48:59 +01:00 |
|
Vlad Nouski
|
02baf86831
|
[CST-12044] removed aria hidden attribute
|
2024-02-15 17:32:46 +01:00 |
|
Tim Donohue
|
eb433c8727
|
Merge pull request #1638 from 4Science/CST-5249_suggestion
Openaire suggestions (publication claim)
|
2024-02-15 10:24:31 -06:00 |
|
FrancescoMolinaro
|
75f5462a5b
|
[CST-5249] fix ssr rendering
|
2024-02-15 16:10:13 +01:00 |
|
Alexandre Vryghem
|
f655777bd6
|
Merge branch 'use-applied-filter-to-display-label-on-search_contribute-7.4' into use-applied-filter-to-display-label-on-search_contribute-7.6
# Conflicts:
# src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.html
# src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.spec.ts
# src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-selected-option/search-facet-selected-option.component.html
# 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/search/search-labels/search-label/search-label.component.spec.ts
# src/app/shared/search/search-labels/search-label/search-label.component.ts
# src/app/shared/search/search-labels/search-labels.component.ts
# src/app/shared/search/search-sidebar/search-sidebar.component.html
# src/app/shared/search/search.component.html
# src/app/shared/search/search.component.ts
# src/app/shared/search/search.module.ts
|
2024-02-15 15:23:17 +01:00 |
|
jeffmorin
|
d686cb1909
|
Merge branch 'DSpace:main' into main
|
2024-02-15 09:00:53 -05:00 |
|
Alexandre Vryghem
|
a6675b8983
|
111731: Remove empty arrays from query Params, since they can cause the labels to temporarily display undefined for a few milliseconds
|
2024-02-15 13:21:36 +01:00 |
|
Alexandre Vryghem
|
47f89a6f9d
|
111731: Moved common remove/add queryParam logic for facet option/label to routeService
|
2024-02-15 13:21:36 +01:00 |
|
Alexandre Vryghem
|
dca62d6eb1
|
111731: Fixed double requests being sent when selecting a range with the absolute min/max (1950/current year)
This was caused because the search labels updated the query parameters, even when they were already updated by the facets
|
2024-02-15 13:21:36 +01:00 |
|
Alexandre Vryghem
|
10dfedd0a2
|
111731: Created search label loader and created new date label component
|
2024-02-15 13:21:36 +01:00 |
|
Alexandre Vryghem
|
9d40225feb
|
111731: Also emit the AppliedFilter for date values
|
2024-02-15 13:21:36 +01:00 |
|
Alexandre Vryghem
|
58a15329ac
|
111731: Renamed variables for clarity
|
2024-02-15 13:21:35 +01:00 |
|
Alexandre Vryghem
|
eb33ae7cb8
|
111731: Simplified retrieveFilterValues by removing the RemoteData around all the FacetValues since they were not used
|
2024-02-15 13:21:35 +01:00 |
|
Alexandre Vryghem
|
f95c941c49
|
111731: Simplified the response of the retrieveFilterValues#facetValues$ by removing the page option
|
2024-02-15 13:21:35 +01:00 |
|
Alexandre Vryghem
|
1eadb412a6
|
111731: Made the SearchLabelComponent use the AppliedFilter to display the label instead of value
|
2024-02-15 13:21:35 +01:00 |
|
Alexandre Vryghem
|
61e94664c8
|
111731: Display the authority label in the search labels
|
2024-02-15 13:21:34 +01:00 |
|
Tim Donohue
|
e1c639edcd
|
Merge pull request #2719 from 4Science/main_CST-12825
ROR Integration - Identifier Visualization
|
2024-02-14 15:16:32 -06:00 |
|
Tim Donohue
|
8506d36dbf
|
Merge pull request #2800 from alexandrevryghem/generify-component-loaders_contribute-7_x
[Port dspace-7_x] Refactored community & collection pages
|
2024-02-14 10:58:38 -06:00 |
|
Davide Negretti
|
523850bc45
|
[DURACOM-195] fixes
|
2024-02-14 12:05:55 +01:00 |
|
FrancescoMolinaro
|
2b3339748d
|
fix conflicts with main
|
2024-02-14 11:20:09 +01:00 |
|
Andrea Barbasso
|
5ff253e581
|
remove mathjax (it uses the xmldom-sre library, that has a documentElement.setAttribute error)
|
2024-02-14 11:16:33 +01:00 |
|
FrancescoMolinaro
|
47f1b843e4
|
Merge branch 'main' into coar-notify-7
|
2024-02-14 11:14:14 +01:00 |
|
FrancescoMolinaro
|
f475a4f516
|
[CST-5249] fix deletion propagation
|
2024-02-14 11:08:06 +01:00 |
|
Andrea Barbasso
|
387f5ee26f
|
update missing dependencies
|
2024-02-14 10:57:27 +01:00 |
|
Jens Vannerum
|
9767260b9a
|
111768: add back necessary setCurrentValue calls that were removed earlier
|
2024-02-14 10:41:24 +01:00 |
|
Francesco Molinaro
|
824cdfaf37
|
Merged in CST-13526-untrusted-ip-mapping (pull request #1312)
CST-13526 untrusted ip mapping
Approved-by: Stefano Maffei
|
2024-02-14 09:14:33 +00:00 |
|
Jens Vannerum
|
5c84ede728
|
Merge remote-tracking branch 'dspaceMain/main' into w2p-110088_keyboard-to-select-values
|
2024-02-14 09:42:54 +01:00 |
|
Alexandre Vryghem
|
0366e8b934
|
Replace routerLinkActive with [class.active] to ensure visibility of aria-current tag
|
2024-02-14 00:10:41 +01:00 |
|
Davide Negretti
|
5b096deb36
|
Merge branch 'main' into DURACOM-195
# Conflicts:
# src/app/shared/log-in/methods/password/log-in-password.component.html
|
2024-02-13 22:12:54 +01:00 |
|
Alexandre Vryghem
|
21cc311d2a
|
Merge remote-tracking branch 'upstream/main' into feature-process_polling
|
2024-02-13 21:28:51 +01:00 |
|
Tim Donohue
|
c75e6e29e8
|
Merge pull request #2722 from alexandrevryghem/refactor-comcol-pages_contribute-main
Refactored community & collection pages
|
2024-02-13 14:22:20 -06:00 |
|
Tim Donohue
|
56b38f621e
|
Merge pull request #2624 from 4Science/DURACOM-204
[#2622] Makes forgot-password link removable
|
2024-02-13 14:19:22 -06:00 |
|
Vincenzo Mecca
|
678d0896c5
|
[#2719][CST-12825] Refactors item-page-img-field component
|
2024-02-13 18:21:51 +01:00 |
|
Vincenzo Mecca
|
26bfc58278
|
[#2719][CST-12825] Refactors item-page-img-field component
|
2024-02-13 18:08:31 +01:00 |
|
Andrea Barbasso
|
53e8b69aab
|
remove or update libraries
|
2024-02-13 16:59:22 +01:00 |
|
FrancescoMolinaro
|
5d85e511a1
|
[CST-5249] fix tests
|
2024-02-13 16:13:47 +01:00 |
|
Andrea Barbasso
|
bc29293411
|
change TransferState import
|
2024-02-13 14:14:34 +01:00 |
|
Andrea Barbasso
|
3794007e9e
|
do not use componentFactories anymore
|
2024-02-13 14:10:54 +01:00 |
|
Vincenzo Mecca
|
0e4151efa8
|
[#2624][DURACOM-204] Created new guard for forgot route
|
2024-02-13 13:43:14 +01:00 |
|
FrancescoMolinaro
|
62dc53d006
|
Fix merge conflicts with main
|
2024-02-13 13:04:12 +01:00 |
|
FrancescoMolinaro
|
c09a6e819f
|
Merge branch 'main' into coar-notify-7
|
2024-02-13 12:52:33 +01:00 |
|
FrancescoMolinaro
|
8dc7eeb242
|
[CST-5249] fix suggestion refresh after ignore
|
2024-02-13 12:37:29 +01:00 |
|
Art Lowel
|
cb6ed39219
|
ensure all subscriptions are tracked and cleaned up
|
2024-02-13 11:48:47 +01:00 |
|
Andrea Barbasso
|
6cdb3d1eb2
|
provide APP_ID instead of BrowserModule.withServerTransition, remove BrowserModule import
|
2024-02-13 11:21:04 +01:00 |
|
Vincenzo Mecca
|
ca3749be4a
|
Merge remote-tracking branch 'github/main' into main_CST-12825
# Conflicts:
# src/assets/i18n/en.json5
# src/styles/_custom_variables.scss
|
2024-02-13 11:20:26 +01:00 |
|
Andrea Barbasso
|
4e6d90b501
|
import renderModule instead of renderModuleFactory
|
2024-02-13 11:18:17 +01:00 |
|