Note:

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

Moodle 3.3.2 release notes

From MoodleDocs
Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

Releases > Moodle 3.3.2 release notes

Release date: 11th September 2017

Here is the full list of fixed issues in 3.3.2.

Highlights

  • MDL-59492 - Gray out hidden courses in the new course overview block
  • MDL-57412 - Setting "Always link course sections" should apply consistently in Boost and Clean/More
  • MDL-58196 - "Require passing grade" in the Quiz activity completion settings can only be checked if "Student must receive a grade" is also checked
  • MDL-57698 - Bug fix: Backup and restore cause deadlock with sqlsrv driver

Fixes and improvements

  • MDL-55912 - Assignment: when blind marking is enabled, students should receive teacher participant number in the email and not their own
  • MDL-54607 - Calendar export should not export events without duration as full-day events, i.e. assignment due dates have time component that was lost during export
  • MDL-59490 - Bug fix: LTI does not work when activity has a long name
  • MDL-55937 - Assignment: fixed error when viewing attachments of team submission
  • MDL-59511, MDL-59746, MDL-59539, MDL-59869 - Multiple fixes in OAuth 2 services (Google, OwnCloud, Nextcloud, etc)
  • MDL-35290 - My private files should continue working even if some files in filesystem are currently unreadable
  • MDL-57259 - Fixed bug that caused multiple debugging messages in error.log when teachers use assignment grading
  • MDL-56646 - Assignment: changing maximum grade of the module could result in negative grades in assignment which were pushed as "0" to the gradebook. This bug was fixed and will not happen in the future. However, according to Moodle policy, no existing grades were changed. Teachers will see the warning that there are erroneous grades and will be able to fix all of them with one click
  • MDL-54965 - Database module: fixed SQL error when you edit an entry after having added a new picture/file field
  • MDL-46495 - When uploading courses the setting "Completion tracking" should be set to the site default
  • MDL-59262 - Courses made via course request or "Upload course" tool should respect default course sections
  • MDL-59442 - Some third party modules had very big icons in the Default activity completion page
  • MDL-38129 - Grade export of user profile fields can now work with uppercase letters in the fields names
  • MDL-59317 - Performance improvements on the messages page
  • MDL-57246 - Trying to view a forum without the capability may lead you to a broken page.
  • MDL-59287 - Generate calendar event for "Expected completed on" for all modules.
  • MDL-55364 - Forum headers alignment on narrow screens
  • MDL-57649 - Lesson: Fixed bug deleting files unrelated to the pages being deleted
  • MDL-59195 - Assignments: when switching role to student teacher should be able to view group submissions
  • MDL-59068 - Lesson: Restore the behaviour of "No, I just want to go on to the next question"

Security issues

  • MSA-17-0017 XSS in contact form on "non-respondents" page in non-anonymous feedback
  • MSA-17-0018 Course reports are not respecting group settings in courses
  • MSA-17-0019 user_can_view_profile() incorrectly assumes $course as shared course
  • MSA-17-0020 Admins may not know that exposing vendor directory is a security risk

For developers

See also