Skip to content

1.9.0

Compare
Choose a tag to compare
@triole triole released this 29 Nov 12:21
  • Automatically update existing projects on saving of views
    • Remove views from projects if they are not available for this site and group anymore
    • PROJECT_REMOVE_VIEWS = False disables this new behavior
  • Improve interview interface
    • Add a "breadcrumb" element with the project and the section
    • Remove "Questionnaire" headline
  • Change list separation in views from ","" to ";"
  • Add filter for current site to catalog management
  • Add checkboxes to hide/show URI in catalog management
  • Add owners to Snapshot Admin
  • Add additional fields to Api
  • Add potential views to project context data
  • Fix import with different URI prefixes
  • Fix CSV export
  • Fix delete profile form
  • Fix non-deletable questionsets-in-questionsets
  • Fix missing redirect after login when allauth is not used

Steps to upgrade:

pip install --upgrade rdmo
python manage.py upgrade  # combines migrate, download_vendor_files and collectstatic

The following templates have been changed:

rdmo/accounts/templates/account/login_form.html
rdmo/accounts/templates/profile/profile_update_form.html
rdmo/core/templates/core/base_head.html
rdmo/projects/templates/projects/project_detail_issues.html
rdmo/projects/templates/projects/project_detail_views.html
rdmo/projects/templates/projects/project_questions.html
rdmo/projects/templates/projects/project_questions_head.html
rdmo/questions/templates/questions/catalogs.html
rdmo/questions/templates/questions/catalogs_element.html
rdmo/questions/templates/questions/catalogs_sidebar.html
rdmo/questions/templates/questions/catalogs_sidebar_showuri_checkboxes.html
rdmo/views/templates/views/tags/value_inline_list.html