Skip to content

Releases: rdmorganiser/rdmo

0.12

31 Jan 11:15
Compare
Choose a tag to compare
0.12 Pre-release
Pre-release
  • 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

03 Dec 12:55
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

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

26 Sep 09:48
Compare
Choose a tag to compare
0.10.8 Pre-release
Pre-release

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:

python manage.py migrate

0.10.7

21 Jun 12:12
Compare
Choose a tag to compare
0.10.7 Pre-release
Pre-release

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:

python manage.py migrate

0.10.6

15 Jun 12:20
Compare
Choose a tag to compare
0.10.6 Pre-release
Pre-release

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:

python manage.py migrate

0.10.5

08 Jun 11:30
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release

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:

python manage.py migrate

0.10.4

01 Jun 08:55
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.4

Changes:

  • Fix import of questions in questionsets
  • Change behaviour: Projects will be kept if questions catalog is deleted

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

After the upgrade a database migration is necessary:

python manage.py migrate

v0.10.3

25 May 13:45
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.3

Changes:

  • Add Terms of Use
  • Add django-rest-swagger capability

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

After the upgrade a database migration is necessary:

python manage.py migrate

v0.10.2

09 May 15:28
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

v0.10.1

09 May 09:01
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.1

Changes:

  • frontend bug fix
  • task import bug fix

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