Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 3.7.5 release notes: Difference between revisions

From MoodleDocs
mNo edit summary
(3 intermediate revisions by 2 users not shown)
Line 66: Line 66:
 
 
====Security fixes====  
====Security fixes====  
Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
* [https://moodle.org/mod/forum/discuss.php?d=398350 MSA-20-0002] Grade history report does not respect Separate groups mode in the course settings
* [https://moodle.org/mod/forum/discuss.php?d=398351 MSA-20-0003] IP addresses can be spoofed using X-Forwarded-For
* [https://moodle.org/mod/forum/discuss.php?d=398352 MSA-20-0004] Admin PHP unit webrunner tool requires additional input escaping


====Security improvements====
''Items to be added soon...''
==See also==
==See also==
*[[Moodle 3.7.4 release notes]]
*[[Moodle 3.7.4 release notes]]

Revision as of 05:20, 16 March 2020

Releases > Moodle 3.7.5 release notes


Release date: 9 March 2020

Here is the full list of fixed issues in 3.7.5.

General fixes and improvements

  • MDL-67175 - Chrome 80 support
  • MDL-57755 - Notifications automatically marked as read when messaging deactivated
  • MDL-67132 - LTI Adv grades do not roll up in course total
  • MDL-67414 - PostgreSQL 12.x support
  • MDL-67894 - Database error when sorting responses by "Groups"
  • MDL-67204 - Assignment calendar events with "alwaysshowdescription" get updated on every task run because of not updated "lastcron" field
  • MDL-65952 - mod_scorm automatically checks "passed" and "completed" completion options
  • MDL-63316 - Give back the default sort behaviour (lastname) in the participant table
  • MDL-49103 - Badge baking uses tEXt instead of iTXt
  • MDL-64531 - Delete quiz JSON error if question category deleted
  • MDL-67532 - Create Badge Page -- language defaults to 'Afar'
  • MDL-67817 - Update time zones listed in the language strings
  • MDL-60126 - Competency user data is not being erased when user gets deleted
  • MDL-67842 - Cannot remove the idnumber from a question
  • MDL-67674 - Performance: Course category tree cache can get built in parallel
  • MDL-66024 - tool_uploadcourse: fullname/shortname fields don't get length checked while uploading
  • MDL-51225 - Q&A forum recent activity reveals posts
  • MDL-67486 - Minimize how long we hold the global cron lock for
  • MDL-65884 - "Activity names auto-linking" filter and activity name like "-" (hyphen) breaks course content visualization
  • MDL-67471 - mark_notification_read fails if messaging disabled
  • MDL-66721 - Add an activity or resource menu "add" button appears below the fold
  • MDL-67364 - TinyMCE editor font sizes are too small in Classic theme (and other child themes)
  • MDL-67891 - Uninstalling Cohort roles tool can break site upgrade
  • MDL-63424 - Required field indicator missing from Assign submission page
  • MDL-66875 - Calendar - Navigating months - URL doesn't work
  • MDL-66858 - <header> HTML5 tag is filtered out by Atto editor
  • MDL-66220 - Q&A forum allows students to reply to posts they cannot see
  • MDL-67830 - Error being logged when navigating from gradebook to quiz
  • MDL-67746 - Cleanup of task logs fails with big number of records to be deleted
  • MDL-66897 - 'The grades were not saved...' should not be displayed as a success message
  • MDL-67142 - Long quiz names break deletion ad hoc task when questions are backed up
  • MDL-67312 - Events without subscriptions can lock users out of their sites
  • MDL-66108 - Error "You cannot make a category of one of its own subcategories."
  • MDL-67644 - Allow to disable identity providers via Moodle app feature settings
  • MDL-67806 - Allow to disable Dark Mode via Moodle app feature settings
  • MDL-67980 - Sort ad-hoc tasks by "nextruntime"
  • MDL-65573 - Splitting a discussion creates discussion record with an incorrect first post author
  • MDL-67732 - Respect the capability for displaying the fullname
  • MDL-64686 - "Search courses" layout should look good on all screen sizes
  • MDL-67942 - Quiz: report delete_selected_attempts notice when a user has multiple enrolments

Accessibility improvements

  • MDL-67969 - Calendar: View event details: Accessibility issues
  • MDL-67876 - Forms with client-side validation should always scroll to the invalid element when you try to submit
  • MDL-67865 - Broken ARIA reference in the user menu
  • MDL-67863 - Ensure keyboard focus order is efficient and logical
  • MDL-67862 - Empty h3 tag in message deletion dialogue
  • MDL-67684 - Cache data contained in nested ul
  • MDL-67577 - Accessibility: Wrong tabindex order in top navbar (message+notification)
  • MDL-61390 - Forum: Heading structure on Search results page
  • MDL-61389 - Forum: "Discuss this topic" accessibility
  • MDL-59817 - Atto Accessibility Checker not catching accessibility issues in Firefox
  • MDL-35971 - Forum discussion table has no summary

Security fixes and improvements

Security fixes

  • MSA-20-0002 Grade history report does not respect Separate groups mode in the course settings
  • MSA-20-0003 IP addresses can be spoofed using X-Forwarded-For
  • MSA-20-0004 Admin PHP unit webrunner tool requires additional input escaping

See also