Skip to content

Releases: apluslms/mooc-jutut

Release v2.6.1

08 Sep 08:32
Compare
Choose a tag to compare

Changes:

  • Fixed a misleading warning in the installation of the django-colortag package.

Release v2.6.0

07 Sep 16:32
Compare
Choose a tag to compare

Changes:

  • Several major improvements in the usability, user experience and user interface of the system.
  • A few major changes in the database schema, thus the migrations are more complex than usually.

Release v2.5.0

25 Jun 13:49
Compare
Choose a tag to compare

Changes:

  • Fixed a bug in the static text fields of the feedback form: they used to not show in the form after submitting. (#20)
  • Upgraded the Django framework to v4.2 (#49)

Release v2.4.5

08 May 17:24
Compare
Choose a tag to compare

No functional changes for endusers.

For developers:

  • Django Debug Toolbar is activated only if the Django setting ENABLE_DJANGO_DEBUG_TOOLBAR is True (previously, it was enabled by the DEBUG setting).

Release v2.4.4

05 May 16:58
Compare
Choose a tag to compare

No functional changes for endusers.

For developers:

  • Added linter for checking coding style.
  • Added setup for Django Debug Toolbar.

Release v2.4.3

14 Oct 16:47
Compare
Choose a tag to compare

Small usability improvements

  • Added a link from each feedback message to the student's points page in A+ (#32).
  • Move to the first page when the feedback page size is changed (#37).
    • When the user changes the page size in the feedback list (filter feedback form results), move to the first page in the list.
  • Added a total count to the filter feedback results (#34).
    • Show how many feedback records were found by the query in total.

Release v2.4.2

16 Sep 11:29
Compare
Choose a tag to compare
  • Added adjustable pagination to feedback list views (#23).
    • The user may change the number of feedback items listed in the page from a dropdown menu.

Release v2.4.1

02 Sep 12:14
Compare
Choose a tag to compare
  • Fixed the issue in using tags in the filter feedback form (#25).

Release v2.4.0

29 Jun 17:13
Compare
Choose a tag to compare
  • Updated the Django framework to v3.2 and other libraries as well.
  • Added a manage.py command export_feedback for admins.

Known issue:

  • The filter feedback form is missing the student and feedback tags (#25)

Release v2.3.2

16 Sep 14:46
Compare
Choose a tag to compare
Make the filtering view load a bit faster by collapsing
the filter bar before styling the buttons.