Rdmo

Latest version: v2.1.3

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 15

1.5.4

Not secure
Changes

- Fix project answers tree to display answers of question set collections again
- Update project metadata

As this release does only contain a requirements bug fix please look into [release 1.5](https://github.com/rdmorganiser/rdmo/releases/tag/1.5) for install instructions and change notes.

1.5.3

Not secure
Changes

- Fix missing catalog name
- Fix broken migration

As this release does only contain a requirements bug fix please look into [release 1.5](https://github.com/rdmorganiser/rdmo/releases/tag/1.5) for install instructions and change notes.

1.5.1

Not secure
Changes

- Update versions and fix pinning

As this release does only contain a requirements bug fix please look into [release 1.5](https://github.com/rdmorganiser/rdmo/releases/tag/1.5) for install instructions and change notes.

1.5

Changes:

* Improve user interface:
* Add functionality to continue interview at the last edited questionset
* Change order of options in projects and project sidebars to improve usability
* Remove user credentials from projects page
* Add additional help text to project page
* Add additional interaction elements (e.g. invite user) to project page
* Add file upload fields to questionnaire:
* Add uploaded files to views (images are displayed inline, other files can be downloaded)
* Add uploaded files to issues/tasks to be send as attachments
* Add project hierarchy:
* Add parent field to projects, resulting in a tree structure
* Add child projects to views
* Add function to import values from parent project to child projects
* Inherit memberships of superior projects to child projects
* Refactor project memberships:
* Add invitation by mail (to existing or external users)
* Add silent creation of memberships for site managers and admins
* Add separate "Leave project" function
* Add "Locked" flag to elements to prevent unintended changes
* Add PROJECT_FILE_QUOTA to settings to control file quota of projects
* Add NESTED_PROJECTS to settings to disable nested projects
* Add PROJECT_SEND_INVITE to settings to disable invite mails to external users
* Add PROJECT_INVITE_TIMEOUT to set a timeout on invites
* Refactor view rendering and add ProjectWrapper
* Refactor project import
* Refactor validation
* Refactor test for projects
* Optimize database access and increase overall performance

Steps to upgrade:

* `pip install --upgrade rdmo`
* `python manage.py migrate`
* `python manage.py deploy`

The following templates have been changed:

* `rdmo/accounts/templates/account/login_form_account.html`
* `rdmo/conditions/templates/conditions/conditions.html`
* `rdmo/conditions/templates/conditions/conditions_modal_form_conditions.html`
* `rdmo/core/templates/core/bootstrap_form_field.html`
* `rdmo/core/templates/core/upload_form.html`
* `rdmo/domain/templates/domain/domain_modal_form_attributes.html`
* `rdmo/domain/templates/domain/domain_options.html`
* `rdmo/management/templates/management/upload.html`
* `rdmo/options/templates/options/options.html`
* `rdmo/options/templates/options/options_modal_form_options.html`
* `rdmo/options/templates/options/options_modal_form_optionsets.html`
* `rdmo/projects/templates/projects/issue_send_sidebar.html`
* `rdmo/projects/templates/projects/membership_form.html`
* `rdmo/projects/templates/projects/project_answers.html`
* `rdmo/projects/templates/projects/project_answers_tree.html`
* `rdmo/projects/templates/projects/project_confirm_delete.html`
* `rdmo/projects/templates/projects/project_detail.html`
* `rdmo/projects/templates/projects/project_detail_integrations.html`
* `rdmo/projects/templates/projects/project_detail_issues.html`
* `rdmo/projects/templates/projects/project_detail_memberships.html`
* `rdmo/projects/templates/projects/project_detail_sidebar.html`
* `rdmo/projects/templates/projects/project_detail_snapshots.html`
* `rdmo/projects/templates/projects/project_detail_views.html`
* `rdmo/projects/templates/projects/project_form.html`
* `rdmo/projects/templates/projects/project_upload.html`
* `rdmo/projects/templates/projects/project_questions.html`
* `rdmo/projects/templates/projects/project_questions_buttons.html`
* `rdmo/projects/templates/projects/project_questions_sidebar.html`
* `rdmo/projects/templates/projects/project_view.html`
* `rdmo/projects/templates/projects/projects.html`
* `rdmo/projects/templates/projects/site_projects.html`
* `rdmo/questions/templates/questions/catalogs_modal_form_catalogs.html`
* `rdmo/questions/templates/questions/catalogs_modal_form_questions.html`
* `rdmo/questions/templates/questions/catalogs_modal_form_questionsets.html`
* `rdmo/questions/templates/questions/catalogs_modal_form_sections.html`
* `rdmo/questions/templates/questions/catalogs_options_questions.html`
* `rdmo/questions/templates/questions/catalogs_options_questionsets.html`
* `rdmo/questions/templates/questions/catalogs_options_sections.html`
* `rdmo/questions/templates/questions/catalogs_sidebar.html`
* `rdmo/tasks/templates/tasks/tasks.html`
* `rdmo/tasks/templates/tasks/tasks_modal_form_tasks.html`
* `rdmo/views/templates/views/tags/value.html`
* `rdmo/views/templates/views/tags/value_list.html`
* `rdmo/views/templates/views/views.html`
* `rdmo/views/templates/views/views_modal_form_views.html`

1.4.01.6.0

Overview
This release promotes the Software Management Plan questionnaire the RDMO official content and adds a view to the existing questionnaire for the DFG checklist in German. Besides that, numerous questionnaires were provided by the community to the shared content.

New Features in the RDMO official content

Catalogues
* Update external links in question texts
* In `rdmo.xml`-catalog, merging of the two questionsets "Other requirements I" and "II" into a new one with a new URI
* Software Management Plan (promoted)

Domain, Options, Conditions
* 44 attributes (for SMP and DFG checklist)
* Conditions: `data_published`, `reuse_scenario`, `publish-software`

Views
* FAIR4RS principles
* DFG checklist
* Reference doc for Horizon Europe
* Merging of the English and German cost views into one

Community Contributions (shared content)
* FDNext Policy-Generator
* BLE (Federal Ministry for Agriculture and Nutrition)
* DFG Chemistry & Physics
* European Partnership on Meteorology
* European Research Council

Internationalisation
* Small corrections (update links, add missing verbose names, fix typos, increment Spanish localisation ...)

Installation
Installing the DFG-checkliste to your rdmo instance from the command line you need to

./manage.py import /path/to/domain/rdmo.xml
./manage.py import /path/to/conditions/rdmo.xml yes, again
./manage.py import /path/to/options/rdmo.xml
./manage.py import /path/to/conditions/rdmo.xml yes, again
./manage.py import /path/to/questions/DFG-Checkliste.xml
./manage.py import /path/to/tasks/rdmo.xml
./manage.py import /path/to/views/rdmo.xml


What's Changed
* fix URIs for questions in DFG-Checkliste readme by jwindeck in https://github.com/rdmorganiser/rdmo-catalog/pull/184
* Move SMP catalog to core area by yvgrossmann in https://github.com/rdmorganiser/rdmo-catalog/pull/191
* Attributanpassung by Sabine-Schoenau in https://github.com/rdmorganiser/rdmo-catalog/pull/193
* Traducción en español by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/192
* Neue Fragebögen: DFG Chemie und ERC Grants by laura-tte in https://github.com/rdmorganiser/rdmo-catalog/pull/195
* docs: fix typo by afuetterer in https://github.com/rdmorganiser/rdmo-catalog/pull/197
* Content for BLE (Bundesanstalt für Landwirtschaft und Ernährung) by chsinn in https://github.com/rdmorganiser/rdmo-catalog/pull/194
* ci: improve ci and test performance by afuetterer in https://github.com/rdmorganiser/rdmo-catalog/pull/196
* Add missing English verbose name by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/201
* Adding FAIR4RS Viewer by JanStuden in https://github.com/rdmorganiser/rdmo-catalog/pull/178
* Update of the Software management plan catalogue by yvgrossmann in https://github.com/rdmorganiser/rdmo-catalog/pull/202
* Correct WissGrid-link by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/207
* Content-overview updated by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/205
* Minor bug fixes at SMP by yvgrossmann in https://github.com/rdmorganiser/rdmo-catalog/pull/213
* Create CITATION.cff by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/190
* Fix of broken links in DFG Checklist and Short Questionnaire by yvgrossmann in https://github.com/rdmorganiser/rdmo-catalog/pull/209
* Jki ble 20231016 by chsinn in https://github.com/rdmorganiser/rdmo-catalog/pull/222
* Jki ble20231023 by chsinn in https://github.com/rdmorganiser/rdmo-catalog/pull/234
* Rephrase question set for dfg v5 catalog by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/236
* Adjust "Other requirements" section by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/235
* Draft: Add verbose_name where missing by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/206
* Add horizon europe catalog help text by jmfrenzel in https://github.com/rdmorganiser/rdmo-catalog/pull/240
* Include views in the README by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/238
* Unify costs views for English and German by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/237
* Material for EPM funding program + Reference doc for Horizon Europe by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/175
* FDNext Policy-Generator by johlton in https://github.com/rdmorganiser/rdmo-catalog/pull/241
* Add helptext to project partner questionset by jmfrenzel in https://github.com/rdmorganiser/rdmo-catalog/pull/243
* View for DFG checklist by jwindeck in https://github.com/rdmorganiser/rdmo-catalog/pull/199

New Contributors
* jwindeck made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/184
* afuetterer made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/197
* chsinn made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/194
* JanStuden made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/178
* johlton made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/241

**Full Changelog**: https://github.com/rdmorganiser/rdmo-catalog/compare/1.3.1-rdmo-1.6.0...1.4.0-rdmo-1.6.0

1.4

- Fix bug that prevented export and reimport of options and which occured when the `provider_key` of an optionset was empty
- Fix a bug with RDF exports
- Add function to restrict tasks to catalogs
- Add projects count to catalog management and admin interface
- Add values count to attribute management and admin interface
- Add reference counts to management interface and references to delete modals
- Add users to API
- Add specific colors to management interface
- Refactor progress bar to show real progress
- Allow non-unique paths for tasks, conditions, options, questions and views, now validating URI instead of path/key and allow for non-unique path/key
- And a few tiny improvements of the user interface that should make it easier to work with RDMO
- Refactor management export templates
- Use parent uri prefix as default when adding new elements
- Allow anonymous users to see the terms of use
- Allow project export for managers
- Update Italian translation

Steps to upgrade:

* `pip install --upgrade rdmo`
* `python manage.py migrate`
* `python manage.py deploy`

Page 5 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.