Commit Graph

10383 Commits

Author SHA1 Message Date
Davide Negretti
91f01ad542 Merge branch 'main' into DURACOM-195
# Conflicts:
#	src/assets/i18n/en.json5
#	src/themes/dspace/app/navbar/navbar.component.html
2024-02-29 19:11:03 +01:00
Tim Donohue
c195175fd7 Merge pull request #2681 from 4Science/coar-notify-7
Coar Notify Integration
2024-02-29 12:00:23 -06:00
FrancescoMolinaro
cd6a00e48b resolve conflicts after alignment with main 2024-02-29 09:04:17 +01:00
FrancescoMolinaro
6fc4c05627 Merge branch 'main' into coar-notify-7 2024-02-29 08:56:49 +01:00
Tim Donohue
ff05094008 Merge pull request #2163 from jeffmorin/main
Content reports ported from DSpace 6.x
2024-02-28 11:49:36 -06:00
FrancescoMolinaro
5eb2405a68 resolve conflicts after main alignment 2024-02-28 17:58:24 +01:00
FrancescoMolinaro
47a907c1d2 Merge branch 'main' into coar-notify-7 2024-02-28 15:41:07 +01:00
Jean-François Morin
410a278eca Resolved conflicts 2024-02-27 22:06:24 -05:00
Tim Donohue
0d63a851e1 Merge pull request #2759 from 4Science/CST-12109-WITHDRAWN-REINSTATE-requests
WITHDRAW / REINSTATE requests for an item
2024-02-27 16:07:43 -06:00
frabacche
aaf0ce24e0 coar-notify-7 item submission coar section show label if no inbound pattern are configured on LDN Notify Services 2024-02-27 20:59:56 +01:00
FrancescoMolinaro
6be10a81f4 fix section data load for coar section in submission 2024-02-27 18:19:34 +01:00
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
Alisa Ismailati
e4b28146ca Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular into CST-12109-WITHDRAWN-REINSTATE-requests 2024-02-27 16:22:08 +01:00
Davide Negretti
a88282d70b [DURACOM-195] fix spacing in collapsible menu 2024-02-27 14:05:48 +01:00
frabacche
3ed617eb69 NOtifyService item-filter patch fix 2024-02-27 12:10:18 +01:00
Alisa Ismailati
447b275387 [CST-12109] Updated notification text messages 2024-02-27 10:33:03 +01:00
frabacche
c1b22826c6 en double label 2024-02-27 09:39:59 +01:00
frabacche
153cbc1848 Merge remote-tracking branch 'origin/main' into coar-notify-7 2024-02-27 09:34:58 +01: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
Davide Negretti
fdbe7a6005 [DURACOM-195] fix 2024-02-26 20:41:44 +01:00
Davide Negretti
d1dc8e6038 [DURACOM-195] replace ul/li with div in sidebar 2024-02-26 20:32:31 +01:00
Davide Negretti
8e35c0f713 [DURACOM-195] add background on mouse over to dropdown user menu items 2024-02-26 20:24:12 +01:00
Davide Negretti
bff93a0847 [DURACOM-195] fix issue with logo on small screens 2024-02-26 18:23:51 +01:00
Davide Negretti
abba806d40 [DURACOM-195] replace ul/li with div in navbar 2024-02-26 16:22:28 +01:00
FrancescoMolinaro
03ee758f63 update filter labels 2024-02-26 15:42:41 +01:00
frabacche
14976e0e06 fix Test errors, hide COAR requests with no LDN associable 2024-02-26 15:30:26 +01:00
frabacche
fbd5dd41ed Merge remote-tracking branch 'origin/main' into coar-notify-7 2024-02-26 14:40:17 +01:00
FrancescoMolinaro
2b57275e6d map constraints, add guard, small restyle (badge), remove unused patterns 2024-02-26 13:07:47 +01:00
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
Alisa Ismailati
d0ed40536d [CST-12109] added discernable text to delete button for non-admin users 2024-02-26 10:26:35 +01: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
Alisa Ismailati
49a3310273 [CST-12109] rewrite unit test case 2024-02-23 17:16:06 +01:00
Alisa Ismailati
37dc8ccd11 [CST-12109] logo alignment 2024-02-23 15:47:58 +01:00
Alisa Ismailati
e7579b7bf5 [CST-12109] fix of text messages / source image 2024-02-23 15:03:52 +01: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