File tree 9 files changed +30
-8
lines changed
assets/semantic-ui/js/invenio_rdm_records/src/deposit
9 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v15.7.0 (released 2024-11-04)
16
+
17
+ - resources: make record error handlers configurable
18
+ * Possible via the new `RDM_RECORDS_ERROR_HANDLERS ` config variable.
19
+ - components: make content moderation configurable
20
+ * Closes #1861.
21
+ * Adds a new `RRM_CONTENT_MODERATION_HANDLERS ` config variable to allow
22
+ for configuring multiple handlers for the different write actions.
23
+ - user_moderation: use search for faster actions
24
+ * Use search results to determine the user's list of records.
25
+ * Use a TaskOp and Unit of Work to avoid sending Celery tasks immediately.
26
+ * Add a cleanup task that will perform a more thorough check using the
27
+ DB to lookup the user's records.
28
+ - deposit: add missing fields to record deserializer
29
+ - UI/UX: add consistent suggestions display to affiliations
30
+ - UI/UX: improve display of ROR information
31
+ - collections: move records search into service
32
+ - collections: added task to compute number of records for each collection
33
+ - services: make file-service components configurable
34
+ - access notification: provide correct draft preview link
35
+ * Closes inveniosoftware/invenio-app-rdm#2827
36
+
15
37
Version v15.6.0 (released 2024-10-18)
16
38
17
39
- community: added myCommunitiesEnabled prop to CommunitySelectionSearch
Original file line number Diff line number Diff line change 11
11
12
12
from .ext import InvenioRDMRecords
13
13
14
- __version__ = "15.6 .0"
14
+ __version__ = "15.7 .0"
15
15
16
16
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2023 CERN.
2
+ // Copyright (C) 2020-2024 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
//
5
5
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2023 CERN.
2
+ // Copyright (C) 2020-2024 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
//
5
5
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2023 CERN.
2
+ // Copyright (C) 2020-2024 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
// Copyright (C) 2021 Graz University of Technology.
5
5
//
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2023 CERN.
2
+ // Copyright (C) 2020-2024 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
// Copyright (C) 2021 Graz University of Technology.
5
5
// Copyright (C) 2022 data-futures.org.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN.
3
+ # Copyright (C) 2023-2024 CERN.
4
4
#
5
5
# Invenio-RDM-records is free software; you can redistribute it and/or modify
6
6
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2020-2022 CERN.
3
+ # Copyright (C) 2020-2024 CERN.
4
4
# Copyright (C) 2021 TU Wien.
5
5
# Copyright (C) 2022 Universität Hamburg.
6
6
# Copyright (C) 2024 Graz University of Technology.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2019-2021 CERN.
3
+ # Copyright (C) 2019-2024 CERN.
4
4
# Copyright (C) 2019-2021 Northwestern University.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments