Note:

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

Moodle 3.7.4 release notes: Difference between revisions

From MoodleDocs
(Fixes and improvements)
m (Protected "Moodle 3.7.4 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/3.7/3.7.4}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   


Release date: Not yet released - scheduled for 13 January 2020
Release date: 13 January 2020


Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.7.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.7.4].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%223.7.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 3.7.4].
Line 8: Line 9:
===Fixes and improvements===
===Fixes and improvements===
   
   
* MDL-67458 - cohort_role_sync explodes when an assigned role no longer exists
* MDL-48024 - Plugins should be able to provide data generators for Behat
* MDL-65956 - A teacher trying to remove a submission without having the relevant capability encounters an error
* MDL-67410 - Ajax call to enroll potential users is too slow
* MDL-66581 - Password reset email doesn't fill in $a->link when auth_method is LDAP
* MDL-66503 - Scorm player is really narrow in new window on classic theme
* MDL-66503 - Scorm player is really narrow in new window on classic theme
* MDL-48024 - Plugins should be able to provide data generators for Behat
* MDL-66871 - Moodle calendar is not able to import .ics files with repeated events anymore
* MDL-66871 - Moodle calendar is not able to import .ics files with repeated events anymore
* MDL-67410 - Ajax call to enroll potential users is too slow
* MDL-65735 - Activity completion report - clicking initial should reset page number
* MDL-67458 - Fatal error if cohort_role_sync task is run when an assigned role no longer exists
* MDL-67300 - Calendar: Inconsistent behaviour of managegroupentries capability
* MDL-67300 - Calendar: Inconsistent behaviour of managegroupentries capability
* MDL-67154 - Quiz print version should not split questions over two pages
* MDL-67154 - Quiz print version should not split questions over two pages
* MDL-66708 - LTI 1.3 private key reset on each tool edit
* MDL-66708 - LTI 1.3 private key reset on each tool edit
* MDL-66581 - Password reset email doesn't fill in $a->link when auth_method is LDAP
* MDL-65956 - A teacher trying to remove a submission without having the relevant capability encounters an error
* MDL-65735 - Activity completion report - clicking initial should reset page number
* MDL-64695 - tool_dataprivacy doesn't filter multilang tags within $SITE->fullname
* MDL-64695 - tool_dataprivacy doesn't filter multilang tags within $SITE->fullname
* MDL-67233 - Choices with only open dates in the future do not appear on timeline
* MDL-67336 - Forum inline reply option is applying filters before saving content in the DB
* MDL-67336 - Forum inline reply option is applying filters before saving content in the DB
* MDL-67233 - Choices with only open dates in the future do not appear on timeline
* MDL-67596 - Cron / adhoc task runners ramp up slowly for no reason
 
==See also==
==See also==
*[[Moodle 3.7.3 release notes]]
*[[Moodle 3.7.3 release notes]]

Latest revision as of 09:09, 25 May 2022

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.7.4 release notes


Release date: 13 January 2020

Here is the full list of fixed issues in 3.7.4.

Fixes and improvements

  • MDL-48024 - Plugins should be able to provide data generators for Behat
  • MDL-65956 - A teacher trying to remove a submission without having the relevant capability encounters an error
  • MDL-67410 - Ajax call to enroll potential users is too slow
  • MDL-66581 - Password reset email doesn't fill in $a->link when auth_method is LDAP
  • MDL-66503 - Scorm player is really narrow in new window on classic theme
  • MDL-66871 - Moodle calendar is not able to import .ics files with repeated events anymore
  • MDL-65735 - Activity completion report - clicking initial should reset page number
  • MDL-67458 - Fatal error if cohort_role_sync task is run when an assigned role no longer exists
  • MDL-67300 - Calendar: Inconsistent behaviour of managegroupentries capability
  • MDL-67154 - Quiz print version should not split questions over two pages
  • MDL-66708 - LTI 1.3 private key reset on each tool edit
  • MDL-64695 - tool_dataprivacy doesn't filter multilang tags within $SITE->fullname
  • MDL-67233 - Choices with only open dates in the future do not appear on timeline
  • MDL-67336 - Forum inline reply option is applying filters before saving content in the DB
  • MDL-67596 - Cron / adhoc task runners ramp up slowly for no reason

See also