Skip to content

Releases: rdmorganiser/rdmo

v0.8.1

15 May 15:20
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • fix for value_and_unit
  • fix for tasks date
  • fix for render_to_format title
  • upgrade to Django 1.11.1

v0.8.0

26 Apr 19:28
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • add programmable api
  • add authtoken from rest_framework
  • refactor urls, views and viewsets
  • refactor tests

v0.7.0

07 Apr 09:07
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • refactor tasks
  • bug fixes and polishing

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