Rdmo

Latest version: v2.1.3

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

Scan your dependencies

Page 6 of 15

1.3.11.6.0

Fixes including one that fixes a bug in the options for rdmo and another that fixes the Horizon Europe view.

What's Changed
* rename back correctly the optionset dataset_size_options via https://github.com/rdmorganiser/rdmo-catalog/commit/7592fbc99900de19735a99dbda36198edceeeab2 to correct for the bug which was introduced via https://github.com/rdmorganiser/rdmo-catalog/commit/b85dcd3fe06001f15e7dc0629be27534f73221e7
* Update EC logo link by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/182
* Übersetzung von Optionen by rodriguezlr in https://github.com/rdmorganiser/rdmo-catalog/pull/181
* Korrekturen by Sabine-Schoenau in https://github.com/rdmorganiser/rdmo-catalog/pull/176
* Punktuation von Optionen entfernt by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/183

New Contributors
* rodriguezlr made their first contribution in https://github.com/rdmorganiser/rdmo-catalog/pull/181

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

1.3.01.6.0

Overview
This release adds support for the DFG-Checkliste in German and English languages.

New Features
* DFG-Checkliste (DE, EN) unbranded. Branding content to your institution is possible. Please refer to `rdmorganiser/questions/DFG-Checkliste.md`

Catalogues
* DFG-Checkliste (new)

Domain, Options
* Single additions (for DFG-Checkliste)

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
* Neuer Fragebogen DFG Chemie by laura-tte in https://github.com/rdmorganiser/rdmo-catalog/pull/161
* Combine "RDMO" & "shared" lists by Zack-83 in https://github.com/rdmorganiser/rdmo-catalog/pull/172
* Updates of questions in SMP thank to feedback from user by yvgrossmann in https://github.com/rdmorganiser/rdmo-catalog/pull/177
* DFG-Checklisten-Implementierung by jmfrenzel Zack-83 thrichter-FD in https://github.com/rdmorganiser/rdmo-catalog/pull/173


**Full Changelog**: https://github.com/rdmorganiser/rdmo-catalog/compare/1.2.0-rdmo-1.6.0...1.3.0-rdmo-1.6.0

1.3

- Refactor tasks in projects (using a new model Issue) to store the status of the task for this project
- Add integrations to projects, the services app, and service provider plugins to connect RDMO to external services, such as issue trackers
- Add functionality to send issues via mail or integration including attached answers or views
- Add optionset provider plugins to create dynamic optionsets, e.g. to fetch repositories from re3data.org
- Add possibility to set distinct reference document for a single view, please see [docs](https://rdmo.readthedocs.io/en/latest/configuration/export-formats.html#general-reference-documents)
- Enable footer language by template
- Allow empty questionsets
- Fix order of optionsets in interview
- Fix an issue where weeks in the datepicker start on Sundays
- Fix a bug where catalogs and tasks where not copied correctly

Steps to upgrade:

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

1.2.01.6.0

Overview
This release adds support for Horizon Europe (catalogue and view); a new view for cost overview in English; a software management plan; localisation of all RDMO content in Spanish as fifth language supported.

New Features

Catalogues
* Horizon Europe (new)
* Math+ (new)
* Softwaremanagementplan (new)
* DFG questionnaires by FoDaKo (updated to version 5.0)
* Science Europe (updated)
* NFDI4Ing (updated)

Domain, Conditions, Options
* Single additions (for Horizon Europe and Math+)

Views
* Horizon Europe view
* Cost view in English
* List of all variables

Localisation
* Localisation in 5 languages (en, de, es, fr, it) of main and Horizon Europe catalogues

Other
* spelling corrections; some links updated
* tabular overview of all catalogues

**Full Changelog**: https://github.com/rdmorganiser/rdmo-catalog/compare/1.1.0-rdmo-1.6.0...1.2.0-rdmo-1.6.0

1.2

* Improve import functions
In the management interfaces, elements such as options, attributes, but also entire question catalogues can now be copied directly. Attributes and conditions indicate in which questions, question sets, etc. they are used. Elements can now also be exported individually, e.g. a question set or a view. We have also redesigned the import. Before the actual import it is now shown what is being imported and if there are any problems. In addition, individual elements can be deselected. Afterwards potential errors are displayed.

* Add "project/title", "project/description", "project/created" and "project/upgraded" to be available in views using "render_value"
* Fix and add translations
* Fix missing project or view title when selected language did provide one, now iterate over configured languages and take the first one available, fix is global and applies whenever a string is missing in a language

Steps to upgrade:

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

1.1.01.6.0

This release updates and adds new content to the "official rdmo" domain model, questions, options, tasks and conditions (folder [`rdmorganiser`](https://github.com/rdmorganiser/rdmo-catalog/tree/master/rdmorganiser)). The overview of the community contributions (folder [`shared`](https://github.com/rdmorganiser/rdmo-catalog/tree/master/shared)) is improved and a new catalog for Science Europe is added. Moreover, this version paves the way for the "Horizon Europe" catalog, which is being developed by the [RDMO Content working group](https://rdmorganiser.github.io/en/groups/).

Details:
rdmorganiser (official content)
Domain
* 22 new attributes, mostly required for the Horizon Europe catalog (WIP)
Conditions
* Four new conditions
Options
* Removed option: `dataset_size_options/253` "not yet defined"
* Additional options: `infrastructure_resources/262` "Fast read and write of data is required (high performance storage)", `preservation_repository_options/138` "Another partner institution"
* Added French and Italian locale
* Minor language adjustments in English and German

Questions (Catalogs)
* Add new questions (and attributes):
* `topic-research_field/name`
* `long-term-preservation-datasets/responsible_person_name`
* `long-term-preservation-datasets/responsible_person_email`
* Added help texts to questions where necessary
* Fixed broken attribute reference in catalogs rdmo.xml, bielefeld.xml, snf.xml
* Updated DFG and CC links
* Fixed catalog layout (spaces, newlines, lists, quotes, special characters) and spelling in rdmo.xml, dcc.xml, fhpshort.xml
* Added French and Italian localization to catalog rdmo.xml
* Minor adjustments in question text (English and German locale)

Community contributions (shared content)
* New catalog for Science Europe (_VW Stiftung_ funding agency)
* Updated table with overview of catalogs shared with the community
* Updated documentation of FoDaKo catalogs

Internationalization
* New folder [`localisation`](https://github.com/rdmorganiser/rdmo-catalog/tree/master/localisation) containing R script and tables for the localization of RDMO catalogues and optionsets

Page 6 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.