invenio-app-rdm 13.0.0b2.dev1__py2.py3-none-any.whl → 13.0.0b2.dev2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- invenio_app_rdm/__init__.py +1 -1
- invenio_app_rdm/administration/records/records.py +5 -0
- invenio_app_rdm/config.py +3 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/CompareRevisionsDropdown.js +83 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +0 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/RevisionsDiffViewer.js +77 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/CompareRevisions.js +128 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RecordResourceActions.js +43 -4
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/api.js +5 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/routes.js +3 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js +10 -3
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/label.overrides +3 -3
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.overrides +2 -0
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides +4 -0
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/administration_page.html +15 -0
- invenio_app_rdm/theme/webpack.py +5 -0
- invenio_app_rdm/translations/af/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/gl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ne/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/rw/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/METADATA +11 -3
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/RECORD +68 -64
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/LICENSE +0 -0
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/WHEEL +0 -0
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/entry_points.txt +0 -0
- {invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/top_level.txt +0 -0
invenio_app_rdm/__init__.py
CHANGED
invenio_app_rdm/config.py
CHANGED
|
@@ -1461,6 +1461,9 @@ from invenio_app_rdm import __version__
|
|
|
1461
1461
|
ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")]
|
|
1462
1462
|
"""Show the InvenioRDM version in the administration panel."""
|
|
1463
1463
|
|
|
1464
|
+
ADMINISTRATION_THEME_BASE_TEMPLATE = "invenio_app_rdm/administration_page.html"
|
|
1465
|
+
"""Administration base template."""
|
|
1466
|
+
|
|
1464
1467
|
|
|
1465
1468
|
APP_RDM_SUBCOMMUNITIES_LABEL = "Subcommunities"
|
|
1466
1469
|
"""Label for the subcommunities in the community browse page."""
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* // This file is part of Invenio-App-Rdm
|
|
3
|
+
* // Copyright (C) 2025 CERN.
|
|
4
|
+
* //
|
|
5
|
+
* // Invenio-App-Rdm is free software; you can redistribute it and/or modify it
|
|
6
|
+
* // under the terms of the MIT License; see LICENSE file for more details.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import React, { useState } from "react";
|
|
10
|
+
import PropTypes from "prop-types";
|
|
11
|
+
import { Grid, Dropdown, Button } from "semantic-ui-react";
|
|
12
|
+
|
|
13
|
+
export const CompareRevisionsDropdown = ({
|
|
14
|
+
loading,
|
|
15
|
+
options,
|
|
16
|
+
onCompare,
|
|
17
|
+
srcRevision: srcOption,
|
|
18
|
+
targetRevision: targetOption,
|
|
19
|
+
}) => {
|
|
20
|
+
// Local state for selected revisions
|
|
21
|
+
const [srcRevision, setSrcRevision] = useState(srcOption);
|
|
22
|
+
const [targetRevision, setTargetRevision] = useState(targetOption);
|
|
23
|
+
|
|
24
|
+
const handleCompare = () => {
|
|
25
|
+
onCompare(srcRevision, targetRevision);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<Grid>
|
|
30
|
+
<Grid.Column mobile={16} computer={6} tablet={16} largeScreen={6} widescreen={6}>
|
|
31
|
+
<label htmlFor="source-revision">From</label>
|
|
32
|
+
<Dropdown
|
|
33
|
+
id="source-revision"
|
|
34
|
+
loading={loading}
|
|
35
|
+
placeholder="Source revision..."
|
|
36
|
+
fluid
|
|
37
|
+
selection
|
|
38
|
+
value={srcRevision}
|
|
39
|
+
onChange={(e, { value }) => setSrcRevision(value)}
|
|
40
|
+
options={options}
|
|
41
|
+
scrolling
|
|
42
|
+
/>
|
|
43
|
+
</Grid.Column>
|
|
44
|
+
<Grid.Column mobile={16} computer={6} tablet={16} largeScreen={6} widescreen={6}>
|
|
45
|
+
<label htmlFor="target-revision">To</label>
|
|
46
|
+
<Dropdown
|
|
47
|
+
id="target-revision"
|
|
48
|
+
loading={loading}
|
|
49
|
+
placeholder="Target revision..."
|
|
50
|
+
fluid
|
|
51
|
+
selection
|
|
52
|
+
value={targetRevision}
|
|
53
|
+
onChange={(e, { value }) => setTargetRevision(value)}
|
|
54
|
+
options={options}
|
|
55
|
+
scrolling
|
|
56
|
+
/>
|
|
57
|
+
</Grid.Column>
|
|
58
|
+
<Grid.Column
|
|
59
|
+
verticalAlign="bottom"
|
|
60
|
+
mobile={16}
|
|
61
|
+
computer={2}
|
|
62
|
+
tablet={16}
|
|
63
|
+
largeScreen={2}
|
|
64
|
+
widescreen={2}
|
|
65
|
+
>
|
|
66
|
+
<Button
|
|
67
|
+
onClick={handleCompare}
|
|
68
|
+
disabled={loading || !srcRevision || !targetRevision}
|
|
69
|
+
>
|
|
70
|
+
Compare
|
|
71
|
+
</Button>
|
|
72
|
+
</Grid.Column>
|
|
73
|
+
</Grid>
|
|
74
|
+
);
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
CompareRevisionsDropdown.propTypes = {
|
|
78
|
+
loading: PropTypes.bool.isRequired,
|
|
79
|
+
options: PropTypes.array.isRequired,
|
|
80
|
+
onCompare: PropTypes.func.isRequired,
|
|
81
|
+
srcRevision: PropTypes.object,
|
|
82
|
+
targetRevision: PropTypes.object,
|
|
83
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* // This file is part of Invenio-App-Rdm
|
|
3
|
+
* // Copyright (C) 2025 CERN.
|
|
4
|
+
* //
|
|
5
|
+
* // Invenio-App-Rdm is free software; you can redistribute it and/or modify it
|
|
6
|
+
* // under the terms of the MIT License; see LICENSE file for more details.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import React, { Component } from "react";
|
|
10
|
+
import PropTypes from "prop-types";
|
|
11
|
+
import { Grid, Container } from "semantic-ui-react";
|
|
12
|
+
import { Differ, Viewer } from "json-diff-kit";
|
|
13
|
+
|
|
14
|
+
export class RevisionsDiffViewer extends Component {
|
|
15
|
+
constructor(props) {
|
|
16
|
+
super(props);
|
|
17
|
+
this.differ = new Differ({
|
|
18
|
+
detectCircular: true,
|
|
19
|
+
maxDepth: null,
|
|
20
|
+
showModifications: true,
|
|
21
|
+
arrayDiffMethod: "lcs",
|
|
22
|
+
ignoreCase: false,
|
|
23
|
+
ignoreCaseForKey: false,
|
|
24
|
+
recursiveEqual: true,
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
this.viewerProps = {
|
|
28
|
+
indent: 4,
|
|
29
|
+
lineNumbers: true,
|
|
30
|
+
highlightInlineDiff: true,
|
|
31
|
+
inlineDiffOptions: {
|
|
32
|
+
mode: "word",
|
|
33
|
+
wordSeparator: " ",
|
|
34
|
+
},
|
|
35
|
+
hideUnchangedLines: true,
|
|
36
|
+
syntaxHighlight: false,
|
|
37
|
+
virtual: true,
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
this.state = {
|
|
41
|
+
currentDiff: undefined,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
componentDidUpdate(prevProps) {
|
|
46
|
+
const { diff } = this.props;
|
|
47
|
+
|
|
48
|
+
if (diff !== prevProps.diff) {
|
|
49
|
+
this.computeDiff();
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
computeDiff = () => {
|
|
54
|
+
const { diff } = this.props;
|
|
55
|
+
const _diff = this.differ.diff(diff?.srcRevision, diff?.targetRevision);
|
|
56
|
+
this.setState({ currentDiff: _diff });
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
render() {
|
|
60
|
+
const { currentDiff } = this.state;
|
|
61
|
+
|
|
62
|
+
return currentDiff ? (
|
|
63
|
+
<Grid>
|
|
64
|
+
<Grid.Column width={16}>
|
|
65
|
+
<Container fluid>
|
|
66
|
+
<Viewer diff={currentDiff} {...this.viewerProps} />
|
|
67
|
+
</Container>
|
|
68
|
+
</Grid.Column>
|
|
69
|
+
</Grid>
|
|
70
|
+
) : null;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
RevisionsDiffViewer.propTypes = {
|
|
75
|
+
diff: PropTypes.object,
|
|
76
|
+
viewerProps: PropTypes.object.isRequired,
|
|
77
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* // This file is part of Invenio-App-Rdm
|
|
3
|
+
* // Copyright (C) 2025 CERN.
|
|
4
|
+
* //
|
|
5
|
+
* // Invenio-App-Rdm is free software; you can redistribute it and/or modify it
|
|
6
|
+
* // under the terms of the MIT License; see LICENSE file for more details.
|
|
7
|
+
*/
|
|
8
|
+
import React, { Component } from "react";
|
|
9
|
+
import PropTypes from "prop-types";
|
|
10
|
+
import { RecordModerationApi } from "./api";
|
|
11
|
+
import { withCancel, ErrorMessage } from "react-invenio-forms";
|
|
12
|
+
import { Modal, Button, Grid } from "semantic-ui-react";
|
|
13
|
+
import { i18next } from "@translations/invenio_app_rdm/i18next";
|
|
14
|
+
import { CompareRevisionsDropdown } from "../components/CompareRevisionsDropdown";
|
|
15
|
+
import { RevisionsDiffViewer } from "../components/RevisionsDiffViewer";
|
|
16
|
+
|
|
17
|
+
export class CompareRevisions extends Component {
|
|
18
|
+
constructor(props) {
|
|
19
|
+
super(props);
|
|
20
|
+
|
|
21
|
+
this.state = {
|
|
22
|
+
loading: true,
|
|
23
|
+
error: undefined,
|
|
24
|
+
allRevisions: {},
|
|
25
|
+
srcRevision: undefined,
|
|
26
|
+
targetRevision: undefined,
|
|
27
|
+
diff: undefined,
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
async fetchRevisions() {
|
|
32
|
+
const { resource } = this.props;
|
|
33
|
+
this.setState({ loading: true });
|
|
34
|
+
|
|
35
|
+
try {
|
|
36
|
+
this.cancellableAction = withCancel(RecordModerationApi.getRevisions(resource));
|
|
37
|
+
const response = await this.cancellableAction.promise;
|
|
38
|
+
const revisions = await response.data;
|
|
39
|
+
|
|
40
|
+
this.setState({
|
|
41
|
+
allRevisions: revisions,
|
|
42
|
+
targetRevision: revisions[0],
|
|
43
|
+
srcRevision: revisions.length > 1 ? revisions[1] : revisions[0],
|
|
44
|
+
loading: false,
|
|
45
|
+
});
|
|
46
|
+
} catch (error) {
|
|
47
|
+
if (error === "UNMOUNTED") return;
|
|
48
|
+
this.setState({ error: error, loading: false });
|
|
49
|
+
console.error(error);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
componentDidMount() {
|
|
54
|
+
this.fetchRevisions();
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
componentWillUnmount() {
|
|
58
|
+
this.cancellableAction && this.cancellableAction.cancel();
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
handleModalClose = () => {
|
|
62
|
+
const { actionCancelCallback } = this.props;
|
|
63
|
+
actionCancelCallback();
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
handleCompare = (srcRevision, targetRevision) => {
|
|
67
|
+
this.setState({ diff: { srcRevision, targetRevision } });
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
render() {
|
|
71
|
+
const { error, loading, allRevisions, srcRevision, targetRevision, diff } =
|
|
72
|
+
this.state;
|
|
73
|
+
const options = Object.values(allRevisions).map((rev) => ({
|
|
74
|
+
key: rev.updated,
|
|
75
|
+
text: `${rev.updated} (${rev.revision_id})`,
|
|
76
|
+
value: rev,
|
|
77
|
+
}));
|
|
78
|
+
|
|
79
|
+
return loading ? (
|
|
80
|
+
<p>Loading...</p>
|
|
81
|
+
) : (
|
|
82
|
+
<>
|
|
83
|
+
<Modal.Content>
|
|
84
|
+
<CompareRevisionsDropdown
|
|
85
|
+
loading={loading}
|
|
86
|
+
options={options}
|
|
87
|
+
srcRevision={srcRevision}
|
|
88
|
+
targetRevision={targetRevision}
|
|
89
|
+
onCompare={this.handleCompare}
|
|
90
|
+
/>
|
|
91
|
+
{error && (
|
|
92
|
+
<Modal.Content>
|
|
93
|
+
<ErrorMessage
|
|
94
|
+
header={i18next.t("Unable to fetch revisions.")}
|
|
95
|
+
content={error}
|
|
96
|
+
icon="exclamation"
|
|
97
|
+
className="text-align-left"
|
|
98
|
+
negative
|
|
99
|
+
/>
|
|
100
|
+
</Modal.Content>
|
|
101
|
+
)}
|
|
102
|
+
<Modal.Content scrolling>
|
|
103
|
+
<RevisionsDiffViewer diff={this.state.diff} />
|
|
104
|
+
</Modal.Content>
|
|
105
|
+
</Modal.Content>
|
|
106
|
+
<Modal.Actions>
|
|
107
|
+
<Grid>
|
|
108
|
+
<Grid.Column floated="left" width={8} textAlign="left">
|
|
109
|
+
<Button
|
|
110
|
+
onClick={this.handleModalClose}
|
|
111
|
+
disabled={loading}
|
|
112
|
+
loading={loading}
|
|
113
|
+
aria-label={i18next.t("Cancel revision comparison")}
|
|
114
|
+
>
|
|
115
|
+
Close
|
|
116
|
+
</Button>
|
|
117
|
+
</Grid.Column>
|
|
118
|
+
</Grid>
|
|
119
|
+
</Modal.Actions>
|
|
120
|
+
</>
|
|
121
|
+
);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
CompareRevisions.propTypes = {
|
|
126
|
+
resource: PropTypes.object.isRequired,
|
|
127
|
+
actionCancelCallback: PropTypes.func.isRequired,
|
|
128
|
+
};
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import TombstoneForm from "./TombstoneForm";
|
|
10
|
+
import { CompareRevisions } from "./CompareRevisions";
|
|
10
11
|
import React, { Component } from "react";
|
|
11
12
|
import PropTypes from "prop-types";
|
|
12
13
|
import { Button, Modal, Icon } from "semantic-ui-react";
|
|
@@ -22,16 +23,34 @@ export class RecordResourceActions extends Component {
|
|
|
22
23
|
modalOpen: false,
|
|
23
24
|
modalHeader: undefined,
|
|
24
25
|
modalBody: undefined,
|
|
26
|
+
modalProps: undefined,
|
|
25
27
|
};
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
onModalTriggerClick = (e, { payloadSchema, dataName, dataActionKey }) => {
|
|
29
31
|
const { resource } = this.props;
|
|
30
32
|
|
|
33
|
+
if (dataActionKey === "compare") {
|
|
34
|
+
this.setState({
|
|
35
|
+
modalOpen: true,
|
|
36
|
+
modalHeader: i18next.t("Compare revisions"),
|
|
37
|
+
modalProps: {
|
|
38
|
+
size: "large",
|
|
39
|
+
},
|
|
40
|
+
modalBody: (
|
|
41
|
+
<CompareRevisions
|
|
42
|
+
actionSuccessCallback={this.handleSuccess}
|
|
43
|
+
actionCancelCallback={this.closeModal}
|
|
44
|
+
resource={resource}
|
|
45
|
+
/>
|
|
46
|
+
),
|
|
47
|
+
});
|
|
48
|
+
}
|
|
31
49
|
if (dataActionKey === "delete") {
|
|
32
50
|
this.setState({
|
|
33
51
|
modalOpen: true,
|
|
34
52
|
modalHeader: i18next.t("Delete record"),
|
|
53
|
+
modalProps: undefined, // default size
|
|
35
54
|
modalBody: (
|
|
36
55
|
<TombstoneForm
|
|
37
56
|
actionSuccessCallback={this.handleSuccess}
|
|
@@ -45,6 +64,7 @@ export class RecordResourceActions extends Component {
|
|
|
45
64
|
this.setState({
|
|
46
65
|
modalOpen: true,
|
|
47
66
|
modalHeader: i18next.t("Restore record"),
|
|
67
|
+
modalProps: undefined, // default size
|
|
48
68
|
modalBody: (
|
|
49
69
|
<RestoreConfirmation
|
|
50
70
|
actionSuccessCallback={this.handleSuccess}
|
|
@@ -76,11 +96,30 @@ export class RecordResourceActions extends Component {
|
|
|
76
96
|
|
|
77
97
|
render() {
|
|
78
98
|
const { actions, Element, resource } = this.props;
|
|
79
|
-
const { modalOpen, modalHeader, modalBody } = this.state;
|
|
99
|
+
const { modalOpen, modalHeader, modalBody, modalProps } = this.state;
|
|
80
100
|
let icon;
|
|
81
101
|
return (
|
|
82
102
|
<>
|
|
83
103
|
{Object.entries(actions).map(([actionKey, actionConfig]) => {
|
|
104
|
+
if (actionKey === "compare" && !resource.deletion_status.is_deleted) {
|
|
105
|
+
icon = "file code outline";
|
|
106
|
+
return (
|
|
107
|
+
<Element
|
|
108
|
+
key={actionKey}
|
|
109
|
+
onClick={this.onModalTriggerClick}
|
|
110
|
+
payloadSchema={actionConfig.payload_schema}
|
|
111
|
+
dataName={actionConfig.text}
|
|
112
|
+
dataActionKey={actionKey}
|
|
113
|
+
icon={icon}
|
|
114
|
+
fluid
|
|
115
|
+
basic
|
|
116
|
+
labelPosition="left"
|
|
117
|
+
>
|
|
118
|
+
{icon && <Icon name={icon} />}
|
|
119
|
+
{actionConfig.text}...
|
|
120
|
+
</Element>
|
|
121
|
+
);
|
|
122
|
+
}
|
|
84
123
|
if (actionKey === "delete" && !resource.deletion_status.is_deleted) {
|
|
85
124
|
icon = "trash alternate";
|
|
86
125
|
return (
|
|
@@ -96,7 +135,7 @@ export class RecordResourceActions extends Component {
|
|
|
96
135
|
labelPosition="left"
|
|
97
136
|
>
|
|
98
137
|
{icon && <Icon name={icon} />}
|
|
99
|
-
{actionConfig.text}
|
|
138
|
+
{actionConfig.text}...
|
|
100
139
|
</Element>
|
|
101
140
|
);
|
|
102
141
|
}
|
|
@@ -114,13 +153,13 @@ export class RecordResourceActions extends Component {
|
|
|
114
153
|
labelPosition="left"
|
|
115
154
|
>
|
|
116
155
|
{icon && <Icon name={icon} />}
|
|
117
|
-
{actionConfig.text}
|
|
156
|
+
{actionConfig.text}...
|
|
118
157
|
</Element>
|
|
119
158
|
);
|
|
120
159
|
}
|
|
121
160
|
return null;
|
|
122
161
|
})}
|
|
123
|
-
<ActionModal modalOpen={modalOpen} resource={resource}>
|
|
162
|
+
<ActionModal modalOpen={modalOpen} resource={resource} modalProps={modalProps}>
|
|
124
163
|
{modalHeader && <Modal.Header>{modalHeader}</Modal.Header>}
|
|
125
164
|
{!_isEmpty(modalBody) && modalBody}
|
|
126
165
|
</ActionModal>
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/api.js
CHANGED
|
@@ -22,7 +22,12 @@ const restoreRecord = async (record) => {
|
|
|
22
22
|
return await http.post(APIRoutes.restore(record));
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
+
const getRevisions = async (record) => {
|
|
26
|
+
return await http.get(APIRoutes.compare(record));
|
|
27
|
+
};
|
|
28
|
+
|
|
25
29
|
export const RecordModerationApi = {
|
|
26
30
|
deleteRecord: deleteRecord,
|
|
27
31
|
restoreRecord: restoreRecord,
|
|
32
|
+
getRevisions: getRevisions,
|
|
28
33
|
};
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/routes.js
CHANGED
|
@@ -12,6 +12,9 @@ const APIRoutesGenerators = {
|
|
|
12
12
|
delete: (record, idKeyPath = "id") => {
|
|
13
13
|
return `/api/records/${_get(record, idKeyPath)}/delete`;
|
|
14
14
|
},
|
|
15
|
+
compare: (record, idKeyPath = "id") => {
|
|
16
|
+
return `/api/records/${_get(record, idKeyPath)}/revisions`;
|
|
17
|
+
},
|
|
15
18
|
|
|
16
19
|
restore: (record, idKeyPath = "id") => {
|
|
17
20
|
return `/api/records/${_get(record, idKeyPath)}/restore`;
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js
CHANGED
|
@@ -107,9 +107,16 @@ class RecordsResultsListItem extends Component {
|
|
|
107
107
|
<Item className="creatibutors">
|
|
108
108
|
<SearchItemCreators creators={creators} othersLink={viewLink} />
|
|
109
109
|
</Item>
|
|
110
|
-
<
|
|
111
|
-
{
|
|
112
|
-
|
|
110
|
+
<Overridable
|
|
111
|
+
id={buildUID("RecordsResultsListItem.description", "", appName)}
|
|
112
|
+
descriptionStripped={descriptionStripped}
|
|
113
|
+
result={result}
|
|
114
|
+
>
|
|
115
|
+
<Item.Description className="truncate-lines-2">
|
|
116
|
+
{descriptionStripped}
|
|
117
|
+
</Item.Description>
|
|
118
|
+
</Overridable>
|
|
119
|
+
|
|
113
120
|
<Item.Extra>
|
|
114
121
|
{subjects.map((subject) => (
|
|
115
122
|
<Label key={subject.title_l10n} size="tiny">
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/label.overrides
CHANGED
|
@@ -48,9 +48,9 @@ a.subject:hover {
|
|
|
48
48
|
|
|
49
49
|
label.helptext {
|
|
50
50
|
display: block;
|
|
51
|
-
color: @mutedTextColor;
|
|
52
|
-
font-weight: normal;
|
|
53
|
-
font-size: 0.9em;
|
|
51
|
+
color: @mutedTextColor !important;
|
|
52
|
+
font-weight: normal !important;
|
|
53
|
+
font-size: 0.9em !important;
|
|
54
54
|
margin-top: -0.8em; // counterweight Form field bottom margin
|
|
55
55
|
margin-bottom: @defaultMargin;
|
|
56
56
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{# -*- coding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
This file is part of Invenio.
|
|
4
|
+
Copyright (C) 2015-2025 CERN.
|
|
5
|
+
|
|
6
|
+
Invenio is free software; you can redistribute it and/or modify it
|
|
7
|
+
under the terms of the MIT License; see LICENSE file for more details.
|
|
8
|
+
#}
|
|
9
|
+
|
|
10
|
+
{%- extends "invenio_theme/page.html" -%}
|
|
11
|
+
|
|
12
|
+
{%- block css %}
|
|
13
|
+
{{ super()}}
|
|
14
|
+
<link rel="stylesheet" href="/static/css/json-diff-kit.css">
|
|
15
|
+
{%- endblock css %}
|
invenio_app_rdm/theme/webpack.py
CHANGED
|
@@ -58,6 +58,7 @@ theme = WebpackThemeBundle(
|
|
|
58
58
|
"react-invenio-forms": "^4.0.0",
|
|
59
59
|
"react-searchkit": "^3.0.0",
|
|
60
60
|
"yup": "^0.32.0",
|
|
61
|
+
"json-diff-kit": "^1.0.30",
|
|
61
62
|
},
|
|
62
63
|
aliases={
|
|
63
64
|
# Define Semantic-UI theme configuration needed by
|
|
@@ -87,6 +88,10 @@ theme = WebpackThemeBundle(
|
|
|
87
88
|
"from": "../node_modules/tinymce/skins/ui/oxide/content.min.css",
|
|
88
89
|
"to": "../../static/dist/js/skins/ui/oxide",
|
|
89
90
|
},
|
|
91
|
+
{
|
|
92
|
+
"from": "../node_modules/json-diff-kit/dist/viewer.css",
|
|
93
|
+
"to": "../../static/css/json-diff-kit.css",
|
|
94
|
+
},
|
|
90
95
|
],
|
|
91
96
|
),
|
|
92
97
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: invenio-app-rdm
|
|
3
|
-
Version: 13.0.0b2.
|
|
3
|
+
Version: 13.0.0b2.dev2
|
|
4
4
|
Summary: Invenio Research Data Management.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-app-rdm
|
|
6
6
|
Author: CERN
|
|
@@ -40,8 +40,8 @@ Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
|
|
|
40
40
|
Requires-Dist: invenio-files-rest<4.0.0,>=3.0.0
|
|
41
41
|
Requires-Dist: invenio-previewer<4.0.0,>=3.0.0
|
|
42
42
|
Requires-Dist: invenio-records-files<2.0.0,>=1.2.1
|
|
43
|
-
Requires-Dist: invenio-communities<19.0.0,>=18.0.0
|
|
44
|
-
Requires-Dist: invenio-rdm-records<18.0.0,>=17.0.
|
|
43
|
+
Requires-Dist: invenio-communities<19.0.0,>=18.0.0
|
|
44
|
+
Requires-Dist: invenio-rdm-records<18.0.0,>=17.0.1
|
|
45
45
|
Requires-Dist: CairoSVG<3.0.0,>=2.5.2
|
|
46
46
|
Requires-Dist: invenio-banners<5.0.0,>=4.0.0
|
|
47
47
|
Requires-Dist: invenio-pages<6.0.0,>=5.0.0
|
|
@@ -96,6 +96,10 @@ https://inveniordm.docs.cern.ch
|
|
|
96
96
|
Changes
|
|
97
97
|
=======
|
|
98
98
|
|
|
99
|
+
Version v13.0.0b2.dev2 (released 2025-02-13)
|
|
100
|
+
|
|
101
|
+
- Bump prerelease dependencies to stable.
|
|
102
|
+
|
|
99
103
|
Version v13.0.0b2.dev1 (released 2025-01-23)
|
|
100
104
|
|
|
101
105
|
Version v13.0.0b2.dev0 (released 2024-12-16)
|
|
@@ -104,6 +108,10 @@ Version v13.0.0b2.dev0 (released 2024-12-16)
|
|
|
104
108
|
- setup: change to reusable workflows
|
|
105
109
|
- setup: bump major dependencies
|
|
106
110
|
|
|
111
|
+
Version v13.0.0b1.dev30 (released 2025-01-27)
|
|
112
|
+
|
|
113
|
+
- administration: add record revision comparison
|
|
114
|
+
|
|
107
115
|
Version v13.0.0b1.dev29 (released 2025-01-23)
|
|
108
116
|
|
|
109
117
|
- preview: do not mint parent doi if doi is not reserved and doi is optional
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
invenio_app_rdm/__init__.py,sha256=
|
|
1
|
+
invenio_app_rdm/__init__.py,sha256=2ND67Fk3n5FHuJuhC32pWVdE4KOYewSKuSU2eI6C2tk,699
|
|
2
2
|
invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
|
|
3
|
-
invenio_app_rdm/config.py,sha256=
|
|
3
|
+
invenio_app_rdm/config.py,sha256=eg8JHluXVF6qkcom-YsaFdQj7CniqN2kc3S7JxbRU0E,50382
|
|
4
4
|
invenio_app_rdm/ext.py,sha256=PkZhATGJDgYqBJQh41NdvBZWR83mgI3Eej6rj10UVJE,5278
|
|
5
5
|
invenio_app_rdm/tasks.py,sha256=XAbl8KeAWaJ5lC_4OUWUPstvCT7lYs5tRR1zSVBDfRk,1275
|
|
6
6
|
invenio_app_rdm/urls.py,sha256=VRbpuN3kQ2fcmKvEIGQ5O1EnaSsEE2kyhLwUmONwZO8,2192
|
|
@@ -8,7 +8,7 @@ invenio_app_rdm/administration/__init__.py,sha256=8r9LeoE9fNHZSVS5QsCfVhRU7MAiEO
|
|
|
8
8
|
invenio_app_rdm/administration/domains/__init__.py,sha256=Qob5kqjRPxpuSE5yDV2tesN6tmaKp5JcxCxGA8Mrcak,487
|
|
9
9
|
invenio_app_rdm/administration/domains/domains.py,sha256=vafLa-mqkg_tQLjx328E64P_4mksB5kjBlsfunvdatg,5599
|
|
10
10
|
invenio_app_rdm/administration/records/__init__.py,sha256=WpNHBm_Mk9FF8GzvrXWjL79URMSgBhpqgxvrLXNooqg,434
|
|
11
|
-
invenio_app_rdm/administration/records/records.py,sha256=
|
|
11
|
+
invenio_app_rdm/administration/records/records.py,sha256=ODMtYaeU2gO6wYQChqCz14fiiFOKknAGIAo4tzMchC8,5345
|
|
12
12
|
invenio_app_rdm/administration/templates/semantic-ui/invenio_app_rdm/administration/domains_search.html,sha256=NP8HPfOQPIR9psNDMFRXJH8fjok2AbXCentD_3Q1wWw,338
|
|
13
13
|
invenio_app_rdm/administration/templates/semantic-ui/invenio_app_rdm/administration/user_moderation.html,sha256=koXd8lV_KBgAl1Wll7aM3xR0NgYcOl2PiFqD2Xkcp2w,348
|
|
14
14
|
invenio_app_rdm/administration/templates/semantic-ui/invenio_app_rdm/administration/user_moderation_details.html,sha256=g6YZh9yWqDfzd5kMgIrO4c5k4iKa61y04RsuT_ZbMJI,350
|
|
@@ -102,11 +102,13 @@ invenio_app_rdm/requests_ui/views/requests.py,sha256=gREAyePWlE-E3LIebTuSkzZ6VGl
|
|
|
102
102
|
invenio_app_rdm/requests_ui/views/ui.py,sha256=DBysYQa__gOCg-pikO6HmoVLmRmMAVWeTBiYhPa7PmA,2359
|
|
103
103
|
invenio_app_rdm/theme/__init__.py,sha256=QbkxNjjOmGKRlie96HfTXgnFeVQjOX0GdiZnHP7pIhs,277
|
|
104
104
|
invenio_app_rdm/theme/views.py,sha256=UJs2_C28BWsXY1JqbRK4_ML1JRtGo1yM2S0_W37JJo4,4545
|
|
105
|
-
invenio_app_rdm/theme/webpack.py,sha256=
|
|
105
|
+
invenio_app_rdm/theme/webpack.py,sha256=5ucwIJQgM1y9EFdRcsxv_ThPs7hXRzdmipVBxoU1McI,5090
|
|
106
106
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/theme.js,sha256=2-BWDEH3YQPwPt1ey3jUHnMrKTyb0JBPRlydk5_reH8,4151
|
|
107
107
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/utils.js,sha256=zKROcc3qE64-UhM8ha42K-EDDxAXMupxoocZZ9bjEHo,3452
|
|
108
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/CompareRevisionsDropdown.js,sha256=h7ilYSO4XYwdIqO75R1aREzCdp-EFeHbMbYvQ-Iq41A,2342
|
|
108
109
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUser.js,sha256=GmZGEPOylGXr6fyNJxS_0hPwCGdO98F2u6Pn8Qrt9ew,2291
|
|
109
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=
|
|
110
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=qsjNiOsHWx9rrP3uA4nxthUEoY9b82n0IO8PfdObxHQ,6815
|
|
111
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/RevisionsDiffViewer.js,sha256=N8dEcGupDr1_TG858E6uU64TDtGVR4zJ_mgKiASG90s,1823
|
|
110
112
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js,sha256=wwvYfTJ7pBEdoeqcEqmxFLaEwpJnnFW0oRQTyAdDSBw,3038
|
|
111
113
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaForm.js,sha256=Ltr03KlCogkg2NjqWc1GkxJlYPWB2LDLHL04w6eJiRU,5749
|
|
112
114
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/index.js,sha256=soELMxc1jf_rL62CJ9wtWGVG13yk1PRY7JqseqnKkqU,297
|
|
@@ -114,15 +116,16 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/domai
|
|
|
114
116
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/domains/search/SearchResultItemLayout.js,sha256=sWIHw6tSCmRa0dYCHTa-fbxnHr9MhyDhMUiGlGV-HWE,6097
|
|
115
117
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/domains/search/index.js,sha256=uajCJbGiHGjRH_YapCGGXATKtAUlXTr0jirx1UfqjCQ,283
|
|
116
118
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/drafts/index.js,sha256=DuPY4wnnwyWF61Oyef1S4SvQrg-DrkZZjjQKlA0DeJo,1159
|
|
119
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/CompareRevisions.js,sha256=wqJrxHi5kW83PJhJMinpuX-He1NPBVjRVHyyhBoHoQ4,3723
|
|
117
120
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RecordActions.js,sha256=FAjkK7TZ4ebjsQh1ZcFFHkVePP2T8msa1OAIjxktKJo,1935
|
|
118
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RecordResourceActions.js,sha256=
|
|
121
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RecordResourceActions.js,sha256=rrQhCfw1Q8n5SJ9aT-XfZfadEZRK9b1N6hzGkbMAnrU,5528
|
|
119
122
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RemovalReasonsSelect.js,sha256=8y1YRo1ZyqDfeQL4aNbO9ig3689YpzEBse8kLf_qI8o,2192
|
|
120
123
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/RestoreConfirmation.js,sha256=Bo2_psfPKys0Xn6jzozxePzW3x9VbyvNYI64Qlqmh7w,3085
|
|
121
124
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/TombstoneForm.js,sha256=maPIZMR6QQsLUlr3S7G203muRbZ9wTRoZR2DCy0aAXg,6943
|
|
122
125
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/index.js,sha256=kWIIp7kzH3oe4xbByiUC3SpgEjAt4R3mWH8vneGWhiU,1460
|
|
123
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/api.js,sha256=
|
|
126
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/api.js,sha256=aVg7q92xn-wRx7Uff0EXBA04qYrvhYNu7IbbzfDT_LY,982
|
|
124
127
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/index.js,sha256=8D199izj4qOxNVS1XrS3JutmuBYIjHkvshUdv1aU92U,261
|
|
125
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/routes.js,sha256=
|
|
128
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/api/routes.js,sha256=scsibLhOtl8m6rI1w2IZEgW5eP_z8nRPkBSSFJXoOKQ,668
|
|
126
129
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/search/AdministrationSearchLayout.js,sha256=3pRQVkFOnyqRFWmbE3vXMB75Vnrvf-Y5pzZF79iT9q0,1854
|
|
127
130
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/search/RecordSearchLayout.js,sha256=F3Ht0kMf6-cSmbTSRo-PnJLneCqoqh7d0ea1A2Lj2i8,2544
|
|
128
131
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/records/search/SearchResultItemLayout.js,sha256=CsbdG5fVx2hw1SenJ5wHVd468-n5qp2yhB5x3ceGCuE,5611
|
|
@@ -155,7 +158,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CompactSt
|
|
|
155
158
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CopyButton.js,sha256=j4-2lX3VkjdO7hnQq_Rq9rVL7uW7N8K_XOHcH9xQB94,3045
|
|
156
159
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js,sha256=bSmhuwSWk4CW80mqa4ZZbjfa-_NsiJ1IxQ9veDy6sAM,2751
|
|
157
160
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js,sha256=m3rT8jJ3440ZX22zZog8bHatWltYXwvmw_tu6tJUM9k,1506
|
|
158
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js,sha256=
|
|
161
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js,sha256=HebeMbQhYrQh4KYBYklD_mF6VzbhiRKd8677laAKVtw,6582
|
|
159
162
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=7Sotq28SBmJE6j59Z7K786LRQxld-dVSmebaFKwhaok,29139
|
|
160
163
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/ShareDraftButton.js,sha256=ICMV4Ixe-nTe6q7COZ0oyAQf2nVp2cez_-iUZobwUD0,1998
|
|
161
164
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=gA0BaUFpaJr9nkmHSWoxuwKDfSD3JUTPcadj2TKHN24,1587
|
|
@@ -240,7 +243,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/ima
|
|
|
240
243
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/image.variables,sha256=gXCKQed591RpTt0kwb3OhfbwgW-cqH7NCITrI4nwTFs,140
|
|
241
244
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/input.overrides,sha256=B04R2Po_-cresBpAkb0uU8z1wFRMsKl6qgn7A8H0zdw,1162
|
|
242
245
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/input.variables,sha256=E7q0cXRjNsXTs-sDQg4qiaQNoKzAoyZf_XOqnUkdGRI,188
|
|
243
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/label.overrides,sha256=
|
|
246
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/label.overrides,sha256=BmEftl64xqPFnEEBhQ_BgcfPT_HeuNT29pzLYuQHDtU,1653
|
|
244
247
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/label.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
245
248
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/list.overrides,sha256=RKN6Af9Z-6Pcr35BAsLVgGsffvVY7gRSCQNcXiWoaeA,1230
|
|
246
249
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/list.variables,sha256=L0zqf9xGuTv8-KIjV1k43hiC397Z-4fbj2yKHCAq8HE,138
|
|
@@ -248,7 +251,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/seg
|
|
|
248
251
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/segment.variables,sha256=HwtfX97PrCMjVYBHj323pUmrjBuUl41yVthXQL_8YHs,141
|
|
249
252
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/reset.overrides,sha256=ms-coZLC-kFoWoZ4UNyJq0FRQ0bSLRziXzbyP7tnmNA,139
|
|
250
253
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/reset.variables,sha256=Luyh-V1w5wDFv2j77bYmTxfn22Cp7h1vLjRsqhf207Y,139
|
|
251
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.overrides,sha256=
|
|
254
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.overrides,sha256=8LBnXXf0lYLQEhw-1BBhKj9tGYCS1Gpw0qVxKG_Vomo,9011
|
|
252
255
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.variables,sha256=j59x9AQ5p4omynVitye2tIM3h0GCXSqcajNYJElKxjI,3043
|
|
253
256
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides,sha256=7SK2kGZU-KMda2SVbuLfP-6hk0vTe_4gFk6O_RvU_hs,3306
|
|
254
257
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.variables,sha256=JFUnfiL_Xve48EwxRjYq0T-QJA8jboC606L08IjrBXg,322
|
|
@@ -266,7 +269,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.o
|
|
|
266
269
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.variables,sha256=3KceqH6Y0rQsbWgH3IPuXHE9ThE6cEygSrOsW5XcWto,83
|
|
267
270
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=UrqZnqS3ttlVtpUEmcHaVctQAyEmCWP8Cn0OBs4_LTo,4636
|
|
268
271
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
269
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=
|
|
272
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
|
|
270
273
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
271
274
|
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js,sha256=FeZ5h48vChch-KettQYhwpwRUladl2HXQJ_6m9kEMXQ,1860
|
|
272
275
|
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=t-NhnwBb106Zxx66Hz7BBV7nxtC_Tj6_0HOncxUkzww,1070
|
|
@@ -378,6 +381,7 @@ invenio_app_rdm/theme/static/images/icons8-web-design-80.png,sha256=lRi5Dfc01unG
|
|
|
378
381
|
invenio_app_rdm/theme/static/images/invenio-rdm.svg,sha256=UPCbTYMkSmnFj0SqQ2o_oJdybZtH_Q4HguqS0x-FS2U,6831
|
|
379
382
|
invenio_app_rdm/theme/static/images/orcid.svg,sha256=D79IRA7Ul2mfO9deW-Xocz_FTR-Ol5q3Nepya34pjWY,1117
|
|
380
383
|
invenio_app_rdm/theme/static/images/ror-icon.svg,sha256=aIth5_-aYB7yx1nswjM6XgHAFW6dvJc5khkR9khWCZM,3712
|
|
384
|
+
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/administration_page.html,sha256=KkfcHLi4vx-Pd4K0ZZvgPBx6lGK5l9xCLV3hkklvYVw,394
|
|
381
385
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/default_static_page.html,sha256=Un6KtaKmNlM-R7Qu1eeh0FFckgym3mq1zHV-AOew5pY,1178
|
|
382
386
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html,sha256=rZ5XGaoYNIOCii6W7ClPv6sgjeU5HPLR6TeEqTWzDZ0,2975
|
|
383
387
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/frontpage.html,sha256=l-u25QOE2OkkPt-f7Cce469u4W2TnBdB_HVXpSZx3DE,1605
|
|
@@ -401,97 +405,97 @@ invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html,sha25
|
|
|
401
405
|
invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html,sha256=eHXnoA-CWTcFR6Yqq-un5nVN43Z92KibOPaZ4xHIb_4,1725
|
|
402
406
|
invenio_app_rdm/translations/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
407
|
invenio_app_rdm/translations/messages.pot,sha256=kBP0u0kEeouZltxVlZCYAnv4trqMw_1x9uVObOt9u1g,41348
|
|
404
|
-
invenio_app_rdm/translations/af/LC_MESSAGES/messages.mo,sha256=
|
|
408
|
+
invenio_app_rdm/translations/af/LC_MESSAGES/messages.mo,sha256=56r9Z8Edm_LQ1vz3PKWjl1lEn8jkoNv9gwjJXoFbx-A,518
|
|
405
409
|
invenio_app_rdm/translations/af/LC_MESSAGES/messages.po,sha256=GalySW0ok0feqMxApLth0kyr9PkDqtJ3Dp0hgYa5Pvo,24486
|
|
406
|
-
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=
|
|
410
|
+
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=52SmobOoZI0UyCs0vqdsEKCHJDPQHIN0OVy1WWoI_0U,13063
|
|
407
411
|
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=VHYkYU6po9q4QtcFxXQ7VnlY_xXUPP9G2Ol0yNxOLeQ,30939
|
|
408
|
-
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=
|
|
412
|
+
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=dww1lzkT85bdMXsyFKkCQNxgAbpu8WWBdHgtuL5PG7Y,824
|
|
409
413
|
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=S6L1nLqCRVm20xmUdBaPzHILW9RDL6gGYUIjZP7Jvnw,24703
|
|
410
|
-
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=
|
|
414
|
+
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=xVpxLgHMquRsBY3x5vpOSidwx_Kj-wL3G0ZOwFOoYCY,1257
|
|
411
415
|
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=dNiMlRDNqO6nmcmUO2NgWLoXmtD25TI6VRIeMzDoEBs,24832
|
|
412
|
-
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=
|
|
416
|
+
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=g0bnHGCgjeMvcIDfKcxvPLytcHkhuaeUEbMSEPzK9nE,1564
|
|
413
417
|
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=3omq6KbbtyqcFfcuYoTc7PvFXBGSUXp2Pr7vMyLaft0,25011
|
|
414
|
-
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=
|
|
418
|
+
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=qv-N2SWX1WTlExzfh2v1sxpDba6TxXmTim3moTvXDgA,515
|
|
415
419
|
invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=soO-tA2vciiDG5kNlz2lDoVJETHsyVp93ZFdeRgsMho,24483
|
|
416
|
-
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=
|
|
420
|
+
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=WkSSwVIx_lfd__eMXguBd3wIl-B0uS0y_TP-CILVuEE,11132
|
|
417
421
|
invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256=-LKJEUfzbKxXjvblkyqbj9IDxV5m4LVBla7TeaxlEfg,29524
|
|
418
|
-
invenio_app_rdm/translations/de_AT/LC_MESSAGES/messages.mo,sha256=
|
|
422
|
+
invenio_app_rdm/translations/de_AT/LC_MESSAGES/messages.mo,sha256=eeOplzR-BOCRGTwzzw2NK3ZR54Dvob-k5tXrC737tJs,531
|
|
419
423
|
invenio_app_rdm/translations/de_AT/LC_MESSAGES/messages.po,sha256=g6wGX2kMwDaJT0iMenDBU04yhh4DLJro8LcitzfZnwo,24499
|
|
420
|
-
invenio_app_rdm/translations/de_DE/LC_MESSAGES/messages.mo,sha256=
|
|
424
|
+
invenio_app_rdm/translations/de_DE/LC_MESSAGES/messages.mo,sha256=3BrPq8XRYf_HwxV0H9-dkQquNr0F8NCwpcBQwvPbNYA,531
|
|
421
425
|
invenio_app_rdm/translations/de_DE/LC_MESSAGES/messages.po,sha256=DR0AOk0As-DN2_J_DVLllJsSGdahRYHRz30y9bri3lM,24499
|
|
422
|
-
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=
|
|
426
|
+
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=CxNHAIk0OX3Pny6J9vY16PkeoTZoaI1rVm9dQ395Kkg,1695
|
|
423
427
|
invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=9xV95M6NwWXfE55sHHCFcOrHTEDTQlDXpx6TFL2XARY,25250
|
|
424
|
-
invenio_app_rdm/translations/en_AT/LC_MESSAGES/messages.mo,sha256=
|
|
428
|
+
invenio_app_rdm/translations/en_AT/LC_MESSAGES/messages.mo,sha256=AB4LvCK1NK5p3Ez0KvyKTilEvFnKPnIJoKs1fodtwvo,532
|
|
425
429
|
invenio_app_rdm/translations/en_AT/LC_MESSAGES/messages.po,sha256=pz6OPYtrKSWRsM5-t4ctR2E4FQxACKPWWdnONIiSkqU,24500
|
|
426
|
-
invenio_app_rdm/translations/en_HU/LC_MESSAGES/messages.mo,sha256=
|
|
430
|
+
invenio_app_rdm/translations/en_HU/LC_MESSAGES/messages.mo,sha256=gdYcf34k0CDKjpttXnceSF1t50RIsnl5i-9LrmU0T00,489
|
|
427
431
|
invenio_app_rdm/translations/en_HU/LC_MESSAGES/messages.po,sha256=-zCC5ovRvkjgaQfFVM3sRj5cqH5JDEDt2Vcya0bKths,24500
|
|
428
|
-
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=
|
|
432
|
+
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=phEYUSHufHD-VnxXvD1E79F9RCUJB3RTTAbv73ba7HU,11701
|
|
429
433
|
invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=oS9VEJsx3SKawCjy3r1M3SQZaIWEsD8leDuioehaYOE,29595
|
|
430
|
-
invenio_app_rdm/translations/es_CU/LC_MESSAGES/messages.mo,sha256=
|
|
434
|
+
invenio_app_rdm/translations/es_CU/LC_MESSAGES/messages.mo,sha256=csXv1zo4C0WXG5Wnk52bhrvjImUJRTnwKSkard4vBMI,568
|
|
431
435
|
invenio_app_rdm/translations/es_CU/LC_MESSAGES/messages.po,sha256=-ME89ISHwvgvMaAmKfVno8_rxWnvDInc5QJcse0e2Cs,24536
|
|
432
|
-
invenio_app_rdm/translations/es_MX/LC_MESSAGES/messages.mo,sha256=
|
|
436
|
+
invenio_app_rdm/translations/es_MX/LC_MESSAGES/messages.mo,sha256=FS1EEWXz7yQ69BGYxZgvtun_o6zlHlEWf50j519EFc4,570
|
|
433
437
|
invenio_app_rdm/translations/es_MX/LC_MESSAGES/messages.po,sha256=2mBOP5uIwnCVsZZNQkk3F2Uk7Kf-MevLiO6d0g08sZQ,24538
|
|
434
|
-
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=
|
|
438
|
+
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=nkOSeuwT2lkcVENlKx6JFYzX2Zm-Yt4sE-vXwLGgt04,11111
|
|
435
439
|
invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=mrF_jqZQeuemKANJYWM5-CtXfHXSnDFpypv2vETbxZI,28854
|
|
436
|
-
invenio_app_rdm/translations/et_EE/LC_MESSAGES/messages.mo,sha256=
|
|
440
|
+
invenio_app_rdm/translations/et_EE/LC_MESSAGES/messages.mo,sha256=Xb5SX0cNVlDcAW34NOiKuEBuxlDTr1qiuFvLrN8_AxA,533
|
|
437
441
|
invenio_app_rdm/translations/et_EE/LC_MESSAGES/messages.po,sha256=U12tVn6k-vceMLDPU6pmNTEA94LA2_BfPFj63Ro-Mf8,24501
|
|
438
|
-
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
|
442
|
+
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=GgdXdVY4dhMJwXLtd2Dd_lclatXRkvgOf1UKCeQuRRE,785
|
|
439
443
|
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=63CAKzNVsO7NFUJ1TgZe7kNIu2WDWhZ5UvRxHLd5b-0,24685
|
|
440
|
-
invenio_app_rdm/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=
|
|
444
|
+
invenio_app_rdm/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=1DwhxreVAd8R0xti3U2utYbu1bQSgO0OHi0LHQx6j4s,528
|
|
441
445
|
invenio_app_rdm/translations/fa_IR/LC_MESSAGES/messages.po,sha256=n6XiXi9qh6fvOeTuIN8x7uM19FlzTEN7yzvigWKa0tE,24496
|
|
442
|
-
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256
|
|
446
|
+
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=lhDZGtlO5l0-hwX53Zz7u459Wh04FZjthbIEqi49r1o,1549
|
|
443
447
|
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=gcrR4ORUVoywTP3NrTeQuD5qiyjM1-On0vMd9sf9TIw,24952
|
|
444
|
-
invenio_app_rdm/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=
|
|
448
|
+
invenio_app_rdm/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=rl8Ehu5iFLIimL0uIz6Tj4mRC8nqR0IS45JEASm44RY,589
|
|
445
449
|
invenio_app_rdm/translations/fr_CI/LC_MESSAGES/messages.po,sha256=OH3NhVvvRZwDYFPXM0TV-1WZrXgd748DA2OLhnDaNm4,24557
|
|
446
|
-
invenio_app_rdm/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=
|
|
450
|
+
invenio_app_rdm/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=ER6p5Se5qmOJzqFGKMRvossqL0QPAJP4wCOhT83xw2o,581
|
|
447
451
|
invenio_app_rdm/translations/fr_FR/LC_MESSAGES/messages.po,sha256=uuhTiOQ9HAAyXwyBUGv8oRnYW1lmQb3rz3Ge1nXCZIA,24549
|
|
448
|
-
invenio_app_rdm/translations/gl/LC_MESSAGES/messages.mo,sha256=
|
|
452
|
+
invenio_app_rdm/translations/gl/LC_MESSAGES/messages.mo,sha256=C9R4We7D9exhQ-WPqK6-bI11jFbPAv9LAgUloeC5cGY,517
|
|
449
453
|
invenio_app_rdm/translations/gl/LC_MESSAGES/messages.po,sha256=ce1sBaiHK32DDgxknzOBG4_0Wx16WpRoGU2XSVuWfaU,24485
|
|
450
|
-
invenio_app_rdm/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=
|
|
454
|
+
invenio_app_rdm/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=TSTylO5t6qK0oP5v1EdCyJlS7Appys-dTUba9x9YfHI,528
|
|
451
455
|
invenio_app_rdm/translations/hi_IN/LC_MESSAGES/messages.po,sha256=eLWfQTm0_5paH0WWS9O_dcnGopm8ayQqgF4_q-ysuHs,24496
|
|
452
|
-
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=
|
|
456
|
+
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=ZZg2kuyMykrmPPWj8H1FsrCYiGJfcPsJNf35t1SRUPM,808
|
|
453
457
|
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=CaR3XPPqapoB3RLmK78tgZGImpB1ZKkYEb_ArlSPz-8,24715
|
|
454
|
-
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=
|
|
458
|
+
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=1-rF4ZD1FnrEtTy1CXEesDOxeEU4LfrmmQvrIrxhaeQ,11432
|
|
455
459
|
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=GfnFc6SAal7prM8UZRTl4LNgwAdKU4mG3HogOPoN2Dk,29186
|
|
456
|
-
invenio_app_rdm/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=
|
|
460
|
+
invenio_app_rdm/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=R8O71kIuPOKhtJIdD7sieFjqdLsLdqsIlxns3tVxVas,534
|
|
457
461
|
invenio_app_rdm/translations/hu_HU/LC_MESSAGES/messages.po,sha256=lNMQ_54_3bAIf8nBEMP9uQI2h9NyOy1M8CVwrbmv624,24502
|
|
458
|
-
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=
|
|
462
|
+
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=l0432fQdSoSIkUGfk74VV_CR4gM-QrqBMhnDn-_-5dk,4789
|
|
459
463
|
invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=reKw_ra2KM63xcsiWnuXXAeZPmdaKLwgt25LHhRfZL4,26069
|
|
460
|
-
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=
|
|
464
|
+
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=yrZUFjn-wLTWvlEYqQ4tqnHGJ0nmMhIWaL6ji7Z26eE,758
|
|
461
465
|
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=FNp1a8gr3wx_bvEQc6zOuFO8kg86flE68bF3h7IyyCY,24665
|
|
462
|
-
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=
|
|
466
|
+
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=s67lPLJHdKvylaMtennOTcm4EmQwJUOO2FfTsQqssnU,1371
|
|
463
467
|
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=SlfW4vq6ZVYCFsxd595cEQ3DlE1Y8oeWVx_PtQlvess,25054
|
|
464
|
-
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=
|
|
468
|
+
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=4wwrNUgWkTDMS6KwN2weW74Cn0F358hDrxyxDRb_amU,1231
|
|
465
469
|
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po,sha256=dwZYfY94K2sfumU-nSJ09_lpV2fkdjbPSpCRRfPrYNY,24891
|
|
466
|
-
invenio_app_rdm/translations/ne/LC_MESSAGES/messages.mo,sha256=
|
|
470
|
+
invenio_app_rdm/translations/ne/LC_MESSAGES/messages.mo,sha256=FIxY_UWuLz9hfJKSmEkxqCAvseY_lRmkO86KfX5VTU8,515
|
|
467
471
|
invenio_app_rdm/translations/ne/LC_MESSAGES/messages.po,sha256=OYlEfDs3VcOl5wVyiBKJHfrSy1t1k2WNuFKYWOswB9o,24483
|
|
468
|
-
invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=
|
|
472
|
+
invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=Pr_nGVh4Jv_LJ0ikdLlXYeglUSn8Lh7czqalGpnqZNk,782
|
|
469
473
|
invenio_app_rdm/translations/no/LC_MESSAGES/messages.po,sha256=T0z-hp8qcDq7CkcprX9l4n1-nZkgtjbn5yQpSHoEGU8,24661
|
|
470
|
-
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=
|
|
474
|
+
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=lJ7NHAB0iZovsZb-j0thDffYKWJRzRtHRedKRtKYe1M,921
|
|
471
475
|
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po,sha256=IDE6ZfhlFwL5OXg5_7Mf8iA4YAscveNWV9NILOuDFFY,24800
|
|
472
|
-
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
|
476
|
+
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=CKdI2fjnQiSZMzL4wajEHnLexL9q_3V6FoDVLS8uGTs,729
|
|
473
477
|
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po,sha256=XiO1FdbpdL0mctQ2RYwBYBiaGQld2rxreTljiFQ4qRw,24690
|
|
474
|
-
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=
|
|
478
|
+
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=TWRSXdZvLoj4mQ8Y-F2lh2o_n8Mf3UknPLyku3pxiio,802
|
|
475
479
|
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po,sha256=XqRlndwq3qkgSEs4uQMPQR3kLrtDMj1eyYfiSosmyck,24717
|
|
476
|
-
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
|
480
|
+
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=5NsmUfcZdXDOem6UiBDodLBX4tcH0MTBHLNeZ7Az5xE,1336
|
|
477
481
|
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po,sha256=41tZJ3k4JPMjhhxJQn7Xdu3bQkuoNXiAbUCImSZqf2Q,24996
|
|
478
|
-
invenio_app_rdm/translations/rw/LC_MESSAGES/messages.mo,sha256=
|
|
482
|
+
invenio_app_rdm/translations/rw/LC_MESSAGES/messages.mo,sha256=1zMa_Fb3alq_mXsUqjkwT28DWWKmuSAg6UPCO3oa0JE,520
|
|
479
483
|
invenio_app_rdm/translations/rw/LC_MESSAGES/messages.po,sha256=578_XdjmDdfOO_f8QpyAUa2FCHpp3A2KI123w-_VKCQ,24488
|
|
480
|
-
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=
|
|
484
|
+
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=FxEvI4Fpmtea_ONOk8yDLae9zdkNT6gC09yWQ6176ec,1458
|
|
481
485
|
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po,sha256=IcRV5Yp4tH4RhvQZzGXYMNdbDcflQGoZR3nEZjGN1KA,24942
|
|
482
|
-
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=
|
|
486
|
+
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=cWMD1BZrNLMcH34Dg3SlQkVbhW1CtyAX_3tzh5KLAmU,11170
|
|
483
487
|
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po,sha256=90S-IHuwUVW--uf0IpnpJqn4Sfchn6IFZDHBR1KElIg,28928
|
|
484
|
-
invenio_app_rdm/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=
|
|
488
|
+
invenio_app_rdm/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=_2Q0_GvKYpOJ8ZCiXdwustDX3e4UAKEug7Vhi1PNLyI,531
|
|
485
489
|
invenio_app_rdm/translations/sv_SE/LC_MESSAGES/messages.po,sha256=MZYgbIx7e6TEKH1_Fk8EW6uNHn2Jti0h3CtMs-cSWsk,24499
|
|
486
|
-
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=
|
|
490
|
+
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=DpOTkAMRo4X9_fvnIG9pH8ichpKYKRPuQ8cEkRojGHk,4828
|
|
487
491
|
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po,sha256=JmnfQJ4nOajWAVIugSd_PQUJ0W9mw459yR3h_bAnseM,26214
|
|
488
|
-
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=
|
|
492
|
+
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=F7khmlheH5YHPTaFJHpAt9b0Y2OqnvSg7j6C0c31fCk,12064
|
|
489
493
|
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po,sha256=RTqWGu2wiJJvOkO8aRR4s35rQ51VGBT0tGFHARt1iKs,30676
|
|
490
|
-
invenio_app_rdm/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=
|
|
494
|
+
invenio_app_rdm/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=XyTZM6glOe1Sky-7JIP6aUaMIMoauJAPWHWL0vRl5go,756
|
|
491
495
|
invenio_app_rdm/translations/uk_UA/LC_MESSAGES/messages.po,sha256=zcC88InpXP_nluOyG52edR-Dwy1jRN6YU27sLF5es8o,24724
|
|
492
|
-
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=
|
|
496
|
+
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=zUbggi5bZVtPiHAyQUVBsXKzor3vIIeFXsb71_6_ktA,9967
|
|
493
497
|
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po,sha256=sm6rIr9guR9VAjgCzQ1MtzExh4NOoPHg1v8sbPgXzmc,27954
|
|
494
|
-
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=
|
|
498
|
+
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=CdRkxG1iPuWQZAnSigavTCvWRTzIZ0ywj18KlPQu2f0,748
|
|
495
499
|
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po,sha256=F8L8BP3wIeRZu22pTL_g2HoDzOajfRdQfB7dG96RlJw,24655
|
|
496
500
|
invenio_app_rdm/upgrade_scripts/__init__.py,sha256=AlBBeGDr7RmylFE1ynJhFylaAlINQkLNyuS7ufCevEg,285
|
|
497
501
|
invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_1_0_to_2_0.py,sha256=SCUdvuQYGnjWLfm6Kd-f3swlOrxSNN3kO36OVEOkN7g,1760
|
|
@@ -519,9 +523,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
|
|
|
519
523
|
invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
|
|
520
524
|
invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
|
|
521
525
|
invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
|
|
522
|
-
invenio_app_rdm-13.0.0b2.
|
|
523
|
-
invenio_app_rdm-13.0.0b2.
|
|
524
|
-
invenio_app_rdm-13.0.0b2.
|
|
525
|
-
invenio_app_rdm-13.0.0b2.
|
|
526
|
-
invenio_app_rdm-13.0.0b2.
|
|
527
|
-
invenio_app_rdm-13.0.0b2.
|
|
526
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
|
|
527
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/METADATA,sha256=KHTC5PKuQE01qpCxhfoCuHcRTcRf2DWarD2lh1_u4P4,9901
|
|
528
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
|
529
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/entry_points.txt,sha256=r1vTqYNABeWqRMWitzyR9FnBsAy-KYZKZCp95IziyLY,2070
|
|
530
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
|
|
531
|
+
invenio_app_rdm-13.0.0b2.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_app_rdm-13.0.0b2.dev1.dist-info → invenio_app_rdm-13.0.0b2.dev2.dist-info}/top_level.txt
RENAMED
|
File without changes
|