Commit Graph

10048 Commits

Author SHA1 Message Date
Jean-François Morin
26caab1741 Merge branch 'main' of github.com:jeffmorin/dspace-angular 2024-02-27 11:34:46 -05:00
Jean-François Morin
92553e04cd Requested changes and fixes 2024-02-27 11:34:37 -05:00
jeffmorin
ba5f50e473 Merge branch 'DSpace:main' into main 2024-02-26 20:02:55 -05:00
gaurav patel
91a419fb0f Advance search search page (#2608)
* 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)

* turn on/off and add filters as a list

* remove currenturl

* resolve

* change envierment config and url pass data

* set enabled: false ,and remove debugger ,remove searchConfig

* expect clauses  add

* reslove conflict

* merge added

* remove  commented and design change advance search

* moving the "add" button to its own col-lg-12

* resolve conflict

* reslove error

* merge en.json5 file

* remove trailing spaces

* resolve Conflicts

* Fix typo. property is filter not filters

---------

Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
2024-02-26 14:11:28 -06:00
Jean-François Morin
91d97f8af0 Fixed unit test 2024-02-23 17:12:38 -05: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
Jean-François Morin
600c99178a Fixed for loops over arrays 2024-02-23 16:56:52 -05:00
Jean-François Morin
1cea4690da Fixed styling errors 2024-02-23 16:49:48 -05:00
Jean-François Morin
e2bf9d2bcf Switched to GET requests for Content Reports 2024-02-23 16:34:29 -05:00
jeffmorin
04979919f7 Merge branch 'DSpace:main' into main 2024-02-23 16:20:48 -05: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
Jean-François Morin
c7649505e2 Second attempt to fix menu.resolver.spec.ts 2024-02-22 18:42:32 -05:00
Jean-François Morin
1c6216d40a Revert to original version 2024-02-22 17:00:55 -05:00
Jean-François Morin
5f41bc275a The newly added ConfigurationDataService seemed to be missing in the unit test class (according to cryptic error message). 2024-02-22 16:38:02 -05:00
Jean-François Morin
f1cfe9991d Fixed single-quote constraint 2024-02-22 16:07:32 -05:00
Jean-François Morin
64e3149e7e Added enable/disable Conte Reports functionality 2024-02-22 15:49:41 -05:00
jeffmorin
513b28b3ef Merge branch 'DSpace:main' into main 2024-02-22 14:57:40 -05: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
jeffmorin
79993ce502 Merge branch 'DSpace:main' into main 2024-02-22 11:19:55 -05: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
jeffmorin
2a65bd81b3 Merge branch 'DSpace:main' into main 2024-02-21 14:26:33 -05:00
Jean-François Morin
27a9ce5280 Merge branch 'main' of github.com:jeffmorin/dspace-angular 2024-02-21 14:24:03 -05:00
Jean-François Morin
8bcd82e855 Forgot styling on two buttons 2024-02-21 14:23:50 -05: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
jeffmorin
2d2a74a408 Merge branch 'DSpace:main' into main 2024-02-20 15:59:16 -05: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
Jean-François Morin
998dd94fd4 Merge branch 'main' of github.com:jeffmorin/dspace-angular 2024-02-19 15:48:59 -05:00