Alexandre Vryghem
7a9bb4d726
113901: Don't unsubscribe after first succeeded remote data, because otherwise the reRequestOnStale won't work
2024-05-23 11:58:44 +02:00
Zahraa Chreim
ffe30628ec
114858: Fix Com/Coll admins' management functionality for roles/groups
2024-05-23 08:58:37 +03:00
root
ff68eacff3
Correcting a formatting error
2024-05-22 09:12:54 -03:00
Andrea Barbasso
e20c5d84b6
Merge remote-tracking branch 'refs/remotes/github/main' into task/main/DURACOM-263
2024-05-22 11:51:23 +02:00
root
4359361850
DSpace #1176 - Browse by Author serious issues
2024-05-21 17:08:40 -03:00
Tim Donohue
71bc1ad856
Merge pull request #2738 from 4Science/main-restore-hierarchical-tree-original-behaviour
...
Restore hierarchical tree original behaviour
2024-05-21 12:07:53 -05:00
Simone Ramundi
7581c9b6ea
[DURACOM-263] - NEW - fix redirect to submission form on new item version
2024-05-21 18:08:08 +02:00
Andrea Barbasso
e14610914a
[DURACOM-263] fix redirect to submission form on new item version creation
2024-05-21 12:31:30 +02:00
Alexandre Vryghem
df80c33e4e
115046: Fixed multiple edit relationship bugs
...
- Fixed issue making it impossible to add new relationships until the page is refreshed after deleting an existing one (only when you refreshed the page after creating the initial relationship)
- Fixed NPE in DsDynamicLookupRelationModalComponent
- Grouped buttons on relationship page in order to assure that they always have the same behaviour
2024-05-17 20:07:57 +02:00
Alexandre Vryghem
20a9b527ac
Merge branch 'legacy-bitstream-redirect-7.6' into legacy-bitstream-redirect_contribute-main
...
# Conflicts:
# src/app/bitstream-page/bitstream-page-routing.module.ts
# src/app/bitstream-page/legacy-bitstream-url.resolver.spec.ts
# src/app/bitstream-page/legacy-bitstream-url.resolver.ts
2024-05-16 20:47:46 +02:00
Kuno Vercammen
369bd693d4
114624: Refactored legacyBitstreamURL resolver into a guard to set the redirect status code to 301 Moved Permanently
2024-05-16 20:41:34 +02:00
Tim Donohue
d74e672997
Merge pull request #3056 from alexandrevryghem/minor-ui-improvements_contribute-main
...
Fixed item-edit.cy.ts regularly failing & minor UI improvements
2024-05-16 13:21:46 -05:00
Giuseppe Digilio
0c92934e93
Merge branch 'refs/heads/main' into main-restore-hierarchical-tree-original-behaviour
...
# Conflicts:
# src/app/browse-by/browse-by-taxonomy-page/browse-by-taxonomy-page.component.ts
# src/app/shared/form/builder/ds-dynamic-form-ui/models/onebox/dynamic-onebox.component.ts
# src/app/shared/form/vocabulary-treeview-modal/vocabulary-treeview-modal.component.spec.ts
# src/app/shared/form/vocabulary-treeview-modal/vocabulary-treeview-modal.component.ts
# src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.spec.ts
# src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.ts
# src/app/shared/form/vocabulary-treeview/vocabulary-treeview.service.ts
# src/app/shared/search/search-filters/search-filter/search-hierarchy-filter/search-hierarchy-filter.component.ts
2024-05-16 17:08:33 +02:00
Giuseppe Digilio
07a03bfa2d
fix after merge
2024-05-16 15:59:48 +02:00
Giuseppe Digilio
1ccc7c624a
Merge branch 'refs/heads/main' into main-optimize-metadata-represenation-rendering
...
# Conflicts:
# src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts
# src/app/item-page/simple/metadata-representation-list/metadata-representation-list.component.ts
2024-05-16 15:48:59 +02:00
Tim Donohue
02e91dd383
Merge pull request #3005 from tdonohue/fix_subscription_links
...
Fix broken links on `/subscriptions` page
2024-05-16 08:34:22 -05:00
Alexandre Vryghem
1338712048
115046: Fixed failing tests & added new test to cover added code
...
(cherry picked from commit 479adf6519
)
2024-05-16 14:42:38 +02:00
Art Lowel
71d033bf50
decrease the number of unnecessary rerenders by checking whether the relationship types have changed
...
(cherry picked from commit a658bf4531
)
2024-05-16 14:10:37 +02:00
Art Lowel
5f74c295d3
fix issue where relationship lists wouldn't update automatically from the second submit onwards
...
(cherry picked from commit 4541788a34
)
2024-05-16 14:00:31 +02:00
Art Lowel
fda14ac568
fix spinners
...
(cherry picked from commit cb59c05baf
)
2024-05-16 14:00:09 +02:00
Art Lowel
65a629387a
Merge remote-tracking branch 'alexandre/fix-create-relationship-not-working-between-same-types_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one
...
(cherry picked from commit 1c50dbf4c6
)
2024-05-16 13:52:48 +02:00
Art Lowel
b8a4c83353
fix issue where a submit emitted from the edit relationship modal wouldn't arrive in the edit relationships component
...
(cherry picked from commit 9f3ee32858
)
2024-05-16 13:39:03 +02:00
Art Lowel
814c81b7b7
update test
...
(cherry picked from commit e4b098e64d
)
2024-05-16 13:22:24 +02:00
Art Lowel
17d1f2e6ac
also add relationships one by one on the edit item relationships tab
...
(cherry picked from commit 8e59b7d0b0
)
2024-05-16 13:20:45 +02:00
Alexandre Vryghem
56c786d3f7
Added missing alt & replaced remaining dspace logo PNGs with SVGs
2024-05-16 00:08:42 +02:00
Alexandre Vryghem
014944fede
Fixed image overflowing outside of notification component
2024-05-16 00:08:42 +02:00
Alexandre Vryghem
77d0f9cd60
Fixed item-edit.cy.ts regularly failing because of aria-required-children for role="row" & added missing roles to edit comcol tabs
2024-05-16 00:08:41 +02:00
Tim Donohue
d8a24686ec
Merge pull request #3046 from alexandrevryghem/w2p-109964_fix-vocabulary-options-with-url-as-stored-value_contribute-main
...
Fix self link don't match warnings for authorization endpoint
2024-05-15 16:49:23 -05:00
Alexandre Vryghem
c2684d3078
Aligned communities search results like collections on md screens
2024-05-15 21:11:28 +02:00
Alexandre Vryghem
83bbb98e4f
Fix COAR notify link on the info component
2024-05-15 21:11:28 +02:00
Tim Donohue
13a33cde95
Merge pull request #2706 from rsaraivac/patch-2
...
Update pt-PT.json5
2024-05-15 12:16:37 -05:00
Tim Donohue
782352d8b5
Merge pull request #2944 from tdonohue/disable_inline_css
...
Disable `inlineCriticalCss` by default for better SSR performance
2024-05-15 12:06:58 -05:00
Alexandre Vryghem
d3e057e0c2
Merge branch 'w2p-109964_fix-vocabulary-options-with-url-as-stored-value_contribute-7.6' into w2p-109964_fix-vocabulary-options-with-url-as-stored-value_contribute-main
2024-05-15 00:50:56 +02:00
Alexandre Vryghem
b0991db1d4
Don't encode the uri parameter of /api/authz/authorizations/search/object since the returned self link doesn't encode the uri param
2024-05-15 00:48:34 +02:00
Tim Donohue
f59510d27e
Merge pull request #2837 from 4Science/DURACOM-235
...
Enhanced community/colletion logo edit
2024-05-14 14:06:57 -05:00
Ricardo Saraiva
16c5665b31
Update pt-PT.json5
...
Revision and improvement of some of the already existing translation keys upon reviewers’ suggestions.
2024-05-14 19:15:27 +01:00
Tim Donohue
74f89f2d76
Merge pull request #3028 from sistedes/issue-3019
...
Add HTML support on system-wide alert (Fixes #3019 )
2024-05-14 12:31:18 -05:00
Tim Donohue
d4e4143bf2
Merge pull request #3041 from DSpace/backport-2983-to-main
...
[Port main] Fix Author search result without co-author
2024-05-14 11:47:18 -05:00
Giuseppe Digilio
b7d454ffc1
[DURACOM-235] fix refactored after merge
2024-05-14 18:44:54 +02:00
Tim Donohue
70cbe16f72
Merge pull request #3025 from techlib/main
...
Czech DSpace 7 UI translation by NTK
2024-05-14 11:38:05 -05:00
Giuseppe Digilio
78e8fabc7f
Merge remote-tracking branch '4scienceGithub/DURACOM-235' into DURACOM-235
...
# Conflicts:
# src/app/collection-page/create-collection-page/create-collection-page.component.html
# src/app/shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component.ts
2024-05-14 18:22:17 +02:00
Giuseppe Digilio
dbf9d29980
[DURACOM-235] Refactored creation in order to navigate to created object page
2024-05-14 18:15:47 +02:00
Giuseppe Digilio
b689b9f8a5
[DURACOM-235] Fixed home page path
2024-05-14 18:14:43 +02:00
Tim Donohue
517b367605
lint fixes
2024-05-14 11:06:15 -05:00
Tim Donohue
ae10f0a1ef
Merge pull request #3040 from atmire/w2p-112198_add-relationship-effects-queue-main
...
[Port 8.x] Fix for not all CREATE/DELETE Relationship requests coming through, during submission entity lookup
2024-05-14 09:23:36 -05:00
Tim Donohue
3cd69dd1a9
Merge pull request #3007 from tdonohue/reorder_langs
...
After English, reorder languages alphabetically by language code
2024-05-14 09:14:42 -05:00
NTK
ca7a9cf120
Czech DSpace 7 UI translation by NTK
2024-05-14 01:45:01 +02:00
Oscar Chacón
696a0de1ad
Update: replaced logic of allMetadataValues method by allMetadataNoExcludingValues logic
...
(cherry picked from commit 5e59403779
)
2024-05-13 19:19:53 +00:00
Oscar Chacón
55326246b5
Fix trailing spaces and removed console.log
...
(cherry picked from commit 2530845b9b
)
2024-05-13 19:19:53 +00:00
Oscar Chacón
4a608b1358
Fix: author search result without co-author
...
(cherry picked from commit f055ff6fbd
)
2024-05-13 19:19:53 +00:00