Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

v2.9.13

Compare
Choose a tag to compare
@jsharkey13 jsharkey13 released this 19 Jun 08:25
· 23 commits to master since this release

Changelog:

  • Fixes to the equation editor in Firefox.
  • Add examboard information to the event management CSV download.
  • Trial an additonal parameter to the Assignment Progress CSV file endpoints allowing downloading of an Excel specific CSV file using a BOM which may helpm when student names contain non-ASCII characters.
  • Performance improvements to the Set Assignments page; lookup all gameboards in one query and do not unnecessarily load the user's full question attempt history.
  • Performance improvements to the My Assignments page; cache group owners to avoid repeated lookups for assignments set by the same teacher, and do not unnecessarily augment groups with additional manager information when it will not be used.
  • Ensure questions on pages without levels do not break the My Progress page.
  • Avoid looking up users multiple times from the database in the same request.
  • Update Swagger configuration to clearly link to Terms of Use.
  • Prevent IP address location lookups from blocking requests for more than 15 seconds.