Note:

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

Moodle 2.8.1 release notes: Difference between revisions

From MoodleDocs
(release notes template, fixes)
 
m (small rewording)
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.8.1%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.8.1].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.8.1%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.8.1].
   
   
===Fixes===
===Regression fixes===
* MDL-48204 Syntax error in mod/wiki/admin.php
   
   
* MDL-48204 - Syntax error in mod/wiki/admin.php -- ''Note: this is the regression that lead to Moodle 2.8.1 being released a few days after 2.8''.
* MDL-48168 - It should be possible to edit the overall max grade after a quiz has been attempted
* MDL-48156 - Schedule task manager misinterprets core\plugininfo\base::is_enabled()
===Other fixes===
* MDL-48093 - HTML 5 video: Firefox now supports .mp4
* MDL-47391 - Default profile page uses page-layout "mydashboard" instead of "mypublic"
* MDL-39692 - Letter boundary cannot be deleted
* MDL-39376 - performance problem while calling admin setting page in case of large amount of categories
* MDL-30968 - Group hyper-link in Forum view links to list of all participants
==See also==
==See also==
*[[Moodle 2.8 release notes]]
*[[Moodle 2.8 release notes]]

Revision as of 11:06, 13 November 2014

Releases > Moodle 2.8.1 release notes

Release date: 13 November 2014

Here is the full list of fixed issues in 2.8.1.

Regression fixes

  • MDL-48204 - Syntax error in mod/wiki/admin.php -- Note: this is the regression that lead to Moodle 2.8.1 being released a few days after 2.8.
  • MDL-48168 - It should be possible to edit the overall max grade after a quiz has been attempted
  • MDL-48156 - Schedule task manager misinterprets core\plugininfo\base::is_enabled()

Other fixes

  • MDL-48093 - HTML 5 video: Firefox now supports .mp4
  • MDL-47391 - Default profile page uses page-layout "mydashboard" instead of "mypublic"
  • MDL-39692 - Letter boundary cannot be deleted
  • MDL-39376 - performance problem while calling admin setting page in case of large amount of categories
  • MDL-30968 - Group hyper-link in Forum view links to list of all participants

See also