Skip to content

Release v1.8.2, February 2021

Compare
Choose a tag to compare
@markkuriekkinen markkuriekkinen released this 06 Apr 15:53
· 808 commits to master since this release

New features:

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.