invenio-app-rdm 13.0.0b3.dev12__py2.py3-none-any.whl → 13.0.0b3.dev13__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.
@@ -17,6 +17,6 @@
17
17
  #
18
18
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
 
20
- __version__ = "13.0.0b3.dev12"
20
+ __version__ = "13.0.0b3.dev13"
21
21
 
22
22
  __all__ = ("__version__",)
@@ -5,7 +5,7 @@
5
5
  it under the terms of the MIT License; see LICENSE file for more details.
6
6
  #}
7
7
 
8
- {%- extends "invenio_app_rdm/records/detail.html" %}
8
+ {%- extends config.APP_RDM_RECORD_LANDING_PAGE_TEMPLATE %}
9
9
 
10
10
 
11
11
  {%- block record_header_button -%}
@@ -114,7 +114,7 @@
114
114
  >
115
115
  {% set use_theme_basic_template = false %}
116
116
  {% set preview_submission_request = true %}
117
- {% include "invenio_app_rdm/records/detail.html" %}
117
+ {% include config.APP_RDM_RECORD_LANDING_PAGE_TEMPLATE %}
118
118
  </div>
119
119
  {% endif %}
120
120
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 13.0.0b3.dev12
3
+ Version: 13.0.0b3.dev13
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -98,7 +98,11 @@ https://inveniordm.docs.cern.ch
98
98
  Changes
99
99
  =======
100
100
 
101
- Version v13.0.0b3.dev12 (released 2025-05-16)
101
+ Version v13.0.0b3.dev13 (released 2025-05-21)
102
+
103
+ - jinja: remove hardcoded template imports
104
+
105
+ Version v13.0.0b3.dev12 (released 2025-05-21)
102
106
 
103
107
  - jinja: add config attributes to record detail
104
108
  - beat: add delete job logs recurrent task
@@ -1,4 +1,4 @@
1
- invenio_app_rdm/__init__.py,sha256=bdOmzSuY3WBs45li1HaEunSMootHvEgK4G2tTIP_GcQ,700
1
+ invenio_app_rdm/__init__.py,sha256=AvaooT_2ol05NR-wafIkJAEZtC-XjHrSzl2ZEsmI25U,700
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
3
  invenio_app_rdm/config.py,sha256=xfA5wbNl9L1U-LZXdMCHz509LlvyHinPXAa_YPxDxQM,50880
4
4
  invenio_app_rdm/ext.py,sha256=PkZhATGJDgYqBJQh41NdvBZWR83mgI3Eej6rj10UVJE,5278
