Release v1.8.2, February 2021
markkuriekkinen
released this
06 Apr 15:53
·
808 commits
to master
since this release
New features:
- (#743) Add a new support page. It has links to documentation
and instructions for students and teachers. - (#578, #772) Add a new page for listing all course instances
in one course.
For example, https://plus.cs.aalto.fi/o1/instances/ - (#772) Add a redirect view for the latest course instance.
For example, https://plus.cs.aalto.fi/o1/
Important fixes:
- Update the accessibility statement for the v1.8 release.
- (#669) Accessibility: add a hidden link to open exercises in
a new tab / full-page (from content chapter pages). - Fix the student tagging popover in the A+ participants page.
The buttons were missing from the popover.
Minor fixes:
- (#749) Fix the HTML and CSS for SITEWIDE_ADVERT:
no duplicate external link icon, fix the icon position. - (#769) Add more fields to the list view of the HTMLPlugins
Django admin page. - Fix the Django admin view for notifications. The page
no longer loads all users from the database into
the HTML form and thus, it loads faster.
For system administrators:
- (#695) Update the deployment documentation.
Add branding settings to the local_settings.example.py file.
For developers:
- (#600) Refactor code for checking enrollments.
- Change ugettext functions to the gettext ones.
The old Unicode aliases are deprecated in Django.