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
(regression fix note, other fixes)
m (Protected "Moodle 2.8.1 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/2.8/2.8.1}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Line 5: Line 6:
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].
   
   
===Regression fix===
===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
Note: Moodle 2.8.1 is being released a few days after 2.8 in response to a serious regression being discovered in 2.8.
* MDL-48156 - Schedule task manager misinterprets core\plugininfo\base::is_enabled()


===Other fixes===
===Other fixes===


* MDL-48168 - It should be possible to edit the overall max grade after a quiz has been attempted
* 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-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


''More issues to be added...''
==See also==
==See also==
*[[Moodle 2.8 release notes]]
*[[Moodle 2.8 release notes]]

Latest revision as of 09:08, 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 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