Commit Graph

10020 Commits

Author SHA1 Message Date
Davide Negretti
1fb742c00a Merge branch 'main' into DURACOM-195
# Conflicts:
#	src/assets/i18n/en.json5
#	src/styles/_custom_variables.scss
#	src/themes/dspace/styles/_theme_css_variable_overrides.scss
2024-02-26 12:44:31 +01:00
gaurav patel
bfeeeac96f only add Display Search Facets to the Homepage (#2275)
* Update homepage-config.interface.ts

change comment of homepage-config.interface.ts

* advance Search add

* slove error while unti test

* write unit test

* Ensures select element has an accessible name

* change data pass into url

* error resolve

* Search.Filters.Applied.F.Title given name as Title

* Advanced filters configurable in the User interface (in config.*.yml)

* Search Facets on all Home, Community, Collection

* should pass accessibility tests error resolve

* change label name

* unique role or role/label/title

* remove same role name

* order of headings is semantically correct

* semantically correct advance search and global css

* URL pattern

* headings is semantically correct

* Merge branch 'Search-Facets-home-community-collection' of https://github.com/GauravD2t/Advanced-search into Search-Facets-home-community-collection

* change update

* change update

* remove advance search code from here

* removing all code relating to Community/Collection pages

* resolve  code conflict

* remove the space

* remove commented code

* add  'merge'

* resolve confilt

* remove back file

* add lable dynamic

* Update search-navbar.component.spec.ts

* Update search-filter.component.html

* showDiscoverFilters config in yml file

* Ensures the order of headings is semantically correct

* showDiscoverFilters change default to false

* Update homepage-config.interface.ts to use boolean instead of false

---------

Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
2024-02-23 16:01:36 -06:00
Tim Donohue
fc4f0ec6a3 Merge pull request #2653 from toniprieto/edit-item-authorities
Implement vocabulary value selectors in item’s metadata edit form
2024-02-23 15:04:45 -06:00
Tim Donohue
fc6da94827 Merge pull request #2756 from atmire/process-admin-ui-redesign-8.0.0-next
Split processes overview page into sections
2024-02-23 14:53:55 -06:00
Toni Prieto
1fc046249b Preserve the confidence value when loading the initial value of the model into the DsDynamicOneboxComponent. Previously, the accepted confidence value was always displayed if a valid vocabulary entry was retrieved, incorrectly displaying it for values without accepted authority. 2024-02-23 11:05:26 +01:00
Toni Prieto
7253a5917c Update the value with the searched text in the onBlur() event of DsDynamicOneBoxComponent when the user doesn't select any typeahead suggestion. The previous code attempted to maintain focus on the input field to not lose changes but it wasn't working. 2024-02-23 10:54:14 +01:00
Andreas Awouters
ff4b4a6881 Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next 2024-02-23 08:12:47 +01:00
Toni Prieto
b4a9a0dd1e Add a new mode to AuthorityConfidenceStateDirective to configure use fontawesome icons instead of class defined in style property 2024-02-22 20:29:53 +01:00
Toni Prieto
f3a64bcadc Implement vocabulary selector for new fields input 2024-02-22 20:29:53 +01:00
Toni Prieto
a5512f08e7 No display authority key if confidence is unset (-1) or no-value (0) 2024-02-22 20:29:52 +01:00
Toni Prieto
45eaa87f9c Implementation of controlled vocabularies value selectors during item editing 2024-02-22 20:29:52 +01:00
Toni Prieto
439739ab42 Add support for MetadataValue class to AuthorityConfidenceStateDirective 2024-02-22 20:29:52 +01:00
Toni Prieto
c596c6eb14 Add aria-label and loadingInitialValue property to DsDynamicOneboxComponent 2024-02-22 20:29:52 +01:00
Toni Prieto
8d25ba764c Implement getVocabularyByMetadataAndCollection in VocabularyService 2024-02-22 20:29:52 +01:00
Tim Donohue
45650c1a2a Merge pull request #2480 from atmire/feature-process_polling
Feature process polling
2024-02-22 10:43:14 -06:00
Tim Donohue
1c7f098ddd Merge pull request #2830 from 4Science/fix-issue-9355
[issue-9355] fix error on e2e tests
2024-02-22 10:09:13 -06:00
FrancescoMolinaro
10e8768fc2 [issue-9355] fix error on e2e tests 2024-02-22 16:25:47 +01:00
Sascha Szott
d5aca7633c site search should not adopt existing URL query string parameters (#2818)
src/app/search-navbar: do not merge existing query params

Do not merge existing query params when using site search from MyDSpace workflow.
2024-02-22 11:10:02 +03:00
Tim Donohue
32bac12bbd Merge pull request #2732 from alexandrevryghem/added-recently-added-section-to-community-page_contribute-main
Added search facets to community & collection pages
2024-02-21 12:17:09 -06:00
Tim Donohue
d61d688848 Merge pull request #2820 from philipprumpf/multiple-import
Add translation for DOI multiple parallel import source.
2024-02-21 09:47:35 -06:00
Andreas Awouters
adea818306 Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next 2024-02-21 08:51:41 +01:00
Andreas Awouters
b1d9b4bd62 Merge remote-tracking branch 'atmire/feature-process_polling' into process-admin-ui-redesign-8.0.0-next 2024-02-21 08:51:13 +01:00
Andreas Awouters
5ef168b57b Merge branch 'w2p-111638_Process-admin-UI-redesign_Overview-page-tables_PR-feedback' into process-admin-ui-redesign-8.0.0-next 2024-02-21 08:50:25 +01:00
Art Lowel
f887997fb3 update tests 2024-02-21 08:13:51 +01:00
Andreas Awouters
960bfbbfe5 111638: Fix autoRefreshingSearchBy test 2024-02-21 08:13:51 +01:00
Andreas Awouters
fa2f3e63e7 111638: Clean up autoRefreshing calls 2024-02-21 08:13:51 +01:00
Andreas Awouters
08299e5c78 111638: Only collapse tables on initial page open 2024-02-21 08:13:51 +01:00
Tim Donohue
dcf583670f Merge pull request #2631 from vNovski/CST-12044-visualize-the-primary-bitstream
CST-12044 visualize the primary bitstream & CST-12043 primary bitstream flag
2024-02-20 17:09:45 -06:00
Tim Donohue
daf6dfeeeb Merge pull request #2733 from atmire/w2p-110088_keyboard-to-select-values
Use keyboard to select values
2024-02-20 09:38:30 -06:00
Philipp Rumpf
22919eb7fd Add translation for DOI multiple parallel import source.
Goes with DSpace#9132.
2024-02-20 14:54:12 +00:00
Alexandre Vryghem
049fbb8778 Merge branch 'feature-process_polling-7.6' into feature-process_polling 2024-02-19 18:57:38 +01:00
Alexandre Vryghem
8ddc62168e 108915: Prevent self links & unresolved followLinks to be added as dependencies 2024-02-19 18:56:43 +01:00
Jens Vannerum
f7f86b0a9e 111768: move original code back to init only for performance 2024-02-19 11:42:57 +01:00
Andreas Awouters
ab479251ad 111638: Fix lint errors & small typo 2024-02-19 08:54:55 +01:00
Alexandre Vryghem
629c06cc16 Merge branch 'added-recently-added-section-to-community-page_contribute-7.6' into added-recently-added-section-to-community-page_contribute-main 2024-02-18 18:50:44 +01:00
Alexandre Vryghem
7968f68976 110889: Fixed trackStatistics still sending backend requests to track search event when trackStatistics is false 2024-02-18 18:49:55 +01:00
Alexandre Vryghem
5590ef46bb Merge branch 'added-recently-added-section-to-community-page_contribute-7.6' into added-recently-added-section-to-community-page_contribute-main 2024-02-18 17:54:28 +01:00
Alexandre Vryghem
37c534b809 110889: Don't retrieve the accessStatus when item.showAccessStatuses is false 2024-02-18 17:54:01 +01:00
Alexandre Vryghem
9ff3ed4351 Merge remote-tracking branch 'upstream/main' into added-recently-added-section-to-community-page_contribute-main
# Conflicts:
#	config/config.example.yml
#	src/app/shared/search-form/search-form.component.ts
#	src/assets/i18n/en.json5
#	src/config/default-app-config.ts
2024-02-18 15:32:39 +01:00
Alexandre Vryghem
877c2d4eaa 110889: Added discovery configuration to community & collection search sections 2024-02-18 15:13:09 +01:00
Alexandre Vryghem
9e7a59ddd0 110889: Prevent vocabulary undefined from being retrieved in hierarchy filter when none is configured 2024-02-18 11:58:04 +01:00
Alexandre Vryghem
cbe3f2f8f5 110889: Fixed searchevents request containing the query params in the clickedObject
Also fixed minor CSS issue in mobile mode where sidebar is still visible
2024-02-18 11:55:23 +01:00
Alexandre Vryghem
7bf7ee0ba7 110889: Added config to disable community/collection sidebar 2024-02-18 02:00:51 +01:00
Alexandre Vryghem
0bee02a501 110889: Remove the scope query parameter from the search on comcol pages 2024-02-18 00:32:53 +01:00
Alexandre Vryghem
0e2630d729 110889: Added search form to the community & collection pages 2024-02-18 00:32:52 +01:00
Tim Donohue
055122918f Merge pull request #2770 from saschaszott/patch-13
German translations of feedback page translation keys
2024-02-15 16:11:22 -06:00
Tim Donohue
4c3d374e9c Merge pull request #2794 from alexandrevryghem/fix-scope-issues-on-search-form_contribute-main
Added scope @Input() to the SearchComponent & fixed related bugs
2024-02-15 14:37:46 -06:00
Alexandre Vryghem
e23c1f7b5d 110889: Replaced recently added component with search comcol section 2024-02-15 21:27:59 +01: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