Alan Orth
855ca64c1e
dspace: Change description for image/png to "PNG"
...
"image/png" is the mime type, not the short description.
2023-03-31 20:56:54 +03:00
Alexandre Vryghem
5976c5c970
Merge remote-tracking branch 'upstream/main' into w2p-99466_made-import-external-source-date-uniform_contribute-main
2023-03-29 09:59:18 +02:00
Alexandre Vryghem
0133be8a49
99466: Fixed ArXiv date not being formatted as a date but just being saved as a plain string
2023-03-28 11:16:18 +02:00
Alexandre Vryghem
6a29d01496
99466: Fixed pubmed date not being saved like the dateFormatsToAttempt specified in pubmed-integration.xml
2023-03-27 17:35:50 +02:00
Michael Spalti
e0846452e5
Added test and format registry entry
...
Added jp2 resource
2023-03-20 16:04:37 -07:00
Kristof De Langhe
47fab88c17
89779: VersionedHandleIdentifierProviderWithCanonicalHandles fix pt1
2023-02-24 17:30:28 +01:00
corrado lombardi
58a010d149
Merge branch 'main' into CST-7754
...
# Conflicts:
# dspace-api/src/test/java/org/dspace/builder/AbstractBuilder.java
2023-02-13 17:03:30 +01:00
corrado lombardi
c729fc3b38
Merge branch 'main' into CST-7754
2023-02-13 16:57:49 +01:00
Mykhaylo
c34c14f807
Merge branch 'main' into CST-7756-SubscriptionFeature
2023-02-10 21:18:38 +01:00
Marie Verdonck
f788daa45f
Merge branch 'main' into w2p-97414_advanced_workflow_actions-main
2023-02-10 19:37:39 +01:00
Mykhaylo
dd6b03bafc
Merge branch 'main' into CST-7756-SubscriptionFeature
2023-02-10 17:29:43 +01:00
corrado lombardi
e1700797d2
Merge branch 'main' into CST-7754
...
# Conflicts:
# dspace-api/src/main/java/org/dspace/content/InstallItemServiceImpl.java
2023-02-10 15:21:54 +01:00
Tim Donohue
1a4e203a96
Merge pull request #8423 from the-library-code/TLC-249_identifiers_submission_7x
...
Show Identifier Step, pre-register identifiers
2023-02-10 06:51:20 -06:00
corrado lombardi
b76df48c0d
Merge branch 'main' into CST-7754
...
# Conflicts:
# dspace-api/src/test/java/org/dspace/builder/AbstractBuilder.java
2023-02-10 09:54:40 +01:00
Mykhaylo
5c1dbb0fc5
Merge branch 'main' into CST-7756-SubscriptionFeature
2023-02-10 08:33:04 +01:00
Tim Donohue
ec514b5aec
Merge pull request #8624 from atmire/w2p-97425_System-wide-alerts
...
System-wide alerts
2023-02-09 17:10:50 -06:00
Pascal-Nicolas Becker
94c5450318
[TLC-249] Ensure property identifiers.item-status.register-doi is set
2023-02-09 21:39:19 +01:00
Mykhaylo
9a9dff47fc
Merge branch 'main' into CST-7756-SubscriptionFeature
2023-02-09 09:10:47 +01:00
Kim Shepherd
94cb0c78ec
[TL-249] Remove example-doi_filter from config, add singleton attr to TrueFilter
2023-02-09 08:21:38 +13:00
Kim Shepherd
f9ffceb172
[TLC-249] Refactor identifiers create endpoint
2023-02-09 08:21:36 +13:00
Kim Shepherd
9c7729e0ab
[TLC-249] Update configuration identifiers.cfg
2023-02-09 08:21:09 +13:00
Kim Shepherd
e82ff5eeec
[TLC-249] Address review feedback
...
Controller updated to be less DOI-specific in its
registration implementation
item-status.register renamed to registerDOI
display types included in section data, for UI hints
comments / javadoc added
DOI status text sent instead of number in status data
As per tdonohue's revew on 2022-01-18
2023-02-09 08:21:07 +13:00
Kim Shepherd
dcdbad7d02
[TLC-249] Add and expose config for enabling register DOI
2023-02-09 08:18:14 +13:00
Kim Shepherd
20aeedfdb3
[TLC-249] Refactor to support better filter usage, PENDING and MINTED status
2023-02-09 08:17:47 +13:00
Kim Shepherd
c93e6e4a9e
[TLC-249] Show Identifier Step, pre-register identifiers
2023-02-09 08:17:47 +13:00
Tim Donohue
1c4a27bcd4
Merge pull request #8619 from atmire/w2p-97298_issue-3281_self-register-issue-main
...
Self register domains restriction
2023-02-08 10:56:12 -06:00
corrado lombardi
f5dc078d2f
Merge branch 'main' into CST-7756-SubscriptionFeature
2023-02-08 13:31:44 +01:00
Mykhaylo
a00295a32d
[CST-7756] described beans
2023-02-08 13:22:50 +01:00
corrado lombardi
31bd28e80c
[CST-7756] added dissemination for generic DSpace Item
2023-02-07 18:00:26 +01:00
corrado lombardi
3584633516
[CST-7756] added email subject
2023-02-07 18:00:09 +01:00
Mykhaylo
f6967125fb
[CST-7756] minor refactoring
2023-02-07 17:16:21 +01:00
Mykhaylo
b4db57ff99
[CST-7756] implemented community feedbacks
2023-02-07 10:41:11 +01:00
Marie Verdonck
da53eba37c
Merge branch 'w2p-97414_advanced_workflow_actions-7.2' into w2p-97414_advanced_workflow_actions-main
...
# Conflicts:
# dspace-api/src/main/java/org/dspace/xmlworkflow/state/actions/processingaction/SingleUserReviewAction.java
# dspace/config/dspace.cfg
2023-02-06 17:13:13 +01:00
Marie Verdonck
07bc6d3141
#8629 : PR feedback refactor
2023-02-06 16:46:35 +01:00
Marie Verdonck
450956de86
#8629 : Make sure temporary worfklow groups of reviewers get deleted
2023-02-06 10:25:41 +01:00
Kim Shepherd
56ed4aadd4
[TLC-380] Remove unused methods, add ITs
2023-02-06 18:09:15 +13:00
corrado lombardi
fc548e6586
Merge branch 'main' into CST-7754
2023-02-03 18:49:57 +01:00
corrado lombardi
920b36ec48
[CST-7754] updated comment
2023-02-03 18:38:14 +01:00
corrado lombardi
a26790fe4b
[CST-7756] removed Items section
2023-02-03 15:10:46 +01:00
corrado lombardi
ad6d514e0e
[CST-7756] removed mail template used by previous script
2023-02-03 15:09:45 +01:00
Mykhaylo
00b53923a6
[CST-7756] removed subscriptions for items
2023-02-02 19:23:54 +01:00
Marie Verdonck
98ee5cb44f
Reinstate config accidentally deleted, added in 30f923a080
( #8064 ) - enables RSS/Atom feeds
2023-02-02 19:08:28 +01:00
corrado lombardi
83649f6036
Merge branch 'main' into CST-7756-SubscriptionFeature
...
# Conflicts:
# dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
2023-02-02 17:52:50 +01:00
Tim Donohue
8f1ba7b78d
Merge pull request #8607 from atmire/w2p-97183_fix-user-authorization-issues-with-admin-sidebar
...
Fix user authorization issues with admin sidebar
2023-02-02 10:34:49 -06:00
corrado lombardi
f0acbb9575
[CST-7756] sub-daily command and its referred class removed, as subscriptions are sent by subscription-send command
2023-02-02 15:51:24 +01:00
Mohamed Saber Eskander
7197767a31
Merge remote-tracking branch 'origin/main' into CST-7754
...
# Conflicts:
# dspace-server-webapp/src/test/java/org/dspace/app/rest/DiscoveryRestControllerIT.java
2023-02-01 18:52:41 +02:00
Mohamed Saber Eskander
da2815752c
[CST-7754] removed old code of supervision orders
...
added a new migration script sql
tested that supervisors can edit only workspace items
2023-02-01 18:13:26 +02:00
Mykhaylo
de44d9dbe7
[CST-7756] added template for subscription content email
2023-02-01 17:12:46 +01:00
Yana De Pauw
d470c759b0
Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts
2023-01-31 13:26:54 +01:00
Mykhaylo
cb4fd99211
[CST-7756] minor fix
2023-01-27 18:09:50 +01:00