Note:

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

Moodle 2.7.5 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.7.5 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.7/2.7.5}}
[[Releases]] > {{FULLPAGENAME}}
[[Releases]] > {{FULLPAGENAME}}
   
   
Release date: Not yet released
Release date: 2 February, 2015
   
   
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.7.5%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.7.5].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.7.5%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.7.5].
   
   
===Highlights===
===Highlights===
 
* ...
* MDL-44560 - Pagination in glossary category works correctly when entries have multiple categories
* MDL-47792 - Course and Activity Completion Reports display vertical text without truncating
 
===Functional changes===
===Functional changes===
 
* ...
* MDL-43386 - Lesson grade essay responses preserve HTML formatting
* MDL-14730 - Allow linking to pages inside a lesson
===API changes===
* MDL-47761 - Explanation is given to the users why they are unable to enrol in the course
 
* ...
===UI changes===
 
* MDL-44907 - Better styling of admin setting validation messages in bootstrapbase
* MDL-48596 - Lesson editing page has correct layout used by other editing pages and does not obstruct page with blocks
* MDL-47166 - Atto: outdent button is shown first followed by indent button
 
===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=279956 MSA-15-0009] Directory Traversal Attack possible through some files serving JS
 
===Fixes and improvements===
===Fixes and improvements===
 
* ...
* MDL-48765 - Improved icon alignment on course enrolment methods page
* MDL-40285 - When assignment is submitted by one team member it is shown as submitted for all team members
* MDL-38142 - User forum posts page no longer displays error for the hidden course
* MDL-36877 - Final lesson page is displayed when course setting "Show gradebook to students" is set to "No"
* MDL-48073 - Group filter is preserved when moving to next page of enrolled users
* MDL-40326 - Course reset also resets lesson progress bar
* MDL-48914 - Roles assignment page does not display user select if there are too many users preventing from php memory error
 
==See also==
==See also==
*[[Moodle 2.7.4 release notes]]
*[[Moodle 2.7.4 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.7.5 release notes

Release date: 2 February, 2015

Here is the full list of fixed issues in 2.7.5.

Highlights

  • MDL-44560 - Pagination in glossary category works correctly when entries have multiple categories
  • MDL-47792 - Course and Activity Completion Reports display vertical text without truncating

Functional changes

  • MDL-43386 - Lesson grade essay responses preserve HTML formatting
  • MDL-14730 - Allow linking to pages inside a lesson
  • MDL-47761 - Explanation is given to the users why they are unable to enrol in the course

UI changes

  • MDL-44907 - Better styling of admin setting validation messages in bootstrapbase
  • MDL-48596 - Lesson editing page has correct layout used by other editing pages and does not obstruct page with blocks
  • MDL-47166 - Atto: outdent button is shown first followed by indent button

Security issues

  • MSA-15-0009 Directory Traversal Attack possible through some files serving JS

Fixes and improvements

  • MDL-48765 - Improved icon alignment on course enrolment methods page
  • MDL-40285 - When assignment is submitted by one team member it is shown as submitted for all team members
  • MDL-38142 - User forum posts page no longer displays error for the hidden course
  • MDL-36877 - Final lesson page is displayed when course setting "Show gradebook to students" is set to "No"
  • MDL-48073 - Group filter is preserved when moving to next page of enrolled users
  • MDL-40326 - Course reset also resets lesson progress bar
  • MDL-48914 - Roles assignment page does not display user select if there are too many users preventing from php memory error

See also