..
Copyright (C) 2019 CERN.
Copyright (C) 2019 Northwestern University.
Invenio App RDM is free software; you can redistribute it and/or modify
it under the terms of the MIT License; see LICENSE file for more details.
=================
Invenio App RDM
=================
.. image:: https://github.com/inveniosoftware/invenio-app-rdm/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-app-rdm/actions?query=workflow%3ACI
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-app-rdm.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-app-rdm
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg
:target: https://github.com/inveniosoftware/invenio-app-rdm/blob/master/LICENSE
InvenioRDM Research Data Management
Further documentation is available on
https://inveniordm.docs.cern.ch
..
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019-2024 Northwestern University.
Copyright (C) 2021-2024 TU Wien.
Copyright (C) 2021-2025 Graz University of Technology.
Copyright (C) 2025 KTH Royal Institute of Technology.
Invenio App RDM is free software; you can redistribute it and/or modify
it under the terms of the MIT License; see LICENSE file for more details.
Changes
=======
Version v13.0.5 (released 2025-10-21)
- i18n: pulled translations
Version v13.0.4 (released 2025-10-16)
- guest access requests: handle values in JS that appear in use but were not handled correctly before
- admin: use configured base template for administration panel instead of hard-coded value
Version v13.0.3 (released 2025-09-25)
- help: correct search instructions for missing fields
- deposit: pass to the form config the published record if we edit one
Version v13.0.2 (released 2025-08-25)
- i18n: pulled translations
- fix(file-list): display fallback message if file checksum is not available
- feat(upgrade_scripts): add event stats mapping update for v13
* Adds the recently added `is_machine` field to the record views and
file downloads event stats mappings. Only updates the latest two
indices, since they might still be actively receiving/processing
events.
- fix(views): redirect deleted record file downloads
* When accessing a file download of a deleted record, return a 302
redirect to the record page. This is to make sure that we display the
record's "410 Gone" tombstone page response.
- i18n: wrap search results not found message (#3159)
Updated the message displayed when no search results are found to
include a localized version of "your search"
- fix(views): use correct community value
* After the change in 33f1b0d2, values passed to the UI or used for
accessing UI-related attributes (e.g. the "theme"), must come from
the community UI-serialized value instead of the service result item.
- fix(pages): add community base template as a valid option
- feat(fixtures): allow specifying `template_name` in page fixtures
- fix(v13-migration): update name entries
- fix(v13-migration): update affiliation entries
- fix(deposits): pass missing community_ui to community theme templates
* also introduce more explicit distinctions between community and
community_ui variables
Version v13.0.1 (released 2025-07-31)
- fix(deposits): update doi default option only if managed
* Fix logic for selecting default DOI option in deposit form when creating new versions
* Only set managed DOI provider as default when external and not_needed are not in allowed providers
* Improves user experience when versioning records with DataCite DOIs
Version v13.0.0 (released 2025-07-23)
- Official release of InvenioRDM v13. Contains all pre-release changes. See
[release notes](https://inveniordm.docs.cern.ch/releases/v13/version-v13.0.0/)
Version v13.0.0rc9 (released 2025-07-23)
- fix(migration): wrong variable used
Version v13.0.0rc8 (released 2025-07-23)
- migration: improve text in v13 upgrade script
Version v13.0.0rc7 (released 2025-07-22)
- fix: license due to copy pasting
- fix: import `overridable-registry.js` in `records_list` macro
- templates: added default_static_page for communties
- ui: log serialization exceptions
Version v13.0.0rc6 (released 2025-07-21)
- fix: package.json and package-lock mismatch
Version v13.0.0rc5 (released 2025-07-17)
- migration: optimize script
- upgrade_scripts: handle thesis custom field migration
- version: bumped invenio-s3 version to include multipart upload
- templates: macros: doi: Add copy button for DOIs
- semantic-ui: components: CopyButton: add size prop
- semantic-ui: landing_page: ExportButton: Add copy button
- semantic-ui: componenets: add url fetching in copy button
- semantic-ui: landing_page: add click event for cite all versions
Version v13.0.0rc4 (released 2025-07-10)
- pid-config: cast to bool RDM_(PARENT)_PERSISTENT_IDENTIFIERS required check
- fix: default parent_doi_required to False
- links: update doc links to updated ones
- i18n: localize DOI labels
- css: remove .invenio-accordion-field qualifier
- css: use SemanticUI variables and fix class names
- ui: ensure accordion caret icons rotate when opened/closed
- config: add Data Package export format
Version v13.0.0rc3 (released 2025-07-02)
- deposit-ui: uppy uploader ui feature
- i18n: run js compile_catalog
- i18n: run js extract msgs
- i18n: components.js replace Trans with i18next comp
- i18n: RemoveFromCommunityAction replace Trans with i18next comp
- i18n: RecordVersionList replace Trans with i18next comp
- i18n: ImpersonateUserForm replace Trans with i18next comp
- i18n: CommunityRecordsSearchAppLayout replace Trans with i18next comp
- chore: replace en dash (–) with ASCII dash (-) in source files
- i18n: refactor compileCatalog script
- i18n: Force pull languages
- i18n: extract py msgs
Version v13.0.0rc2 (released 2025-06-24)
- communities-ui: pass serialized `community_ui` to Jinja templates
- config: add Celery beat schedule for updating collections size
- admin: always show users admin panel
- fix: pass severityChecks to CustomFields
Version v13.0.0rc1 (released 2025-06-13)
- feat(ui): automatic checks for communities (feature flag)
- feat(ui): FAIR signposting
- feat(ui): collections
- feat(ui): records/requests sharing
- feat(api): multipart file upload over the API
- feat(admin): jobs to wrap task in the administration interface (feature flag)
- feat(admin): compare revisions between different records revisions
- feat(admin): audit logs (feature flag)
- feat(api): sitemap
- i18n: option to create translation bundles for python and javascript
- impr(metadata): thesis handling
- impr(ui): Mathjax usage
- impr(ui): visualization of validation errors
- conf: make it possible to configure DOI as optional
- remove: invenio-admin dependency
- maint: upgrade to flask>=3.0
- maint: upgrade to sqlalchemy>=2.0
- dev: configurable use of new tools: uv, rspack, pnpm
Version v13.0.0b4.dev2 (released 2025-06-13)
- checks: integrate into community requests flow
- deposit-ui: pass draft errors to form
- landing page: text-break references
- ui: fixed caret trigger in stats
- deposit: report actual file quota rather than configured values
* previously, the deposit form would show values from the configuration
that might be different from the actually effective quota
Version v13.0.0b4.dev1 (released 2025-06-10)
- communities-ui: pass locale language when rendering static pages
- deposit UI: add overridable hook for a separate section
Version v13.0.0b4.dev0 (released 2025-06-04)
- setup: bump major dependencies
- change: add internationalized page creation
- details: pass scheme on related identifiers url generator
Version v13.0.0b3.dev18 (released 2025-06-02)
- installation: add collections dependency
- views: rename record_ui correctly
Version v13.0.0b3.dev17 (released 2025-06-02)
- Move collections implementaiton to Invenio-Collections
- Integrate Invenio-Sitemap
Version v13.0.0b3.dev16 (released 2025-05-23)
- administration: audit_logs: Add View Changes and View Log button and modals
Version v13.0.0b3.dev15 (released 2025-05-23)
- Revert "views: pass record object to record details"
Version v13.0.0b3.dev14 (released 2025-05-23)
- views: pass record object to record details
Version v13.0.0b3.dev13 (released 2025-05-21)
- jinja: remove hardcoded template imports
Version v13.0.0b3.dev12 (released 2025-05-21)
- jinja: add config attributes to record detail
- beat: add delete job logs recurrent task
Version v13.0.0b3.dev11 (released 2025-05-16)
- deposit-ui: add "files.entries" to files section
Version v13.0.0b3.dev10 (released 2025-05-16)
- fixtures: make content template optional
- MathJax: add typesetting to the citations box
Version v13.0.0b3.dev9 (released 2025-05-15)
- recordManagment: pass permissiosn down to overridable
Version v13.0.0b3.dev8 (released 2025-05-15)
- MathJax: use async typesetting
Version v13.0.0b3.dev7 (released 2025-05-08)
- fix: community request page missing context variable
Version v13.0.0b3.dev6 (released 2025-05-07)
- records-ui: add error handler for NoResultFound exceptions
- tests: add tests for draft file download with and without preview flag
- i18n: mark string for translation
- urls: integrate link generation (invenio_url_for)
- templates: add thesis details display
- administration: Add Audit Logs Admin Panel UI (experimental feature, behind a flag)
Version v13.0.0b3.dev5 (released 2025-04-25)
- deposit: add copyright field
- landing page: bugfix for user avatars
Version v13.0.0b3.dev4 (released 2025-04-10)
- deposits: use optional doi validator method
Version v13.0.0b3.dev3 (released 2025-04-04)
- fix: Handle undefined record attributes in templates to avoid rendering errors (#2932)
- communities_ui: make routes + views configurable
- views: extract create_url_rule utility and plan for deprecation
Version v13.0.0b3.dev2 (released 2025-03-29)
- fix: restore messages index.js and remove unused imports
Version v13.0.0b3.dev1 (released 2025-03-27)
- deposit: align licenses modal with funders modal
Version v13.0.0b3.dev0 (released 2025-03-26)
- thesis: breaking change in thesis field (invenio-rdm-records)
- thesis: add university and type field
- imprint: add edition field
Version v13.0.0b2.dev11 (released 2025-03-26)
- checks: add checks tab to requests (fix template inclusion)
Version v13.0.0b2.dev10 (released 2025-03-26)
- checks: add checks tab to requests
- theme: fix responsive breakpoints for low resolution screens
Version v13.0.0b2.dev9 (released 2025-03-21)
- (Empty release to trigger fixed PyPI publish GitHub action)
Version v13.0.0b2.dev8 (released 2025-03-21)
- config: updated severity label text on deposit form
Version v13.0.0b2.dev7 (released 2025-03-18)
- deposit: refactor section config in RDMDepositForm
- added anchor ids, made form overridable
- added section path in config
- added styling for error messages
- added severity checks config
- added css for accordion labels
Version v13.0.0b2.dev6 (released 2025-03-12)
- dashboard: enable shared filters for requests
Version v13.0.0b2.dev5 (released 2025-03-11)
- dashboard: use always view button to redirect user to the upload
- If upload is published redirect user to published record
- If upload is draft redirect user to upload or preview depending on their permission
- deposit: use permissions.can_manage for record community management
- dashboard: split mine and shared with me uploads
Version v13.0.0b2.dev4 (released 2025-03-10)
- views: FAIR signposting level 1 support (config flag)
- tasks: skip health checks for files that don't have a uri
- views: signposting: files: fix filename encoding issues for downloads
Version v13.0.0b2.dev3 (released 2025-02-21)
- views: FAIR signposting level 1 support
- meta: FAIR signposting level 1 support (link rel item)
- globals: site.overrides: Increase pdf preview iframe height
- tests: fix mock module paths
- tests: add __init__.py in all directories
* This is necessary for pytest v8.x to be able to detect all unique
tests.
- tests: filter out excessive warnings
- fix: flask changed to TRUSTED_HOSTS
Version v13.0.0b2.dev2 (released 2025-02-13)
- Bump prerelease dependencies to stable.
Version v13.0.0b2.dev1 (released 2025-01-23)
Version v13.0.0b2.dev0 (released 2024-12-16)
- setup: remove flask pin
- setup: change to reusable workflows
- setup: bump major dependencies
Version v13.0.0b1.dev30 (released 2025-01-27)
- administration: add record revision comparison
Version v13.0.0b1.dev29 (released 2025-01-23)
- preview: do not mint parent doi if doi is not reserved and doi is optional
Version v13.0.0b1.dev28 (released 2025-01-21)
- pids: pass optional DOI transitions in the upload form
- deposit: force no caching in the response headers
Version v13.0.0b1.dev27 (released 2025-01-16)
- Revert "config: add record and membership comment notifications"
* This is actually a breaking change since it introduces a new
set of notification templates that will potentialy not be
styled if overridden in an instance's overlay.
Version v13.0.0b1.dev26 (released 2025-01-16)
- config: add record and membership comment notifications
- records/macros/detail.html: Allow funding entry with award number only (#2912)
- records-ui: remove unnecessary p tag in record details
- ui: close unclosed div in header navbar
Version v13.0.0b1.dev24 (released 2024-12-10)
- fix: meta: add missing HighWire authors
- config: add subcommunity comment notifications
Version v13.0.0b1.dev23 (released 2024-11-28)
- assets: use the new copy feature to copy needed TinyMCE static assets
Version v13.0.0b1.dev22 (released 2024-11-28)
- installation: bump invenio-access
* This removes the invenio-admin dependency.
Version v13.0.0b1.dev21 (released 2024-11-28)
- installation: remove "sentry_sdk" extra from invenio-logging
Version v13.0.0b1.dev20 (released 2024-11-28)
- config: add subcommunity invitation request notifications
- requests: add subcommunity invitation request details page
- creatibutors: added config for identifiers scheme
Version v13.0.0b1.dev15 (released 2024-10-18)
- communities-ui: verified icon display logic change and deterministic sorting
Version v13.0.0b1.dev14 (released 2024-10-18)
- communities-ui: make verified icon display depend on parent community
Version v13.0.0b1.dev13 (released 2024-10-17)
- ui: more space under breadcrumbs
- ui: fixed space between logo and title, number formatting
- ui: updated collection grid styling
- ui: passing collections to communities_home
- community: added verified icon and parent
- landing page: swap username by ID to manage user.
Version v13.0.0b1.dev12 (released 2024-10-16)
- collections: browse page improvements and collection records search pages
- search-ui: added community theme classes to record list items
Version v13.0.0b1.dev11 (released 2024-10-15)
- config: vocabularies Datastream common OpenAIRE
Version v13.0.0b1.dev10 (released 2024-10-10)
- webpack: bump react-searchkit due to axios major upgrade
- setup: bump invenio-search-ui due to axios major upgrade
- assets: fix item description overflow issue
* addresses mathjax formulas truncation
- browse: fix endpoint name.
Version v13.0.0b1.dev9 (released 2024-10-08)
- installation: bump invenio-communities & invenio-rdm-records
Version v13.0.0b1.dev8 (released 2024-10-04)
- installation: bump invenio-communities & invenio-rdm-records
Version v13.0.0b1.dev7 (released 2024-10-03)
- setup: bump invenio-rdm-records to >=13.0.0
- collections: added minimal UI page
- theme: read invenio config from document body
- search results: render Mathjax in the results list
- records-community: fix error message display when removing a community
Version v13.0.0b1.dev6 (released 2024-09-27)
- communities: create browse communities page
- header_login: Make auth UI accessible
- header_login: Add loader icon when logging in or out
- Revert "deposit: provide permissions to publish button"
- feat: display package version in administration panel
Version v13.0.0b1.dev5 (released 2024-09-25)
- deposit: Add allow-empty-files config available for deposit page
* Expose `RECORDS_RESOURCES_ALLOW_EMPTY_FILES` for UI control
* Related to: https://github.com/inveniosoftware/invenio-rdm-records/pull/1802
- deposit: provide permissions to publish button
- config: add group resolver for notifications
- admin-records: add reference to gh issue
- admin-records: account for system owned records
- migration: account for deleted communities and draft concept DOI
- user-dashboard: fixed broken menu padding
- theme: fix accordion rotation
- template: mathjax remove from javascript block
- templates: add mathjax only to parent template
- landing page: support different MathJax delimeters
* closes https://github.com/CERNDocumentServer/cds-rdm/issues/133
- search-result: namespace overridable id for community search results
- search-result: provide key to part of community array element
Version v13.0.0b1.dev4 (released 2024-09-11)
- deposit: fix adding a record to a community
- config: make OAI-PMH record index dynamic
Version v13.0.0b1.dev3 (released 2024-09-02)
- deposit: renamed get quota function
- config: filter out robots and flag machines
- migration: mint the new concept DOI for each upgraded record
* previously, the script would create a new concept DOI for each record
but never actually mint them on DataCite
Version v13.0.0b1.dev2 (released 2024-08-27)
- setup: bump invenio-communities
Version v13.0.0b1.dev1 (released 2024-08-27)
- ui: ccount for system created records in share modal
- config: add subjects datastream config
- tests: use opensearch2
Version v13.0.0b1.dev0 (released 2024-08-22)
- search: improve search results for records, users and affiliations
- ui: display creators roles in records landing page
Version v13.0.0b0.dev14 (released 2024-08-22)
- migrate to v12: emit non-zero exit code on error
- config: import affiliations vocabulary readers
- package: bump react-invenio-forms
- DepositForm: Add searchOnFocus prop to subjects RemoteSelectField
Version 10.0.0 (released 2022-10-10)
Version 7.0.0 (released 2021-12-06)
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-app-rdm",
"name": "invenio-app-rdm",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio-app-rdm Invenio",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/16/82/ef728ce78ed0af5ba57c74ee56aa809e9de805bf7d08555831b9ae37a29b/invenio_app_rdm-13.0.5.tar.gz",
"platform": "any",
"description": "..\n Copyright (C) 2019 CERN.\n Copyright (C) 2019 Northwestern University.\n\n Invenio App RDM is free software; you can redistribute it and/or modify\n it under the terms of the MIT License; see LICENSE file for more details.\n\n=================\n Invenio App RDM\n=================\n\n.. image:: https://github.com/inveniosoftware/invenio-app-rdm/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-app-rdm/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-app-rdm.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-app-rdm\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg\n :target: https://github.com/inveniosoftware/invenio-app-rdm/blob/master/LICENSE\n\nInvenioRDM Research Data Management\n\nFurther documentation is available on\nhttps://inveniordm.docs.cern.ch\n\n\n..\n Copyright (C) 2019-2024 CERN.\n Copyright (C) 2019-2024 Northwestern University.\n Copyright (C) 2021-2024 TU Wien.\n Copyright (C) 2021-2025 Graz University of Technology.\n Copyright (C) 2025 KTH Royal Institute of Technology.\n\n Invenio App RDM is free software; you can redistribute it and/or modify\n it under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v13.0.5 (released 2025-10-21)\n\n- i18n: pulled translations\n\nVersion v13.0.4 (released 2025-10-16)\n\n- guest access requests: handle values in JS that appear in use but were not handled correctly before\n- admin: use configured base template for administration panel instead of hard-coded value\n\nVersion v13.0.3 (released 2025-09-25)\n\n- help: correct search instructions for missing fields\n- deposit: pass to the form config the published record if we edit one\n\nVersion v13.0.2 (released 2025-08-25)\n\n- i18n: pulled translations\n- fix(file-list): display fallback message if file checksum is not available\n- feat(upgrade_scripts): add event stats mapping update for v13\n * Adds the recently added `is_machine` field to the record views and\n file downloads event stats mappings. Only updates the latest two\n indices, since they might still be actively receiving/processing\n events.\n- fix(views): redirect deleted record file downloads\n * When accessing a file download of a deleted record, return a 302\n redirect to the record page. This is to make sure that we display the\n record's \"410 Gone\" tombstone page response.\n- i18n: wrap search results not found message (#3159)\n Updated the message displayed when no search results are found to\n include a localized version of \"your search\"\n- fix(views): use correct community value\n * After the change in 33f1b0d2, values passed to the UI or used for\n accessing UI-related attributes (e.g. the \"theme\"), must come from\n the community UI-serialized value instead of the service result item.\n- fix(pages): add community base template as a valid option\n- feat(fixtures): allow specifying `template_name` in page fixtures\n- fix(v13-migration): update name entries\n- fix(v13-migration): update affiliation entries\n- fix(deposits): pass missing community_ui to community theme templates\n * also introduce more explicit distinctions between community and\n community_ui variables\n\nVersion v13.0.1 (released 2025-07-31)\n\n- fix(deposits): update doi default option only if managed\n * Fix logic for selecting default DOI option in deposit form when creating new versions\n * Only set managed DOI provider as default when external and not_needed are not in allowed providers\n * Improves user experience when versioning records with DataCite DOIs\n\nVersion v13.0.0 (released 2025-07-23)\n\n- Official release of InvenioRDM v13. Contains all pre-release changes. See\n [release notes](https://inveniordm.docs.cern.ch/releases/v13/version-v13.0.0/)\n\nVersion v13.0.0rc9 (released 2025-07-23)\n\n- fix(migration): wrong variable used\n\nVersion v13.0.0rc8 (released 2025-07-23)\n\n- migration: improve text in v13 upgrade script\n\nVersion v13.0.0rc7 (released 2025-07-22)\n\n- fix: license due to copy pasting\n- fix: import `overridable-registry.js` in `records_list` macro\n- templates: added default_static_page for communties\n- ui: log serialization exceptions\n\nVersion v13.0.0rc6 (released 2025-07-21)\n\n- fix: package.json and package-lock mismatch\n\nVersion v13.0.0rc5 (released 2025-07-17)\n\n- migration: optimize script\n- upgrade_scripts: handle thesis custom field migration\n- version: bumped invenio-s3 version to include multipart upload\n- templates: macros: doi: Add copy button for DOIs\n- semantic-ui: components: CopyButton: add size prop\n- semantic-ui: landing_page: ExportButton: Add copy button\n- semantic-ui: componenets: add url fetching in copy button\n- semantic-ui: landing_page: add click event for cite all versions\n\nVersion v13.0.0rc4 (released 2025-07-10)\n\n- pid-config: cast to bool RDM_(PARENT)_PERSISTENT_IDENTIFIERS required check\n- fix: default parent_doi_required to False\n- links: update doc links to updated ones\n- i18n: localize DOI labels\n- css: remove .invenio-accordion-field qualifier\n- css: use SemanticUI variables and fix class names\n- ui: ensure accordion caret icons rotate when opened/closed\n- config: add Data Package export format\n\nVersion v13.0.0rc3 (released 2025-07-02)\n\n- deposit-ui: uppy uploader ui feature\n- i18n: run js compile_catalog\n- i18n: run js extract msgs\n- i18n: components.js replace Trans with i18next comp\n- i18n: RemoveFromCommunityAction replace Trans with i18next comp\n- i18n: RecordVersionList replace Trans with i18next comp\n- i18n: ImpersonateUserForm replace Trans with i18next comp\n- i18n: CommunityRecordsSearchAppLayout replace Trans with i18next comp\n- chore: replace en dash (\u2013) with ASCII dash (-) in source files\n- i18n: refactor compileCatalog script\n- i18n: Force pull languages\n- i18n: extract py msgs\n\nVersion v13.0.0rc2 (released 2025-06-24)\n\n- communities-ui: pass serialized `community_ui` to Jinja templates\n- config: add Celery beat schedule for updating collections size\n- admin: always show users admin panel\n- fix: pass severityChecks to CustomFields\n\nVersion v13.0.0rc1 (released 2025-06-13)\n\n- feat(ui): automatic checks for communities (feature flag)\n- feat(ui): FAIR signposting\n- feat(ui): collections\n- feat(ui): records/requests sharing\n- feat(api): multipart file upload over the API\n- feat(admin): jobs to wrap task in the administration interface (feature flag)\n- feat(admin): compare revisions between different records revisions\n- feat(admin): audit logs (feature flag)\n- feat(api): sitemap\n- i18n: option to create translation bundles for python and javascript\n- impr(metadata): thesis handling\n- impr(ui): Mathjax usage\n- impr(ui): visualization of validation errors\n- conf: make it possible to configure DOI as optional\n- remove: invenio-admin dependency\n- maint: upgrade to flask>=3.0\n- maint: upgrade to sqlalchemy>=2.0\n- dev: configurable use of new tools: uv, rspack, pnpm\n\nVersion v13.0.0b4.dev2 (released 2025-06-13)\n\n- checks: integrate into community requests flow\n- deposit-ui: pass draft errors to form\n- landing page: text-break references\n- ui: fixed caret trigger in stats\n\n- deposit: report actual file quota rather than configured values\n * previously, the deposit form would show values from the configuration\n that might be different from the actually effective quota\n\n\nVersion v13.0.0b4.dev1 (released 2025-06-10)\n\n- communities-ui: pass locale language when rendering static pages\n- deposit UI: add overridable hook for a separate section\n\nVersion v13.0.0b4.dev0 (released 2025-06-04)\n\n- setup: bump major dependencies\n- change: add internationalized page creation\n- details: pass scheme on related identifiers url generator\n\nVersion v13.0.0b3.dev18 (released 2025-06-02)\n\n- installation: add collections dependency\n- views: rename record_ui correctly\n\nVersion v13.0.0b3.dev17 (released 2025-06-02)\n\n- Move collections implementaiton to Invenio-Collections\n- Integrate Invenio-Sitemap\n\nVersion v13.0.0b3.dev16 (released 2025-05-23)\n\n- administration: audit_logs: Add View Changes and View Log button and modals\n\nVersion v13.0.0b3.dev15 (released 2025-05-23)\n\n- Revert \"views: pass record object to record details\"\n\nVersion v13.0.0b3.dev14 (released 2025-05-23)\n\n- views: pass record object to record details\n\nVersion v13.0.0b3.dev13 (released 2025-05-21)\n\n- jinja: remove hardcoded template imports\n\nVersion v13.0.0b3.dev12 (released 2025-05-21)\n\n- jinja: add config attributes to record detail\n- beat: add delete job logs recurrent task\n\nVersion v13.0.0b3.dev11 (released 2025-05-16)\n\n- deposit-ui: add \"files.entries\" to files section\n\nVersion v13.0.0b3.dev10 (released 2025-05-16)\n\n- fixtures: make content template optional\n- MathJax: add typesetting to the citations box\n\nVersion v13.0.0b3.dev9 (released 2025-05-15)\n\n- recordManagment: pass permissiosn down to overridable\n\nVersion v13.0.0b3.dev8 (released 2025-05-15)\n\n- MathJax: use async typesetting\n\nVersion v13.0.0b3.dev7 (released 2025-05-08)\n\n- fix: community request page missing context variable\n\nVersion v13.0.0b3.dev6 (released 2025-05-07)\n\n- records-ui: add error handler for NoResultFound exceptions\n- tests: add tests for draft file download with and without preview flag\n- i18n: mark string for translation\n- urls: integrate link generation (invenio_url_for)\n- templates: add thesis details display\n- administration: Add Audit Logs Admin Panel UI (experimental feature, behind a flag)\n\nVersion v13.0.0b3.dev5 (released 2025-04-25)\n\n- deposit: add copyright field\n- landing page: bugfix for user avatars\n\nVersion v13.0.0b3.dev4 (released 2025-04-10)\n\n- deposits: use optional doi validator method\n\nVersion v13.0.0b3.dev3 (released 2025-04-04)\n\n- fix: Handle undefined record attributes in templates to avoid rendering errors (#2932)\n- communities_ui: make routes + views configurable\n- views: extract create_url_rule utility and plan for deprecation\n\n\nVersion v13.0.0b3.dev2 (released 2025-03-29)\n\n- fix: restore messages index.js and remove unused imports\n\nVersion v13.0.0b3.dev1 (released 2025-03-27)\n\n- deposit: align licenses modal with funders modal\n\nVersion v13.0.0b3.dev0 (released 2025-03-26)\n\n- thesis: breaking change in thesis field (invenio-rdm-records)\n- thesis: add university and type field\n- imprint: add edition field\n\nVersion v13.0.0b2.dev11 (released 2025-03-26)\n\n- checks: add checks tab to requests (fix template inclusion)\n\nVersion v13.0.0b2.dev10 (released 2025-03-26)\n\n- checks: add checks tab to requests\n- theme: fix responsive breakpoints for low resolution screens\n\nVersion v13.0.0b2.dev9 (released 2025-03-21)\n\n- (Empty release to trigger fixed PyPI publish GitHub action)\n\nVersion v13.0.0b2.dev8 (released 2025-03-21)\n\n- config: updated severity label text on deposit form\n\nVersion v13.0.0b2.dev7 (released 2025-03-18)\n\n- deposit: refactor section config in RDMDepositForm\n - added anchor ids, made form overridable\n - added section path in config\n - added styling for error messages\n - added severity checks config\n - added css for accordion labels\n\nVersion v13.0.0b2.dev6 (released 2025-03-12)\n\n- dashboard: enable shared filters for requests\n\nVersion v13.0.0b2.dev5 (released 2025-03-11)\n\n- dashboard: use always view button to redirect user to the upload\n - If upload is published redirect user to published record\n - If upload is draft redirect user to upload or preview depending on their permission\n- deposit: use permissions.can_manage for record community management\n- dashboard: split mine and shared with me uploads\n\nVersion v13.0.0b2.dev4 (released 2025-03-10)\n\n- views: FAIR signposting level 1 support (config flag)\n- tasks: skip health checks for files that don't have a uri\n- views: signposting: files: fix filename encoding issues for downloads\n\nVersion v13.0.0b2.dev3 (released 2025-02-21)\n\n- views: FAIR signposting level 1 support\n- meta: FAIR signposting level 1 support (link rel item)\n- globals: site.overrides: Increase pdf preview iframe height\n- tests: fix mock module paths\n- tests: add __init__.py in all directories\n * This is necessary for pytest v8.x to be able to detect all unique\n tests.\n\n- tests: filter out excessive warnings\n- fix: flask changed to TRUSTED_HOSTS\n\nVersion v13.0.0b2.dev2 (released 2025-02-13)\n\n- Bump prerelease dependencies to stable.\n\nVersion v13.0.0b2.dev1 (released 2025-01-23)\n\nVersion v13.0.0b2.dev0 (released 2024-12-16)\n\n- setup: remove flask pin\n- setup: change to reusable workflows\n- setup: bump major dependencies\n\nVersion v13.0.0b1.dev30 (released 2025-01-27)\n\n- administration: add record revision comparison\n\nVersion v13.0.0b1.dev29 (released 2025-01-23)\n\n- preview: do not mint parent doi if doi is not reserved and doi is optional\n\nVersion v13.0.0b1.dev28 (released 2025-01-21)\n\n- pids: pass optional DOI transitions in the upload form\n- deposit: force no caching in the response headers\n\nVersion v13.0.0b1.dev27 (released 2025-01-16)\n\n- Revert \"config: add record and membership comment notifications\"\n * This is actually a breaking change since it introduces a new\n set of notification templates that will potentialy not be\n styled if overridden in an instance's overlay.\n\nVersion v13.0.0b1.dev26 (released 2025-01-16)\n\n- config: add record and membership comment notifications\n- records/macros/detail.html: Allow funding entry with award number only (#2912)\n- records-ui: remove unnecessary p tag in record details\n- ui: close unclosed div in header navbar\n\nVersion v13.0.0b1.dev24 (released 2024-12-10)\n\n- fix: meta: add missing HighWire authors\n- config: add subcommunity comment notifications\n\nVersion v13.0.0b1.dev23 (released 2024-11-28)\n\n- assets: use the new copy feature to copy needed TinyMCE static assets\n\nVersion v13.0.0b1.dev22 (released 2024-11-28)\n\n- installation: bump invenio-access\n * This removes the invenio-admin dependency.\n\nVersion v13.0.0b1.dev21 (released 2024-11-28)\n\n- installation: remove \"sentry_sdk\" extra from invenio-logging\n\nVersion v13.0.0b1.dev20 (released 2024-11-28)\n\n- config: add subcommunity invitation request notifications\n- requests: add subcommunity invitation request details page\n- creatibutors: added config for identifiers scheme\n\nVersion v13.0.0b1.dev15 (released 2024-10-18)\n\n- communities-ui: verified icon display logic change and deterministic sorting\n\nVersion v13.0.0b1.dev14 (released 2024-10-18)\n\n- communities-ui: make verified icon display depend on parent community\n\nVersion v13.0.0b1.dev13 (released 2024-10-17)\n\n- ui: more space under breadcrumbs\n- ui: fixed space between logo and title, number formatting\n- ui: updated collection grid styling\n- ui: passing collections to communities_home\n- community: added verified icon and parent\n- landing page: swap username by ID to manage user.\n\nVersion v13.0.0b1.dev12 (released 2024-10-16)\n\n- collections: browse page improvements and collection records search pages\n- search-ui: added community theme classes to record list items\n\nVersion v13.0.0b1.dev11 (released 2024-10-15)\n\n- config: vocabularies Datastream common OpenAIRE\n\nVersion v13.0.0b1.dev10 (released 2024-10-10)\n\n- webpack: bump react-searchkit due to axios major upgrade\n- setup: bump invenio-search-ui due to axios major upgrade\n- assets: fix item description overflow issue\n * addresses mathjax formulas truncation\n- browse: fix endpoint name.\n\nVersion v13.0.0b1.dev9 (released 2024-10-08)\n\n- installation: bump invenio-communities & invenio-rdm-records\n\nVersion v13.0.0b1.dev8 (released 2024-10-04)\n\n- installation: bump invenio-communities & invenio-rdm-records\n\nVersion v13.0.0b1.dev7 (released 2024-10-03)\n\n- setup: bump invenio-rdm-records to >=13.0.0\n- collections: added minimal UI page\n- theme: read invenio config from document body\n- search results: render Mathjax in the results list\n- records-community: fix error message display when removing a community\n\nVersion v13.0.0b1.dev6 (released 2024-09-27)\n\n- communities: create browse communities page\n- header_login: Make auth UI accessible\n- header_login: Add loader icon when logging in or out\n- Revert \"deposit: provide permissions to publish button\"\n- feat: display package version in administration panel\n\nVersion v13.0.0b1.dev5 (released 2024-09-25)\n\n- deposit: Add allow-empty-files config available for deposit page\n * Expose `RECORDS_RESOURCES_ALLOW_EMPTY_FILES` for UI control\n * Related to: https://github.com/inveniosoftware/invenio-rdm-records/pull/1802\n- deposit: provide permissions to publish button\n- config: add group resolver for notifications\n- admin-records: add reference to gh issue\n- admin-records: account for system owned records\n- migration: account for deleted communities and draft concept DOI\n- user-dashboard: fixed broken menu padding\n- theme: fix accordion rotation\n- template: mathjax remove from javascript block\n- templates: add mathjax only to parent template\n- landing page: support different MathJax delimeters\n * closes https://github.com/CERNDocumentServer/cds-rdm/issues/133\n- search-result: namespace overridable id for community search results\n- search-result: provide key to part of community array element\n\nVersion v13.0.0b1.dev4 (released 2024-09-11)\n\n- deposit: fix adding a record to a community\n- config: make OAI-PMH record index dynamic\n\nVersion v13.0.0b1.dev3 (released 2024-09-02)\n\n- deposit: renamed get quota function\n- config: filter out robots and flag machines\n- migration: mint the new concept DOI for each upgraded record\n * previously, the script would create a new concept DOI for each record\n but never actually mint them on DataCite\n\nVersion v13.0.0b1.dev2 (released 2024-08-27)\n\n- setup: bump invenio-communities\n\nVersion v13.0.0b1.dev1 (released 2024-08-27)\n\n- ui: ccount for system created records in share modal\n- config: add subjects datastream config\n- tests: use opensearch2\n\nVersion v13.0.0b1.dev0 (released 2024-08-22)\n\n- search: improve search results for records, users and affiliations\n- ui: display creators roles in records landing page\n\nVersion v13.0.0b0.dev14 (released 2024-08-22)\n\n- migrate to v12: emit non-zero exit code on error\n- config: import affiliations vocabulary readers\n- package: bump react-invenio-forms\n- DepositForm: Add searchOnFocus prop to subjects RemoteSelectField\n\nVersion 10.0.0 (released 2022-10-10)\n\nVersion 7.0.0 (released 2021-12-06)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Invenio Research Data Management.",
"version": "13.0.5",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-app-rdm"
},
"split_keywords": [
"invenio-app-rdm",
"invenio"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cf74183d58b92dbb0584926984adf4f8c634ebef4c7b8c1ca14dcd8225f58e57",
"md5": "a45192f89818bc86d6a1fbdce35b0b4a",
"sha256": "ce368bb34a6965d7336fb18db6adbd44546df008ac5d1f5cae1d3b3cb4ca5e0a"
},
"downloads": -1,
"filename": "invenio_app_rdm-13.0.5-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a45192f89818bc86d6a1fbdce35b0b4a",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 1182086,
"upload_time": "2025-10-21T11:15:03",
"upload_time_iso_8601": "2025-10-21T11:15:03.518816Z",
"url": "https://files.pythonhosted.org/packages/cf/74/183d58b92dbb0584926984adf4f8c634ebef4c7b8c1ca14dcd8225f58e57/invenio_app_rdm-13.0.5-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1682ef728ce78ed0af5ba57c74ee56aa809e9de805bf7d08555831b9ae37a29b",
"md5": "96b014ebe9c35d74dab9f3f4de805388",
"sha256": "a5d0e0272a1d2da708ea7fd5b6cbd931f0f62728f5efec5359c9bc18d3ea4fa7"
},
"downloads": -1,
"filename": "invenio_app_rdm-13.0.5.tar.gz",
"has_sig": false,
"md5_digest": "96b014ebe9c35d74dab9f3f4de805388",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 754044,
"upload_time": "2025-10-21T11:15:06",
"upload_time_iso_8601": "2025-10-21T11:15:06.225582Z",
"url": "https://files.pythonhosted.org/packages/16/82/ef728ce78ed0af5ba57c74ee56aa809e9de805bf7d08555831b9ae37a29b/invenio_app_rdm-13.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 11:15:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-app-rdm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-app-rdm"
}