Skip to content

Releases: rdmorganiser/rdmo

v0.6.0

23 Mar 15:49
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • add documentation
  • refactor authentication, make allauth optional
  • migrate to Django 1.10, update other requirements
  • clear cache on changes in projects/questions

Use

pip install -r requirements/base.txt

to update Django and the other requirements. Then run:

python manage.py migrate
python manage.py deploy

v0.5.0

16 Mar 08:54
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • enable collaborative editing
  • refactor tests

v0.4.0

02 Mar 16:07
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • add shibboleth settings
  • add shibboleth documentation
  • add promote-user-to-superuser command

v0.3.2

08 Feb 13:16
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • fix bug with subsection title
  • fix typos

v0.3.1

04 Feb 13:06
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • fix migrations

v0.3.0

04 Feb 12:56
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • refactor models to use URI, URI Prefix, and Key
  • refactor tests, remove factory_boy
  • add test fixtures
  • add XML export
  • add XML import
  • fix i18n switcher
  • fix dates in project_answers_tree
  • fix yes/no widget

After running the migrations, use

./manage.py set-uri-prefix 'https://example.com/terms'

(with example.com replaced by your domain) to initialize the URI.

v0.2.1

06 Dec 17:03
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • fix i18n switcher
  • refactor project_answers

v0.2.0

30 Nov 14:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • refactor accounts django app
  • add django-allauth
  • add LDAP support

v0.1.0

11 Nov 09:25
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release using the semver system.