Note:

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

Moodle 2.8.7 release notes: Difference between revisions

From MoodleDocs
No edit summary
m (Protected "Moodle 2.8.7 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/2.8/2.8.7}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Line 7: Line 8:
===Highlights===
===Highlights===


Big work has been done to deal with unexpected grades changes in the gradebook that some users have experienced
A lot of work has been done in dealing with unexpected grade changes in the gradebook which some users have experienced when upgrading from Moodle 2.7 to 2.8 or 2.9. See the user documentation [https://docs.moodle.org/28/en/Grades_min_max Grades min max] and [https://docs.moodle.org/28/en/Gradebook_calculation_changes Gradebook calculation changes] for details.
when upgrading from Moodle 2.7 to 2.8 or 2.9. Also the decision has been made to prevent the grades changes after other
fixes even if it means keeping the wrong calculations. Refer to [https://docs.moodle.org/28/en/Grades_min_max Grades min max] and
[https://docs.moodle.org/28/en/Gradebook_calculation_changes Gradebook calculation changes] for more details.


* MDL-48618 - Dealing with unexpected changes on grades after upgrade to Moodle 2.8
* MDL-48618 - Dealing with unexpected changes to grades after upgrading to Moodle 2.8
* MDL-49257 - Adjusting weights when extra credit item is present causes unexpected behavior
* MDL-49257 - Adjusting weights when extra credit item is present causes unexpected behaviour
* MDL-48239 - Changing the Max grade of items with calculation to the value different from 100
* MDL-48239 - Changing the maximum grade of items with calculation to the value different from 100


Another release highlight is the introduction of the authorised access in YouTube repository. Due to
Another release highlight is the introduction of the authorised access to the YouTube repository. After upgrading you will need to enter an API key from YouTube into your site's [https://docs.moodle.org/28/en/Youtube_videos_repository YouTube repository settings].
[https://support.google.com/youtube/answer/6098135?hl=en the changes in the YouTube API] it is no longer possible to
search the YouTube videos without authorisation. After upgrade you will need to go the the settings of the YouTube
repository in Moodle and enter API key that you can obtain from YouTube for free.


* MDL-50176 - Authenticated access in YouTube repository
* MDL-50176 - Authenticated access to the YouTube repository


===Functional changes===
===Functional changes===


* MDL-50089 - Gradebook export now respects aggregate only non-empty grades for percentage and letter
* MDL-50089 - Gradebook export now respects aggregate only non-empty grades for percentage and letter
* MDL-49680 - Sort by age option added when viewing question banks (Backport of MDL-25721)
* MDL-49680 - Sort by age option added when viewing question banks (backport of MDL-25721)
* MDL-48467 - Atto: Clean the html even if submitting the form when atto is in html view mode
* MDL-48467 - Atto: Clean the html even if submitting the form when Atto is in html view mode


===API changes===
===API changes===
Line 35: Line 30:
===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=316662 MSA-15-0026] Possible phishing when redirecting to external site using referer header
* [https://moodle.org/mod/forum/discuss.php?d=316664 MSA-15-0028] Possible XSS through custom text profile fields in Web Services
* [https://moodle.org/mod/forum/discuss.php?d=316665 MSA-15-0029] Javascript injection in SCORM module


===Fixes and improvements===
===Fixes and improvements===
Line 44: Line 41:
* MDL-47787 - After deleting a quiz, its question categories and questions remain in database
* MDL-47787 - After deleting a quiz, its question categories and questions remain in database
* MDL-49764 - Fixed gradebook UI inconsistencies in Internet Explorer
* MDL-49764 - Fixed gradebook UI inconsistencies in Internet Explorer
* MDL-49885 - Course overview block can now be added to my moodle
* MDL-49885 - The course overview block can now be added to My home
* MDL-50675 - Display wikimedia repository thumbnails (caused by the change in Wikimedia API)
* MDL-50675 - Display Wikimedia repository thumbnails (caused by the change in Wikimedia API)
* MDL-50091 - Fixed fatal error in gradebook singleview after a module has been uninstalled
* MDL-50091 - Fixed fatal error in gradebook singleview after a module has been uninstalled
* MDL-48664 - Messaging contacts paging bar no longer expands and overlaps other text
* MDL-48664 - Messaging contacts paging bar no longer expands and overlaps other text
Line 51: Line 48:
* MDL-49560 - SOAP web service now works with token
* MDL-49560 - SOAP web service now works with token
* MDL-50004 - Fix coursename and enrolment icons in category combo on Frontpage
* MDL-50004 - Fix coursename and enrolment icons in category combo on Frontpage
* MDL-49061 - Activity Completion Report in a course correctly shortens headers when multi language filter is used
* MDL-49061 - The activity completion report in a course correctly shortens headers when multi language filter is used
* MDL-50275 - Added missing version bump after risk bitmap change in MDL-49941
* MDL-50275 - Added missing version bump after risk bitmap change in MDL-49941
* MDL-50380 - Fixed missing parameter error when editing files in wiki
* MDL-50380 - Fixed missing parameter error when editing files in wiki

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

Release date: 6 July 2015

Here is the full list of fixed issues in 2.8.7.

Highlights

A lot of work has been done in dealing with unexpected grade changes in the gradebook which some users have experienced when upgrading from Moodle 2.7 to 2.8 or 2.9. See the user documentation Grades min max and Gradebook calculation changes for details.

  • MDL-48618 - Dealing with unexpected changes to grades after upgrading to Moodle 2.8
  • MDL-49257 - Adjusting weights when extra credit item is present causes unexpected behaviour
  • MDL-48239 - Changing the maximum grade of items with calculation to the value different from 100

Another release highlight is the introduction of the authorised access to the YouTube repository. After upgrading you will need to enter an API key from YouTube into your site's YouTube repository settings.

  • MDL-50176 - Authenticated access to the YouTube repository

Functional changes

  • MDL-50089 - Gradebook export now respects aggregate only non-empty grades for percentage and letter
  • MDL-49680 - Sort by age option added when viewing question banks (backport of MDL-25721)
  • MDL-48467 - Atto: Clean the html even if submitting the form when Atto is in html view mode

API changes

  • MDL-49022 - sync_users must trigger event core\event\user_updated

Security issues

  • MSA-15-0026 Possible phishing when redirecting to external site using referer header
  • MSA-15-0028 Possible XSS through custom text profile fields in Web Services
  • MSA-15-0029 Javascript injection in SCORM module

Fixes and improvements

  • MDL-50177 - Upgrading assignments in 2.7/2.8 works even when conditional access is used
  • MDL-39353 - Connection to a hub from behind a proxy server
  • MDL-49742 - Enrolled users page no longer displays sorting by fields that are not used in user identity
  • MDL-47787 - After deleting a quiz, its question categories and questions remain in database
  • MDL-49764 - Fixed gradebook UI inconsistencies in Internet Explorer
  • MDL-49885 - The course overview block can now be added to My home
  • MDL-50675 - Display Wikimedia repository thumbnails (caused by the change in Wikimedia API)
  • MDL-50091 - Fixed fatal error in gradebook singleview after a module has been uninstalled
  • MDL-48664 - Messaging contacts paging bar no longer expands and overlaps other text
  • MDL-50092 - User unenrollment is now working with IMS Enterprise
  • MDL-49560 - SOAP web service now works with token
  • MDL-50004 - Fix coursename and enrolment icons in category combo on Frontpage
  • MDL-49061 - The activity completion report in a course correctly shortens headers when multi language filter is used
  • MDL-50275 - Added missing version bump after risk bitmap change in MDL-49941
  • MDL-50380 - Fixed missing parameter error when editing files in wiki

See also