invenio-app-rdm 13.0.0rc2__py2.py3-none-any.whl → 13.0.0rc4__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/config.py +14 -1
- invenio_app_rdm/ext.py +2 -2
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
- invenio_app_rdm/records_ui/views/deposits.py +11 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
- invenio_app_rdm/theme/webpack.py +1 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
- invenio_app_rdm/translations/messages.pot +486 -303
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-app-rdm
|
|
3
|
-
Version: 13.0.
|
|
3
|
+
Version: 13.0.0rc4
|
|
4
4
|
Summary: Invenio Research Data Management.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-app-rdm
|
|
6
6
|
Author: CERN
|
|
@@ -101,6 +101,32 @@ https://inveniordm.docs.cern.ch
|
|
|
101
101
|
Changes
|
|
102
102
|
=======
|
|
103
103
|
|
|
104
|
+
Version v13.0.0rc4 (released 2025-07-10)
|
|
105
|
+
|
|
106
|
+
- pid-config: cast to bool RDM_(PARENT)_PERSISTENT_IDENTIFIERS required check
|
|
107
|
+
- fix: default parent_doi_required to False
|
|
108
|
+
- links: update doc links to updated ones
|
|
109
|
+
- i18n: localize DOI labels
|
|
110
|
+
- css: remove .invenio-accordion-field qualifier
|
|
111
|
+
- css: use SemanticUI variables and fix class names
|
|
112
|
+
- ui: ensure accordion caret icons rotate when opened/closed
|
|
113
|
+
- config: add Data Package export format
|
|
114
|
+
|
|
115
|
+
Version v13.0.0rc3 (released 2025-07-02)
|
|
116
|
+
|
|
117
|
+
- deposit-ui: uppy uploader ui feature
|
|
118
|
+
- i18n: run js compile_catalog
|
|
119
|
+
- i18n: run js extract msgs
|
|
120
|
+
- i18n: components.js replace Trans with i18next comp
|
|
121
|
+
- i18n: RemoveFromCommunityAction replace Trans with i18next comp
|
|
122
|
+
- i18n: RecordVersionList replace Trans with i18next comp
|
|
123
|
+
- i18n: ImpersonateUserForm replace Trans with i18next comp
|
|
124
|
+
- i18n: CommunityRecordsSearchAppLayout replace Trans with i18next comp
|
|
125
|
+
- chore: replace en dash (–) with ASCII dash (-) in source files
|
|
126
|
+
- i18n: refactor compileCatalog script
|
|
127
|
+
- i18n: Force pull languages
|
|
128
|
+
- i18n: extract py msgs
|
|
129
|
+
|
|
104
130
|
Version v13.0.0rc2 (released 2025-06-24)
|
|
105
131
|
|
|
106
132
|
- communities-ui: pass serialized `community_ui` to Jinja templates
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
invenio_app_rdm/__init__.py,sha256=
|
|
1
|
+
invenio_app_rdm/__init__.py,sha256=LRnftZvJ-SG201XFooEF9VJMbzxZM5KFuheRVMC4200,700
|
|
2
2
|
invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
|
|
3
|
-
invenio_app_rdm/config.py,sha256=
|
|
4
|
-
invenio_app_rdm/ext.py,sha256=
|
|
3
|
+
invenio_app_rdm/config.py,sha256=MQYHg0C5p5xAphuGOh3lqxp7k9Dboi27uxn7WHkv2JU,52040
|
|
4
|
+
invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
|
|
5
5
|
invenio_app_rdm/tasks.py,sha256=FyrIQXVuPjms-dNEnLrVmmdwrX_IykJ87gcSNgOR6O0,1373
|
|
6
6
|
invenio_app_rdm/views.py,sha256=SDr9NwZEWQcgT_3GFRYdDf6eUaK9DfnoafIkhUf9nSI,785
|
|
7
7
|
invenio_app_rdm/administration/__init__.py,sha256=8r9LeoE9fNHZSVS5QsCfVhRU7MAiEOWJk9MA3Y--4F8,251
|
|
@@ -46,8 +46,8 @@ invenio_app_rdm/records_ui/sitemap.py,sha256=erWpwi8lx17ATicBo3dTwMiEEwHTilL8xTA
|
|
|
46
46
|
invenio_app_rdm/records_ui/utils.py,sha256=0ljPFPC1dAEY_ySZSIT_LRYka2bfsUyvFk_QQAmhYQ4,2687
|
|
47
47
|
invenio_app_rdm/records_ui/previewer/__init__.py,sha256=T32i_ssGKONDpNB3gECpn20ubHvGYYVrNuIgCADioOM,267
|
|
48
48
|
invenio_app_rdm/records_ui/previewer/iiif_simple.py,sha256=lGxB3g0hNVJDWnq5jV_KrKPwC-LR1C51DMjas1-UpBM,1589
|
|
49
|
-
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=
|
|
50
|
-
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=
|
|
49
|
+
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=UHcPiYJR7pv7jEpD1ardCvWZzwJJqsKepbH2SVdi2Dw,2653
|
|
50
|
+
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=RXUfOAKKEcljINo1b6irPgHqmnNDt0BNWpTk6lTs_nY,20865
|
|
51
51
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html,sha256=_FPflgqVZ556Xw349mHPSFb0FOhxYkIHfmUUTX53_LU,624
|
|
52
52
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html,sha256=2h-FGJvNKS9ASZ0mErL2vz5jXQYiLL8u8rTO2_D3FVQ,1166
|
|
53
53
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/iiif_preview.html,sha256=RningdsVBXsJ8qnQjzurf0Ty8R5Tq08eS31s53c3DNE,444
|
|
@@ -78,15 +78,15 @@ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details
|
|
|
78
78
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html,sha256=ptS8h6orgDhFFGXeZBCNBltELy_g9fUtS1bMTzieCPk,676
|
|
79
79
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/versions.html,sha256=fIa8R0blN2rWkrP0K43qvSTye4Gt6-5yo3HN5FLdLTA,935
|
|
80
80
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html,sha256=N53nwtlEZjxweCx70qFJa1s6uL1pPSzWZgk8p1vodE4,4277
|
|
81
|
-
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html,sha256=
|
|
81
|
+
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html,sha256=2H6A4YzS8-4LRcPwyU04HsvnvieseVrrf_kndZl92zI,10622
|
|
82
82
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html,sha256=_i79JuwZFbD9JcLvuryyKIY3mLV1SFnGJ_EFHRnTbbg,1510
|
|
83
|
-
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html,sha256=
|
|
83
|
+
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html,sha256=hxkjBwkpDKvE-E6wzHoTVhzVXJ6KkNdvUNr7fm8UNcw,9527
|
|
84
84
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/locations.html,sha256=27-KyPqb05pu-yRXHvxCgZWRSi5bFP6xf7XBn91sbeA,1741
|
|
85
85
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/stats_popup.html,sha256=5SVzfIS15Aro2Itd2BiaLbMXm0cvvwk6ZCdYjuSwhBw,625
|
|
86
86
|
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html,sha256=eA8-n81XUezkwPXvcG5v2sgLPQNTgr7hB36-_Gr-tVI,758
|
|
87
87
|
invenio_app_rdm/records_ui/views/__init__.py,sha256=9DaDls04IQv7fYttDjLofIWGsRRjk-FwUYnIfxV3OWk,5840
|
|
88
88
|
invenio_app_rdm/records_ui/views/decorators.py,sha256=MUUmgGuigmFMigcpyJbNvM0yPKUyeAw5LE6MJ69BoFA,15883
|
|
89
|
-
invenio_app_rdm/records_ui/views/deposits.py,sha256=
|
|
89
|
+
invenio_app_rdm/records_ui/views/deposits.py,sha256=2yUaZIeaGzogztpg0cXInK_twU2n6oP6J60ZA2cz2nA,22394
|
|
90
90
|
invenio_app_rdm/records_ui/views/filters.py,sha256=Rm55fXJv97cqq8B_6KCe-3PxxHUH4VRu-jd9fTea6r4,6994
|
|
91
91
|
invenio_app_rdm/records_ui/views/records.py,sha256=u3zvyMk5ADvzC6WhUlxFqjdJMIcuBAwh7PdV_TPg2KE,16454
|
|
92
92
|
invenio_app_rdm/redirector/__init__.py,sha256=AYCTGmfbmkHW3YJXMqXlWBXcBrUsta-QmL9ULX2bjwA,243
|
|
@@ -107,7 +107,7 @@ invenio_app_rdm/requests_ui/views/requests.py,sha256=psHuNbN4JJ2zoOiopRAic1RpB93
|
|
|
107
107
|
invenio_app_rdm/requests_ui/views/ui.py,sha256=DBysYQa__gOCg-pikO6HmoVLmRmMAVWeTBiYhPa7PmA,2359
|
|
108
108
|
invenio_app_rdm/theme/__init__.py,sha256=QbkxNjjOmGKRlie96HfTXgnFeVQjOX0GdiZnHP7pIhs,277
|
|
109
109
|
invenio_app_rdm/theme/views.py,sha256=mrcxejY9PlYwEqh8f0ojKX4CtmD9jz4f9rU-5aLZszU,4457
|
|
110
|
-
invenio_app_rdm/theme/webpack.py,sha256=
|
|
110
|
+
invenio_app_rdm/theme/webpack.py,sha256=erdlXstXfizcVDwIwYMwIm3BlUC_5176i3gpPSlJZzE,5335
|
|
111
111
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/theme.js,sha256=EBda1oklPz8u6cDz5fHU8EeDjUqyNMzOL8Quik-lCks,4592
|
|
112
112
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/utils.js,sha256=oTCQkmr7j6FwVsOfM6hsKrPHfadW7m9IurrqYVDgxDw,3628
|
|
113
113
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/auditLogs/AuditLogActions.js,sha256=ugQ-0b_6_O5rDeP7JUlNJ5SLGGlip_tP3OoTT4hRcak,3984
|
|
@@ -118,9 +118,9 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/audit
|
|
|
118
118
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/auditLogs/search/index.js,sha256=q1WaQ-kNNMvNdnsONMw2c4GWobizoPWsmIdWL2fRCPc,283
|
|
119
119
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/CompareRevisionsDropdown.js,sha256=BNdMxfFYPhlrGKPg47oc4X8ILllfCngN61L1b7Yt_8Q,2483
|
|
120
120
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUser.js,sha256=1tnHc9PaCQvVS1PVsDWtfpWzVxJJ5_eltn9WJEYygiY,2366
|
|
121
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=
|
|
121
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=YWPZeI-vBr7GixhhzwYVS-epnbIw5frr8StsD81a5J8,6578
|
|
122
122
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/RevisionsDiffViewer.js,sha256=Q-aAVC9jhOaOb7rL9SD48oGuI1fTmoskX8tKGRnpt9c,1921
|
|
123
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js,sha256=
|
|
123
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js,sha256=SzJIoK64pt5h1B9bHH28MFcd29dLl_EXA74BNv9Bfbk,3036
|
|
124
124
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaForm.js,sha256=Ltr03KlCogkg2NjqWc1GkxJlYPWB2LDLHL04w6eJiRU,5749
|
|
125
125
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/index.js,sha256=soELMxc1jf_rL62CJ9wtWGVG13yk1PRY7JqseqnKkqU,297
|
|
126
126
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/domains/index.js,sha256=dr3xt9jgVIl6o1cBhK6LjEpRodsB_qaSN6mXXeD5hik,870
|
|
@@ -160,7 +160,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users
|
|
|
160
160
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users/search/filters/UserStatusFilterComponent.js,sha256=BPYMnz_NOicMbstQojs4Q44aIr0oO8qXLNbMg9k505s,3240
|
|
161
161
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users/search/filters/index.js,sha256=QU4_jXA6POeWtDIvMOFXl3d5esrgSWiL8sC_qQglj_o,64
|
|
162
162
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/collectionRecordsSearch/index.js,sha256=cxxk7tzx5nt03-PuFyDVMYMueDkTn4xdq8Fee6V8Pjc,2052
|
|
163
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js,sha256=
|
|
163
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js,sha256=FYqvkO-oPq5vIp5Hfjzl-ho5q1AJkkn7keVQSA5dQKA,2594
|
|
164
164
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchBarElement.js,sha256=9Gw8q0p48s_68RmLBMgIMRAdN5Iyzmd0uAXSwhKwwWU,1482
|
|
165
165
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSingleSearchBarElement.js,sha256=_CJ_zmhrHJRqZ0SP0rOGCP5YHzwV8ifbzLvQP2D6oGQ,1285
|
|
166
166
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/components.js,sha256=k26jDWt0BWIrhnuGF-t0iNmudXdniO8YPkquF8VK7gk,271
|
|
@@ -170,10 +170,10 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CopyButto
|
|
|
170
170
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js,sha256=bSmhuwSWk4CW80mqa4ZZbjfa-_NsiJ1IxQ9veDy6sAM,2751
|
|
171
171
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js,sha256=m3rT8jJ3440ZX22zZog8bHatWltYXwvmw_tu6tJUM9k,1506
|
|
172
172
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js,sha256=RTSQBlGQY7ww7fVGHDvDfWQNyJ07mnEoyboTGIcCgD4,6694
|
|
173
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=
|
|
173
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=pZ3OSEJFIBHh8-9L0jN0xyLfhIsyYRikVTlsbiDdJfI,33427
|
|
174
174
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/ShareDraftButton.js,sha256=ICMV4Ixe-nTe6q7COZ0oyAQf2nVp2cez_-iUZobwUD0,1998
|
|
175
175
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/config.js,sha256=rd2wqiwmYOkh4kWe8AiGWJar2kA8R8TkGMnX5XZvihs,1473
|
|
176
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=
|
|
176
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=xdJtxsdo8_tlq3HdjXp_tb3I_wvHi65a7z-tdH4pcqE,1643
|
|
177
177
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/frontpage/RecordsList.js,sha256=PkLpiCl7sNSlQoCo7xxZ_H6QvWqK_TydoseIiKvtuMw,4176
|
|
178
178
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/frontpage/index.js,sha256=X0tsSvLwGPzSFQEf4J1zPZbFRCiYeJq5CnEXr_J5LsU,900
|
|
179
179
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js,sha256=5GRlVkJQpwrY9wk4KI5Tmqmll2d3cEls8isJZjvoA9Q,8798
|
|
@@ -185,7 +185,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageB
|
|
|
185
185
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCitationField.js,sha256=9bfvaNvr55jJ55kyv0vsNSliHAlNuw7lqwxpJM4gYQA,4700
|
|
186
186
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js,sha256=wORVCOjlyX2mIsDU9J0MwWFE4Zw9CCL5inWpV7m8lsM,4004
|
|
187
187
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordManagement.js,sha256=p49VyNWrYQw88xOxLdemHpBu0ty_4kVG_Bf69EZcl14,3875
|
|
188
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js,sha256=
|
|
188
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js,sha256=ZJaD4fW2z00tcektXVz0eLXu6oGLLW-NUjV86neuDjM,7141
|
|
189
189
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/access.js,sha256=FVcpKl22zMi1GssbLZAj1pO98c6Em_wg_yBIdfBJor0,938
|
|
190
190
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/index.js,sha256=FkCbK5FrXlSaD_TDO1eUMDORULhBJccf7FEvhmto-GM,5029
|
|
191
191
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/theme.js,sha256=ZtPRShCangzFhik1OdcpzfTTUXdtogZyTHkF70o68Ls,3141
|
|
@@ -198,7 +198,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordC
|
|
|
198
198
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesListModal/RecordCommunitiesSearchItem.js,sha256=7Mvz7C1_S_MfsJoN8-iyAaw9Y7aBPwBa6MH6O0gWhuw,1667
|
|
199
199
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesListModal/index.js,sha256=lf_UCmT3y3IPc47X6KESV4RGhTbjdXX8bQrn8ngJbqc,221
|
|
200
200
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitySubmission/RecordCommunitySubmissionModal.js,sha256=HRvWdj-eRc7fec2_apeeg7Tf9ql4nXpy7C8EWdGJ2ts,5138
|
|
201
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js,sha256=
|
|
201
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js,sha256=O5aHzH-oQsagurnU0e4pFc4B_4BRTbPuk0Ifk_T_WFw,5859
|
|
202
202
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/ShareButton.js,sha256=TKa1b_NUGD-DUqrqvQE2SwDI6Gr-HP246ymhDvQtj3A,1785
|
|
203
203
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/ShareModal.js,sha256=5Gq2TGsOlkvrwg2fURyv7wOaO2QH22_ZWzrjE2nCDiY,6627
|
|
204
204
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/AccessLinks/AccessDropdown.js,sha256=0-Fune91rH-7B57kYvZxNlIemg-xLgxZ5LIbHGJY2PE,3068
|
|
@@ -220,7 +220,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/index.js,sh
|
|
|
220
220
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/AccessRequestTimelineEdit.js,sha256=rM5iSICtNsqXgOzNAWSpV61qJf8oE7XxqVTHMmhqkFk,5639
|
|
221
221
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/AccessRequestTimelineRead.js,sha256=ezxgh43UbgthNNGL2hoh1YwNBlPl1fC_TI0RcnFHd1w,1389
|
|
222
222
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/overrides/TimelineFeedHeader.js,sha256=vU_D4F5jabAghjfPtpC3JvErrBVy39Je-PARgqwMD4w,1164
|
|
223
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js,sha256=
|
|
223
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js,sha256=SRX2L3nBtcpoe-XYVPmIsHMsSNhlVdWIBD16E-lVECU,7223
|
|
224
224
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/index.js,sha256=xvc8dtcPsTABiSpbt8azBVuZJuhXi39Nj4N8mPiFd40,2190
|
|
225
225
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/subcommunity/browse.js,sha256=N6tCJ4_NBlfQSRaiYfp4K-keHCC6xgFWmh1UCgBTyXA,921
|
|
226
226
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/base.js,sha256=OoSdV2v5hdXFxqL7rLB7un6X2kxiXWh1V-bVu6RhmUc,6879
|
|
@@ -229,6 +229,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/reque
|
|
|
229
229
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads.js,sha256=GxU9acySMQCPmI1dDgUEhkxAECucEoyzvbuWMl7I87Q,6877
|
|
230
230
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js,sha256=XXiBPOtCVz6htS4ita8GlNAePEoKyHQcmEs0yLL5B8A,4914
|
|
231
231
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js,sha256=7rwJz0nVwBk4bXOEcWymAZrPyL0pmekBcMeBwNt8OJc,5060
|
|
232
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less,sha256=HwHovPrcrhWjcFKglnhbre7UbKBuhJlPPgu_Bdjpntg,723
|
|
232
233
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/landing_page/creatibutors.less,sha256=X47WXPv66x2-T2XghG_ibq5vkX_3gxelK9O0mPxzFO8,1113
|
|
233
234
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/landing_page/licenses.less,sha256=SumVdXtD3IBMvOBUk3JiW-wD4Xy5ASEG1v4wwrsPrBI,1352
|
|
234
235
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/previewer/iiif_simple.less,sha256=EH1nrWuEFjfcrXrsbC82pTQqWQ2xAELSTtIkpRpar8I,326
|
|
@@ -265,7 +266,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/rese
|
|
|
265
266
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/reset.variables,sha256=Luyh-V1w5wDFv2j77bYmTxfn22Cp7h1vLjRsqhf207Y,139
|
|
266
267
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.overrides,sha256=Okd5gBx3clt63UUmvSOb1PlHwDEB7-Th9DUJ4LNAXmw,9010
|
|
267
268
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.variables,sha256=IQZqcNQ1AwmrpiPwkWZ6Zk67kyCMf8DJBqNgC1porDY,3043
|
|
268
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides,sha256=
|
|
269
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides,sha256=DSPOm3I4dFfRrO73IYCBkj3A_T_wKW9J-Y1BlKb2Vg4,3508
|
|
269
270
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.variables,sha256=JFUnfiL_Xve48EwxRjYq0T-QJA8jboC606L08IjrBXg,322
|
|
270
271
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/checkbox.overrides,sha256=VV-V1ez1AT-2ULq8kh9akUZncGOx6ESGnEUqDlvRihY,137
|
|
271
272
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/checkbox.variables,sha256=fknu9A-l5L6-tH7KOYKK6cHhxx8cKMlig7EGYI7zIU0,137
|
|
@@ -283,72 +284,77 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.o
|
|
|
283
284
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
284
285
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
|
|
285
286
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
286
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js,sha256=
|
|
287
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=
|
|
288
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json,sha256=
|
|
289
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json,sha256=
|
|
290
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot,sha256=
|
|
291
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
292
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
293
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/
|
|
294
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
295
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/
|
|
296
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
297
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/
|
|
298
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
299
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/
|
|
300
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
301
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/
|
|
302
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
303
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/
|
|
304
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
305
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/
|
|
306
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
307
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/
|
|
308
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
309
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/
|
|
310
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
311
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/
|
|
312
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
313
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/
|
|
314
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
315
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/
|
|
316
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
317
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/
|
|
318
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
319
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/
|
|
320
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
321
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/
|
|
322
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
323
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/
|
|
324
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
325
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/
|
|
326
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
327
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
328
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
329
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
330
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
331
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
332
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
333
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
334
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
335
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
336
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
337
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
338
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
339
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
340
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
341
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
342
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
343
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
344
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
345
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
346
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
347
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
348
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
349
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/
|
|
350
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/
|
|
351
|
-
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/
|
|
287
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js,sha256=bJmkmpH_yUGFxb8TIAJ4YThv-RviTMy-2vUhtgOennA,1855
|
|
288
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=un5pmzpJeMu6UeZygWGnsIIuNu8RTVQhZXMINj2mXk8,1065
|
|
289
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json,sha256=ooW7oENJLFyFov2WqAYstJhrLVjfeAWKijzkMl-_lzs,79009
|
|
290
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json,sha256=j-ncE2nITQInJ8B5RKihnpSRRWbp8PtY2wIuqKqA7sg,567
|
|
291
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot,sha256=OmYY8Smb_kBuIVb_wI5LpAP3XCaWtrSNgHnm0Mo7XuY,20996
|
|
292
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js,sha256=8Oo9iRj292_YsEWJRxMJqV9ABdPUOn1H77S31lx3Rdc,2805
|
|
293
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js,sha256=Id8vOmdcp2I3LMQTO2o54pCFMVepuHPpxx0-aYz4KQ4,748
|
|
294
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po,sha256=DuVf6zhxbPmWj3mPgNYms5_r-SKFAOoDYccv4fIIU90,26256
|
|
295
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json,sha256=1O4DBEvwNg2Z4bcFkseckmnb935Y1qUCeU9YZX80KrU,23045
|
|
296
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po,sha256=3GXtUQRlh_pK-AU9rhmHuPRp2GBZhV2WcqTg0gYVpW4,13488
|
|
297
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json,sha256=0gve-ppz9Yjw_8K_F1JGTKRfDsWd3jRsryj-VeYsW8E,9991
|
|
298
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po,sha256=SmsRD5512HpSMuLW3bhQa_tgPmfrbdio-bZkgheZsdA,13503
|
|
299
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json,sha256=dVeeO7yif9B76Bx0oW-alCMiIIr7se2Usddvyka0jI0,9962
|
|
300
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po,sha256=3OTI_OyGz5WfJWNTIzrKZQBs_DcdX8by9Kyk_hMIDf8,22168
|
|
301
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json,sha256=tnaHhnPiMDrFT-_Xg1IUHQd9iO49-GJcYdJZnL1o0nM,18578
|
|
302
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po,sha256=PuJssGcJjlRMvx-3JsjhW72-nae7ph-wc4pcgyPblYw,13323
|
|
303
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json,sha256=b9NrW8J1WMqIE5aG_x3ezYYY_vVAETJ8ThR_5FPB8fc,9721
|
|
304
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po,sha256=JyBrOnmpCstXmgGVjRghceHbSZ4uBO18PVVSQRu6jBw,22633
|
|
305
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json,sha256=FqxD6vbx1vPLQi9oV7MiMK2PeKP4ZwcKd4GIqylcVtc,18485
|
|
306
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po,sha256=yQrUBSoXraww2k14phoWURNJl0OGNYWgf3L1wdtDlEs,13874
|
|
307
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json,sha256=zFLHHR0f61P7H0bMVCDULd4vQVhhquFcAH-oeFkOjqY,10242
|
|
308
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po,sha256=qmUzHrmSEtAibAHC4Nha2ln5JHXCm0A-5RMu1gFItHI,20996
|
|
309
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json,sha256=fIJ9uQ6akpXq-tk0f418Hax4hpk3RxqM_hzb8JMMcDM,17332
|
|
310
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po,sha256=aV08GepkbnRa7q4IwXmVLZhU5jD3GwMfBlP61epaok0,21760
|
|
311
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json,sha256=3v8IREjFrQqIl9dKbmyJM6L1BnDJm0WeORO-lsTG51k,17657
|
|
312
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po,sha256=uVrAQBDCBsTI-GLGyKpGtDORn0TtM8ekegRBjX4VwWc,14542
|
|
313
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json,sha256=HENA5VfETykZ0FveveTMoGATxLteH0KSLSfKmsFHlho,11007
|
|
314
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po,sha256=l-Hx9Ru36iCDUor8V_iyd0kF4nNwoYsNKpGIgV4agR8,13384
|
|
315
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json,sha256=bZuqzYqVbwU2FtFJ1qWxukGYNRCqZ1qC6K9Sv1r5N78,9872
|
|
316
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po,sha256=cbwWp2wqPna8YW9Qn0F5uUGtE_QY52bEb67hzFOIcj8,22012
|
|
317
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json,sha256=W0yhWjXFnN1EjkhZxocYkuAsCb-DldLuJ5l2QhP9Vc8,18021
|
|
318
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po,sha256=7SYTRFhL7IdFxshVk_9P1F9jXsYAX09y315T3ejnho0,13442
|
|
319
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json,sha256=Ql8Plen_hlD3VVJ9IoEugbE4zF5iqdqrO4Ov7290D8w,10005
|
|
320
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po,sha256=0mfbZqLAoaiVNXxeTYvnziWt_RiNWZ7GISMgTLeaibU,22258
|
|
321
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json,sha256=z2NRf48eYneuyl_ExQWX0SUq1AVjImTgUncMIKLj0wM,18485
|
|
322
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po,sha256=FYV2pCsUafgcniPdUgO3McaCJc2rORNxaPTW1_Su8PE,13869
|
|
323
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json,sha256=nAMjayyj3ZaenSrT_AXOvnixYHivDpmKaV9PauuZjYU,10074
|
|
324
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po,sha256=BlTBkUHl6gFjB5j_L72nt9Dlddh939vR1x2G7mmqNsk,13259
|
|
325
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json,sha256=mN9lYcHR3bnhvNud72hAnnAWKWeFHnMtwVh4pCN3grg,9603
|
|
326
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po,sha256=1soccdalg5UhZOTqiz2V5U3c9m8vDZxwNS1HH-Dxcsw,13887
|
|
327
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json,sha256=-zA22YVbNZn7rQontJ6_Iu1nLm7w1KgeTVxNyPhRKx4,10375
|
|
328
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po,sha256=XrPTnPHUgjbFH0h669BtnEQrH2mLfEvpkYh59g_i1tQ,13072
|
|
329
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json,sha256=lD54cf1BLn-SY09cH3RWEeryg1VZIlezqF_4KfQxrY4,9462
|
|
330
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po,sha256=VFQDoUUrvW8tVLgX0hX2Nsc8Jid1vwIVnvzrdg-sbpk,13689
|
|
331
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json,sha256=R5mVNw_UDmPb08AVcgE5sXnhu68dJXe6nuQ0Sq5lkBY,10340
|
|
332
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po,sha256=yK-rBYV7quCIrwtXT3XcIFBqrmiyD_anFafGUamG5a8,13308
|
|
333
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json,sha256=tRnssnL5Dh2De3fGMAnrWzLiSDvEo_aeHLYFB7Mx4tQ,9811
|
|
334
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po,sha256=I4J09CquhoLib5Ime76KkMcCqhVxn2-H3eLUVs17sco,13928
|
|
335
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json,sha256=vVB1C3KG8FqZiPRyxxyxxGJoSAmBw3seJ_wdhQHTEz4,10570
|
|
336
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po,sha256=4XuhLT2dqwf8yl36c31slJXAtLD_vF9KKppwlESp9Fw,13372
|
|
337
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json,sha256=E6TkPLTUgJNfJzmUnwKCnfG7BWh1BsyDb1w9Duk_jl4,9745
|
|
338
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po,sha256=AOjzlcA4JqokK2Vqh74DMV3_F2F4yJbZY4pY0rVBQdc,15521
|
|
339
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json,sha256=VFwQh5p1eB6BPg-HDip45BV8Uh2lO8e5lkeZiMar4Nk,12036
|
|
340
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po,sha256=DItetjB-rma_NUR5g4eNk2bH6kMHKO-hHf4a4s_WGiQ,27716
|
|
341
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json,sha256=REdO7HN16Rf7GJzedPNtj3DzqgYnZw5nyxopAcipmR4,24213
|
|
342
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po,sha256=efkxG7xifqVlqYLiAafKjfLjaDv-b7dywNGWAH51ZGs,13776
|
|
343
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json,sha256=itEHPsXhyVT-kfTBdtiQs43Re--mohkhSAgAyvBMD48,10447
|
|
344
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po,sha256=XXpc6iCOy7i2OIRkCP1oOv-dDzwxXE1lS9pSZz0FAoo,21306
|
|
345
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json,sha256=z4CY-A9AmRcxrHud0dAUHBZVM6ClwN3F5ESTIitdUkE,17600
|
|
346
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po,sha256=ayJZ6ckXx0LdtVuxUkGLVBXNV77pR2i9AmmJhaCY6Ck,21671
|
|
347
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json,sha256=7UA__nXX_mUM0mSf4mbttA663oUL0va6-F4x6olV-wQ,17893
|
|
348
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po,sha256=nGZJZFF9Zc0TtEuTPhihwwpZLOX6fhJwBccLlKi3lF4,16176
|
|
349
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json,sha256=rSxmJk3XTx_hu4UKEVQQ0w7jghbhruEnIKzyoTm6O9k,12682
|
|
350
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po,sha256=D9NXEcXYrvCdU7Xl8yy_FbG_fWRfg_D7sbR1CBs3nJ8,14185
|
|
351
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json,sha256=_wziGsFEV4BhaUdw2UElPeUyXBYHGQQ8nNJJsOP1GZY,10494
|
|
352
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po,sha256=BeF2P9_Oj7k_pZxfPJme538Kue5ylONyCtsZo611Vc4,13195
|
|
353
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json,sha256=1pO6eTP6UZgZXneHwRCBAM3QRKAOGYzH-OzemZ2nqUM,9525
|
|
354
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js,sha256=Y4s1zDCOl-8C81JiRx6lex1EYUelPUIQjkDWon_3tzU,4033
|
|
355
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js,sha256=8-QmsxDU27q71Zs-6iLRKTwPnVpmxBTuS7wmTtAyXxs,692
|
|
356
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js,sha256=PyJbqVfNCBvrG3o_feIt0JbpEe-AVf5jMLl8F7T4698,723
|
|
357
|
+
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js,sha256=NEcv44zs4RhieJgMRoMtAOOUVTS6xX5nP3hDPpBwQfE,1206
|
|
352
358
|
invenio_app_rdm/theme/static/icons/licenses/cc-by-icon.svg,sha256=Aogts2TDR_M090vHNBA2UhEDu79cdTPyjnoNmeDxFII,9719
|
|
353
359
|
invenio_app_rdm/theme/static/icons/licenses/cc-by-nc-eu-icon.svg,sha256=rJQn1RpDLLHUjVXs3nsxfduzOta1HZ1hBAhtNsvLtcU,15478
|
|
354
360
|
invenio_app_rdm/theme/static/icons/licenses/cc-by-nc-icon.svg,sha256=65P9CKCvlT-AL8a1mkf1ugPBnQqyBVpDBgiSg20fa8w,15083
|
|
@@ -377,7 +383,7 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/frontpage.html,sha25
|
|
|
377
383
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html,sha256=HiQEP1os90mVj_MlYTEHyTGP5VfkaLQrfLZ7vR1vv-8,5767
|
|
378
384
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html,sha256=SQqgYKN0GrzieSydu0fd0eveup_R_J4zzG8bR8QlUGw,1820
|
|
379
385
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html,sha256=eZMJSypWlQ2CNbiyS8lSc4s6kHX31I-wuAYLaPAmxGk,5803
|
|
380
|
-
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html,sha256=
|
|
386
|
+
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html,sha256=3jdt5-AAZyQtiAOoPpdagKK56daYhk35oTG6YkiyzTU,2973
|
|
381
387
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/javascript.html,sha256=20O9okaOd_bqpBbuq9K0zqY0UUNXaFVKIslgPArs67U,364
|
|
382
388
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/page.html,sha256=zwIZmRWIJpz9UQpEqM3oTaSzlmek6tdP8VDR1Mugka0,951
|
|
383
389
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/page_cover.html,sha256=D-NNfCX38wRjHOq1kzPPncKKUd0b9U1al-NMy48dKvU,357
|
|
@@ -396,63 +402,65 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/macros/records_list.
|
|
|
396
402
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/settings/notifications.html,sha256=7KfuuIbYtZT7DtxkBhP9U02JxEOgrAKO9AC1SDVY3uo,515
|
|
397
403
|
invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html,sha256=pPNIT9J_C4omwWuZWrAdq8rQANLaQmXeeKBmpAMxFtg,5910
|
|
398
404
|
invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html,sha256=D8rFpAzWZ05hUj7kbBqvi-PqLRnEJhtL7UPYy5u0jHA,1644
|
|
399
|
-
invenio_app_rdm/translations/messages.pot,sha256=
|
|
400
|
-
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=
|
|
401
|
-
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=
|
|
402
|
-
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=
|
|
403
|
-
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=
|
|
404
|
-
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=
|
|
405
|
-
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=
|
|
406
|
-
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=
|
|
407
|
-
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=
|
|
408
|
-
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=
|
|
409
|
-
invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=
|
|
410
|
-
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=
|
|
411
|
-
invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256
|
|
412
|
-
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=
|
|
413
|
-
invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=
|
|
414
|
-
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=
|
|
415
|
-
invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=
|
|
416
|
-
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=
|
|
417
|
-
invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=
|
|
418
|
-
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
|
419
|
-
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=
|
|
420
|
-
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=
|
|
421
|
-
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=
|
|
422
|
-
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=
|
|
423
|
-
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=
|
|
424
|
-
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=
|
|
425
|
-
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=
|
|
426
|
-
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=
|
|
427
|
-
invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=
|
|
428
|
-
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=
|
|
429
|
-
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=
|
|
430
|
-
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=
|
|
431
|
-
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=
|
|
432
|
-
invenio_app_rdm/translations/
|
|
433
|
-
invenio_app_rdm/translations/
|
|
434
|
-
invenio_app_rdm/translations/
|
|
435
|
-
invenio_app_rdm/translations/
|
|
436
|
-
invenio_app_rdm/translations/
|
|
437
|
-
invenio_app_rdm/translations/
|
|
438
|
-
invenio_app_rdm/translations/
|
|
439
|
-
invenio_app_rdm/translations/
|
|
440
|
-
invenio_app_rdm/translations/
|
|
441
|
-
invenio_app_rdm/translations/
|
|
442
|
-
invenio_app_rdm/translations/
|
|
443
|
-
invenio_app_rdm/translations/
|
|
444
|
-
invenio_app_rdm/translations/
|
|
445
|
-
invenio_app_rdm/translations/
|
|
446
|
-
invenio_app_rdm/translations/
|
|
447
|
-
invenio_app_rdm/translations/
|
|
448
|
-
invenio_app_rdm/translations/
|
|
449
|
-
invenio_app_rdm/translations/
|
|
450
|
-
invenio_app_rdm/translations/
|
|
451
|
-
invenio_app_rdm/translations/
|
|
452
|
-
invenio_app_rdm/translations/
|
|
453
|
-
invenio_app_rdm/translations/
|
|
454
|
-
invenio_app_rdm/translations/
|
|
455
|
-
invenio_app_rdm/translations/
|
|
405
|
+
invenio_app_rdm/translations/messages.pot,sha256=6Zr8VhWZxAw55EJtmiET3GRkE-9jsQ6X9iuXaasxI3A,48847
|
|
406
|
+
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=Q0748tC1z4LOOE2N3Q-pNIaBlgDsV-6wPwqOAKIdq9g,20556
|
|
407
|
+
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=mAxD925ZY9p49KXcgWMu_Lxp3TWoES-Xy93omWoA-jo,55936
|
|
408
|
+
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=Eetjue-yYauSIpnNeVDlUsHR_POK_fb_t4PqVXGwOHo,1264
|
|
409
|
+
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=5NKKnalWUpCBnEXuYDSC5ioYW35EmN4Ct7qbWPzsXh0,46655
|
|
410
|
+
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=J6CrqrevvMWeUFnXsTWzBB7sDq23mYIS7yOKBHGL4Pw,1905
|
|
411
|
+
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=TqLEKUDnkm9rD1s7PIqLNKNyZA88LgvV-yAg346sW4g,46774
|
|
412
|
+
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=pxJx-sL8BJasqLbdeFu66KE8Ce7Oi3Bivlf3fjyD1RQ,17591
|
|
413
|
+
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=K0Q52F4QoH-ZJUv22GtKrYInO2xXZmcCdWgE0CNf6n0,53045
|
|
414
|
+
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=KAtqPtBFgsiWh4OohhM9w4-g8GojrQHbm-RSd1-xBw8,701
|
|
415
|
+
invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=2HwSE-aCBouFyoU8CkprETSWbtjCg_7RtbTTaTh6U7w,46519
|
|
416
|
+
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=mQ4k_tUESv1T5QD1Yr_efy1UGGawgsrp-b_x8_9wayU,17985
|
|
417
|
+
invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256=d2ycI3kQliFQL7XyFXKuXjudy75DU9IwuvwB0Rzys4g,53778
|
|
418
|
+
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=KzFvuNxhv6HIEdo5fMbID43XVlk2rF9-sJGzn8wtJ_8,2367
|
|
419
|
+
invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=dYEyiYwspfnmrTqF9f0WsLGsY0OPn6anelDOk8yHYTM,47290
|
|
420
|
+
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=bxbt8e1WNV5ficWblX23susW1GwU5MpywgyvsDLjBeU,14291
|
|
421
|
+
invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=v4_pt-kdE00PEBR5NdFc_DzscjxoAMUVgtH80e0F2z8,51743
|
|
422
|
+
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=9kSjX1baDkmORDu_hWZxskvoxZi3LTJKlc_sop8holE,7394
|
|
423
|
+
invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=ev4g9rMfOgTdVlMTwmfolEr-NbUyi0o0nkIT31N8s88,48537
|
|
424
|
+
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=noZYCRv3J5P3LaYoKIliZSWM7pRbUKaw-TN2YIhxtYw,1111
|
|
425
|
+
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=gwIm_rq1-ynWVHEdhn4nJ60dKJcqc-BZCd-BKY59xzw,46573
|
|
426
|
+
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=cPTC9S0PXbEgVXwF4-r9eaNMEDSjgUfV0M3tNtE5GIA,14375
|
|
427
|
+
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=Sw2bXZd9kZtiDkWUmxjnWOzUX_GvZ4MNPt5h4xUTLkg,51781
|
|
428
|
+
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=wJNN8pqpMqKJbUWsc7fIWBrkwodOHMMoNR0GXfLfYkQ,1108
|
|
429
|
+
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=Ygl8TXel9jBoqKWHgdTY31NvIa_n_ipy9zDZD5u7oko,46574
|
|
430
|
+
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=0A6_CRDl3PqWrlVrRcqlBlBUwvGg0LRsHEquApo7OdA,18084
|
|
431
|
+
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=OyeUY_vhr7ziIrpXa-ka7SB4ngJfLBeaput-nS9SJ3Q,53523
|
|
432
|
+
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=mLRYI6V9c7ttY1B9FwjBFcLAjgB5SBYUPU73NvRm-zE,5350
|
|
433
|
+
invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=7kzXz8nVBrW4XKRTtD3RsXpbAcxNBpd-Ayv1RGgpd8s,48021
|
|
434
|
+
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=17l0pLdjEviA2ckrXDzGGhmEKMIZeUy8nPMyCqpslsE,1078
|
|
435
|
+
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=PYMBdoQbwIzrtXcOsAODwGUHKGRK6Ko3ei95xxwcq54,46544
|
|
436
|
+
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=qdPsP7ynM6ZE0xOiYIbC8UoKSvAz1QKZwXFruKQ8B48,2160
|
|
437
|
+
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=V5R_nS2CntusbzfhoNYMEk5FiyV2sBta0YXWSLvYgmg,47269
|
|
438
|
+
invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo,sha256=lErbxf3w-xql8k7cNrEtKxII66vLPU8sYQkE33Y40Hg,685
|
|
439
|
+
invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po,sha256=DgPB8KHnvesr9jBy1vyJubce3kPLYZc-W0Ch7IWPrFY,46371
|
|
440
|
+
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=lKp6Nb95iNLVrG5fTMOcBdQinG8bUpff_bbR12aCPmM,1729
|
|
441
|
+
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po,sha256=mETUo1aGbQC8TdoD4MLa7aNjeUIFlUBwnzRwDhCaAUo,46815
|
|
442
|
+
invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=0iHp1b_sUySR63g5Nv9FwmGdTyIaKq1z0OOakGSbnq0,1128
|
|
443
|
+
invenio_app_rdm/translations/no/LC_MESSAGES/messages.po,sha256=cLnZgsZ9vBOlS36wMTSm6XchOsA1al2Jp3l3c_sA380,46519
|
|
444
|
+
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=e45sVNoTDprq51LN81f6xMrVhyqV15V6qxI2Dsp9xIk,1284
|
|
445
|
+
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po,sha256=n3lUIWbz_V4P90ePXrbUUlkiX_XCopvaTUZGWRtmpV0,46675
|
|
446
|
+
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=9HbkMoFIUhyYiM0NfDJRIzWQwaKYIuJVjyji6VtU1tg,961
|
|
447
|
+
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po,sha256=VFHurLfWABnGOplKbs8PnMtCjFQHg-qhsD-oAbKpk9E,46530
|
|
448
|
+
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=e2dJsYJeHhnsGQ0fe32o7OaehOEZRuRTBKSQl_ArNyU,14246
|
|
449
|
+
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po,sha256=vyyqZhOQipeSObTvw5CXZV0Gfi4zhy_8679gWfzOz1A,51801
|
|
450
|
+
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=Hlc_6rYkDF18NfQLS2aOQihdEGiWBWFB1q2ZCyYPkYg,16513
|
|
451
|
+
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po,sha256=XAIJfizcVu1P6UDSqN35Lln9hmxhcOOvov-b4fjpfGA,54616
|
|
452
|
+
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=_FnJddeJpBTs6dL3Cr-bH6N-7QSsxqdm4IbuYnMEalI,2168
|
|
453
|
+
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po,sha256=PoG5r52Ly0wnIT4amnDQx14eLckT2KSlINPRr4Ct8ls,46932
|
|
454
|
+
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=BhUWi0gzy4jaikDHl4pS9R0fYB_09bwaiyGKj7_Iu5s,17224
|
|
455
|
+
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po,sha256=TUNvf0HJ64NxkDozyBSUWpYfNODw-twSc-NCg2KG_AM,52590
|
|
456
|
+
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=rfFzsMvHUMO5s_onQPEoKcwFnaXp3BQ02VVvzjGp6pU,14342
|
|
457
|
+
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po,sha256=6ckELMzfGJPYeAuToyj6cH4J6EC49ooHInho_Srm0RA,51868
|
|
458
|
+
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=Dl3kihz_A4vx3RBwpjfwTbRUwEzPb_en8E_cT9zU1YA,8153
|
|
459
|
+
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po,sha256=liNrMpEX4csILTkKDu2t7JOp-9YCPnlNqZHXpSk1oHo,50107
|
|
460
|
+
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=SQvu6w17a-iln1TL5VUw7YLB1z3yaSJ1o4yehGJrdCc,7000
|
|
461
|
+
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po,sha256=1WQNNZsdiL1RU62OIgFklsC1oBvNiJ6RDlHpn-3a68A,48263
|
|
462
|
+
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=3JqsHwV0PCmqka8dYQQrsKb3hMarQm4RTtTSVMMD3t4,1034
|
|
463
|
+
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po,sha256=qmZP-wzsddIWQpOw3YoCw0vAAbdB6HjhUQk5GarXBpc,46500
|
|
456
464
|
invenio_app_rdm/upgrade_scripts/__init__.py,sha256=AlBBeGDr7RmylFE1ynJhFylaAlINQkLNyuS7ufCevEg,285
|
|
457
465
|
invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_1_0_to_2_0.py,sha256=SCUdvuQYGnjWLfm6Kd-f3swlOrxSNN3kO36OVEOkN7g,1760
|
|
458
466
|
invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_8_0_to_9_0.py,sha256=p6qTNjUMAJ-0tnrSwar7jtDX_sg6V9kFj7fzH-wrbkY,2769
|
|
@@ -479,7 +487,7 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
|
|
|
479
487
|
invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
|
|
480
488
|
invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
|
|
481
489
|
invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
|
|
482
|
-
invenio_app_rdm-13.0.
|
|
490
|
+
invenio_app_rdm-13.0.0rc4.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
|
|
483
491
|
tests/__init__.py,sha256=yKVf0yYRuxmXvyAtLjmfpHGVCsEkZOhs_FojAAM_w-8,244
|
|
484
492
|
tests/conftest.py,sha256=kxOf2CiULBuE9m-ncNv4AtofUVx7iSnvVljlsdI_iCE,11507
|
|
485
493
|
tests/test_tasks.py,sha256=YAf2mryFK6Vfzk2053XLBA2e92vbNCTWqJ6ThWhGOuQ,6645
|
|
@@ -514,8 +522,8 @@ tests/ui/test_robotstxt.py,sha256=Gn0bVPJTDRQH6DO5GGZyD6iMel1UxWRHP5MnGQZ0j18,11
|
|
|
514
522
|
tests/ui/test_signposting_ui.py,sha256=KCSjQlMD2VKlwQCyZYDwYjtVNL35x3u-ZC4ceD5y21w,3847
|
|
515
523
|
tests/ui/test_sitemaps.py,sha256=hPeGbo9v5Q55swr-ZyudAVYm7aJ6lCKV51Vtupk450Q,3180
|
|
516
524
|
tests/ui/test_stats_ui.py,sha256=LHa_0hjvpYvliSk_jknWy-90CO82jVElUfK5Ua_ZmfA,3554
|
|
517
|
-
invenio_app_rdm-13.0.
|
|
518
|
-
invenio_app_rdm-13.0.
|
|
519
|
-
invenio_app_rdm-13.0.
|
|
520
|
-
invenio_app_rdm-13.0.
|
|
521
|
-
invenio_app_rdm-13.0.
|
|
525
|
+
invenio_app_rdm-13.0.0rc4.dist-info/METADATA,sha256=yxeUyyX6NLAL02RaTCUvQQkJQVv3l1VCQn-zsQlgS_4,17548
|
|
526
|
+
invenio_app_rdm-13.0.0rc4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
527
|
+
invenio_app_rdm-13.0.0rc4.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
|
|
528
|
+
invenio_app_rdm-13.0.0rc4.dist-info/top_level.txt,sha256=NqTqrntInEAci7EXcNBvouXFMqwyjVQhEI0b7izYRBY,22
|
|
529
|
+
invenio_app_rdm-13.0.0rc4.dist-info/RECORD,,
|
|
File without changes
|
{invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|