Releases: apluslms/mooc-jutut
Releases · apluslms/mooc-jutut
Release v2.6.1
Changes:
- Fixed a misleading warning in the installation of the django-colortag package.
Release v2.6.0
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
Release v2.4.5
No functional changes for endusers.
For developers:
- Django Debug Toolbar is activated only if the Django setting
ENABLE_DJANGO_DEBUG_TOOLBAR
isTrue
(previously, it was enabled by theDEBUG
setting).
Release v2.4.4
No functional changes for endusers.
For developers:
- Added linter for checking coding style.
- Added setup for Django Debug Toolbar.
Release v2.4.3
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
- 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
- Fixed the issue in using tags in the filter feedback form (#25).
Release v2.4.0
- 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
Make the filtering view load a bit faster by collapsing the filter bar before styling the buttons.