@@ -47,7 +47,7 @@ invenio_app_rdm/records_ui/previewer/iiif_simple.py,sha256=lGxB3g0hNVJDWnq5jV_Kr
47
47
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=x1JF-cRmkbSSeroh2SWgKHIwGc34FaPJiaYQlwiUkQw,2413
48
48
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=0a6IafQL0I9Vo_TErRkn4voZAirWSSrNZSgMY_Lgegw,20349
49
49
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html,sha256=_FPflgqVZ556Xw349mHPSFb0FOhxYkIHfmUUTX53_LU,624
50
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html,sha256=Vtg02WXJU0CpCNci7CXWYN7EGwT-IrBTrg_4tfzIbCs,1160
50
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html,sha256=2h-FGJvNKS9ASZ0mErL2vz5jXQYiLL8u8rTO2_D3FVQ,1166
51
51
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/iiif_preview.html,sha256=RningdsVBXsJ8qnQjzurf0Ty8R5Tq08eS31s53c3DNE,444
52
52
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html,sha256=d2_LrLbWG_vQuR-Gz8P2nrgGuBZONk36kGBMT6iW3uE,987
53
53
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/search.html,sha256=MdDMzWNIqvZRH-7Blvb9lBdJCA-TK0MXdPpyVWjjBo8,606
@@ -94,7 +94,7 @@ invenio_app_rdm/requests_ui/__init__.py,sha256=wc2y0djrYmH9_vUq39P0IWW6R63FVXfKH
94
94
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-inclusion/index.html,sha256=wcJC7ZG4hznfVEEe_ydmsb1UNNTIWvUbLFhY35k-VQs,389
95
95
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/community_dashboard.html,sha256=3soWIke5l4eRAmZw2UeW6wu-AcT6ms4K_9U6DIYxMmw,1153
96
96
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html,sha256=ppUbbIROa_zED4WFTB6qqRbbJxewzjc6wKDzKhVglak,778
97
- invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html,sha256=yQEeia0kjMtYHaeHXgjVkkDQ6D0a2nMky8HvgI38TWw,3440
97
+ invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html,sha256=DxAmmGPtZxhWnnzSOzOFsnyfeTANbrz9pAtHavuAlRA,3446
98
98
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html,sha256=Ywy6XPMdtWBxMN8guLfO59v8UzjdT2VolNYHAVM50l8,1958
99
99
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html,sha256=Iado6BmcFFswmvQ9IrdtgSyAzJr5AIT2BP2IDg-B-8U,2695
100
100
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/subcommunity/index.html,sha256=eEYjTnVL-L30Dm_1LvSNKSx3QEHRoxMGHLupvu_1nMM,1453
@@ -475,7 +475,7 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
475
475
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
476
476
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
477
477
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
478
- invenio_app_rdm-13.0.0b3.dev12.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
478
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
479
479
  tests/__init__.py,sha256=yKVf0yYRuxmXvyAtLjmfpHGVCsEkZOhs_FojAAM_w-8,244
480
480
  tests/conftest.py,sha256=FQ_aSBxGo0gNfV64RJ117GcmgjVbZKwpxF9_3VNdNJY,7931
481
481
  tests/test_tasks.py,sha256=YAf2mryFK6Vfzk2053XLBA2e92vbNCTWqJ6ThWhGOuQ,6645
@@ -509,8 +509,8 @@ tests/ui/test_filters.py,sha256=Q90wsJffjMVir7wNX8taGf2KZleLtPbXZXHLTkBpzLA,284
509
509
  tests/ui/test_signposting_ui.py,sha256=KCSjQlMD2VKlwQCyZYDwYjtVNL35x3u-ZC4ceD5y21w,3847
510
510
  tests/ui/test_static.py,sha256=vO3OQAOhrQESJifnQfM1pw7JYz3J874O8BAb7Cc_PPA,868
511
511
  tests/ui/test_stats_ui.py,sha256=LHa_0hjvpYvliSk_jknWy-90CO82jVElUfK5Ua_ZmfA,3554
512
- invenio_app_rdm-13.0.0b3.dev12.dist-info/METADATA,sha256=XBn4FOEf_Yx9HY7cQKBksg_ruA1S8BxczuzSk7iGUL0,13802
513
- invenio_app_rdm-13.0.0b3.dev12.dist-info/WHEEL,sha256=egKm5cKfE6OqlHwodY8Jjp4yqZDBXgsj09UsV5ojd_U,109
514
- invenio_app_rdm-13.0.0b3.dev12.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
515
- invenio_app_rdm-13.0.0b3.dev12.dist-info/top_level.txt,sha256=NqTqrntInEAci7EXcNBvouXFMqwyjVQhEI0b7izYRBY,22
516
- invenio_app_rdm-13.0.0b3.dev12.dist-info/RECORD,,
512
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/METADATA,sha256=3ytjJLAdmDUHoFnPIJxeu2OhLXxvKf4YOBFuW_YJ1wo,13893
513
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/WHEEL,sha256=egKm5cKfE6OqlHwodY8Jjp4yqZDBXgsj09UsV5ojd_U,109
514
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
515
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/top_level.txt,sha256=NqTqrntInEAci7EXcNBvouXFMqwyjVQhEI0b7izYRBY,22
516
+ invenio_app_rdm-13.0.0b3.dev13.dist-info/RECORD,,