Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Moodle 2.9.4 release notes: Difference between revisions

From MoodleDocs
Created page with "Releases > {{FULLPAGENAME}} Release date: Not yet released Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+..."
 
m Protected "Moodle 2.9.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/2.9/2.9.4}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Release date: Not yet released
Release date: 11 January 2016
   
   
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.9.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.9.4].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.9.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.9.4].
Line 7: Line 8:
===Highlights===
===Highlights===
   
   
* ...
* MDL-44330 - When using assignment grading in several tabs the links to individual students grades work correctly
* MDL-37834 - Excel can be used to edit the assignment offline grading worksheet
===Functional changes===
* MDL-49473 - Logs export contains year
* MDL-52078 - Fixed error in grade totals when using natural grading and excluding hidden items that appeared only when viewed by students
* ...
 
===API changes===
* ...
===Security issues===
===Security issues===
   
   
A number of security related issues were resolved. Details of these 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=326205 MSA-16-0001] Two enrolment-related web services don't check course visibility
* [https://moodle.org/mod/forum/discuss.php?d=326206 MSA-16-0002] XSS Vulnerability in course management search
 
===Fixes and improvements===
   
   
===Fixes and improvements===
* MDL-40245 - Downloading all assignment submissions no longer fails due to 30 second execution time out
* MDL-52354, MDL-52355 - Database module now allows to set dates in a broader range and respects calendar type plugin
* MDL-42571 - Edit PDF: Fixed bug with viewing a second PDF on the assignment grading page
* MDL-43069 - Assignment grading: "Submission comments" fail to expand if you hide the "file submissions" column
* MDL-37308 - Uploaded PNG images preserve transparency when resized
* MDL-49490 - Fixed export to portfolio link in assignment with additional files
* MDL-51257 - Messaging screen now indicates when a message is not sent
* MDL-52194 - Fixed Flowplayer not working with insecure configuration of request_order
 
===For developers===
   
   
* ...
* MDL-51582 - Switch to grunt to compile LESS as recess is no longer maintained
   
   
==See also==
==See also==

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

Release date: 11 January 2016

Here is the full list of fixed issues in 2.9.4.

Highlights

  • MDL-44330 - When using assignment grading in several tabs the links to individual students grades work correctly
  • MDL-37834 - Excel can be used to edit the assignment offline grading worksheet
  • MDL-49473 - Logs export contains year
  • MDL-52078 - Fixed error in grade totals when using natural grading and excluding hidden items that appeared only when viewed by students

Security issues

  • MSA-16-0001 Two enrolment-related web services don't check course visibility
  • MSA-16-0002 XSS Vulnerability in course management search

Fixes and improvements

  • MDL-40245 - Downloading all assignment submissions no longer fails due to 30 second execution time out
  • MDL-52354, MDL-52355 - Database module now allows to set dates in a broader range and respects calendar type plugin
  • MDL-42571 - Edit PDF: Fixed bug with viewing a second PDF on the assignment grading page
  • MDL-43069 - Assignment grading: "Submission comments" fail to expand if you hide the "file submissions" column
  • MDL-37308 - Uploaded PNG images preserve transparency when resized
  • MDL-49490 - Fixed export to portfolio link in assignment with additional files
  • MDL-51257 - Messaging screen now indicates when a message is not sent
  • MDL-52194 - Fixed Flowplayer not working with insecure configuration of request_order

For developers

  • MDL-51582 - Switch to grunt to compile LESS as recess is no longer maintained

See also