Rdmo

Latest version: v2.1.3

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

Scan your dependencies

Page 10 of 15

0.12

* better error handling when a project is without question catalog

* a new button to get default uri prefix
- the default uri prefix needs to be defined by an entry called `DEFAULT_URI_PREFIX` in the `local.py`
- add something looking like this `DEFAULT_URI_PREFIX = 'https://rdmo.uni-xyz.de/terms/'`

* user profile can now be deleted
- the profile deletion page is by default available
- nonetheless it can be explicitely switched on or off by an entry called `PROFILE_DELETE` in the `local.py`
- use `PROFILE_DELETE = False` to switch this feature off
- note that it is recommended to disable profile deletion when using Shibboleth or LDAP because RDMO can not delete users from these databases

0.11.0

Not secure
Release on PyPI: https://pypi.org/project/rdmo/0.11.0/

Changes:

* Refactor data model
* move `value_type` and `unit` from `Attribute` to `Question` and `Value`
* move `optionset` from `Attribute` to `Question`
* move `conditions` from `AttributeEntity` to `QuestionEntity`
* move `is_collection` from `AttributeEntity` to `QuestionEntity`
* remove `parent_collection` from `AttributeEntity`
* rename `value_type` "options" to "option"
* Improve modals
* Separate Question and QuestionSet, remove QuestionEntity
* Move `Range` and `VerboseName` from `AttributeEntity` to `Question` and `QuestionSet`
* Make `attribute_entity` in `QuestionSet` optional
* Remove `AttributeEntity`, have only `Attribute`
* Fix validation
* Refactor nested URI and `path`
* Remove `Subsection`
* Add `title_en` and `title_de` to `QuestionSet`
* refactor import /export
* Fix datepicker
* Fixes and optimisations

How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html

After the upgrade a database migration is necessary:


python manage.py migrate

0.10.8

Not secure
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.8

Changes:

* Fix attribute error bug occuring because of new markdown lib version
* Fix option import
* Add make_theme manage script
* Add template tag to display rdmo version number
* Add swagger page
* Add some minor code improvements

How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html

After the upgrade a database migration is necessary:

bash
python manage.py migrate

0.10.7

Not secure
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.7

Changes:

* Fix docx export
* Fix a few minor problems
* Increase automated test coverage and accuracy


How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html

After the upgrade a database migration is necessary:

bash
python manage.py migrate

0.10.6

Not secure
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.6

Changes:

* Fix python2 encoding problems during import
* Add prettified xml export data
* Add travis ci tests

How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html

After the upgrade a database migration is necessary:

bash
python manage.py migrate

0.10.5

Not secure
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.5

Changes:

* Add possibility to use reference documents for .docx or .odt export
* Fix conditions import
* Fix project import

How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html

After the upgrade a database migration is necessary:

bash
python manage.py migrate

Page 10 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.