-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #889 from mickhawkins/main
[docs] Adding release notes for 4.3.3 and friends
- Loading branch information
Showing
7 changed files
with
229 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Moodle 4.1.9 | ||
tags: | ||
- Release notes | ||
- Moodle 4.1 | ||
sidebar_position: 9 | ||
moodleVersion: 4.1.9 | ||
description: The release notes for Moodle version 4.1.9. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79937](https://tracker.moodle.org/browse/MDL-79937) - Lesson: Matching questions does not match with expected response | ||
- [MDL-80667](https://tracker.moodle.org/browse/MDL-80667) - Running a task in the admin UI isn't possible, if config.php use environments variables | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
--- | ||
title: Moodle 4.2.6 | ||
tags: | ||
- Release notes | ||
- Moodle 4.2 | ||
sidebar_position: 6 | ||
moodleVersion: 4.2.6 | ||
description: The release notes for Moodle version 4.2.6. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79937](https://tracker.moodle.org/browse/MDL-79937) - Lesson: Matching questions does not match with expected response | ||
- [MDL-76719](https://tracker.moodle.org/browse/MDL-76719) - "userisfilteredout" error in assignment when attempting to grade with "Grade" and a filter is set which returns an empty submissions list | ||
- [MDL-78311](https://tracker.moodle.org/browse/MDL-78311) - Error in IP validation code returning an empty string when a valid IP is passed as a parameter | ||
- [MDL-69225](https://tracker.moodle.org/browse/MDL-69225) - "Preview mode" warning banner is displayed on H5P activities even when not applicable | ||
- [MDL-69615](https://tracker.moodle.org/browse/MDL-69615) - Automated backup reports email should be send after all backups are done (all "Ad-hoc task to save pending course") | ||
- [MDL-79091](https://tracker.moodle.org/browse/MDL-79091) - Award badges task fails when badge requires multiple deleted activities | ||
- [MDL-59467](https://tracker.moodle.org/browse/MDL-59467) - Mustache_Exception: Unknown helper: uniqid | ||
- [MDL-36733](https://tracker.moodle.org/browse/MDL-36733) - Wildcards should be useable in hints of calculated questiontypes | ||
- [MDL-80333](https://tracker.moodle.org/browse/MDL-80333) - New login notification task always queued even when feature is disabled | ||
- [MDL-70058](https://tracker.moodle.org/browse/MDL-70058) - Textarea custom field can't be updated by core_course_update_courses webservice | ||
- [MDL-69497](https://tracker.moodle.org/browse/MDL-69497) - Filtering in grader fails if user does not have moodle/user:editownprofile capability | ||
- [MDL-75579](https://tracker.moodle.org/browse/MDL-75579) - Asynchronous restore keeps deleting course/student content | ||
- [MDL-80224](https://tracker.moodle.org/browse/MDL-80224) - City/town defaults to the uploader's City/town when uploading users | ||
- [MDL-79152](https://tracker.moodle.org/browse/MDL-79152) - TinyMCE spell check not working | ||
- [MDL-80246](https://tracker.moodle.org/browse/MDL-80246) - TinyMCE's equation editor tabs not working in the quiz attempt | ||
- [MDL-29261](https://tracker.moodle.org/browse/MDL-29261) - User upload add validity check to test if country is 2 letter code | ||
- [MDL-79307](https://tracker.moodle.org/browse/MDL-79307) - Assign feedback PDF conversion task should handle misconfigured ghostscript better | ||
- [MDL-80544](https://tracker.moodle.org/browse/MDL-80544) - H5P Question Set api-version-unsupported - running 1.25, 1.26 or higher required | ||
- [MDL-76716](https://tracker.moodle.org/browse/MDL-76716) - Unhandled dml_exception on grade_grade deletion results in hanging transaction | ||
- [MDL-74775](https://tracker.moodle.org/browse/MDL-74775) - Time created is reset when adhoc task fails | ||
- [MDL-79681](https://tracker.moodle.org/browse/MDL-79681) - Participants filter for last access to course doesn't work correctly | ||
- [MDL-80498](https://tracker.moodle.org/browse/MDL-80498) - Import group form filepicker field is not defined as required | ||
- [MDL-80499](https://tracker.moodle.org/browse/MDL-80499) - Editing date fields in Database modules incorrectly displays the date, using the user's timezone | ||
- [MDL-80081](https://tracker.moodle.org/browse/MDL-80081) - TinyMCE strips empty HTML tags | ||
- [MDL-80271](https://tracker.moodle.org/browse/MDL-80271) - User_update_user always writes to database | ||
- [MDL-80667](https://tracker.moodle.org/browse/MDL-80667) - Running a task in the admin UI isn't possible, if config.php use environments variables | ||
- [MDL-80537](https://tracker.moodle.org/browse/MDL-80537) - Question bank freezes if using word <title> in question text | ||
- [MDL-80523](https://tracker.moodle.org/browse/MDL-80523) - Error upgrading label "ORA-00932: inconsistent datatypes: expected - got CLOB" | ||
- [MDL-80289](https://tracker.moodle.org/browse/MDL-80289) - Recording lost when migrating from 3.9 to 4.x | ||
- [MDL-80412](https://tracker.moodle.org/browse/MDL-80412) - User sorting failure on SQL Server when initial sorting is on the user name | ||
- [MDL-80727](https://tracker.moodle.org/browse/MDL-80727) - Replace hard-coded language strings on adhoc task runner page | ||
- [MDL-80692](https://tracker.moodle.org/browse/MDL-80692) - Calendar new event modal shows wrong date (based on timezone) | ||
- [MDL-71665](https://tracker.moodle.org/browse/MDL-71665) - Changing the name of an activity does not change the access restriction messages | ||
- [MDL-80357](https://tracker.moodle.org/browse/MDL-80357) - Single-line comment on the last row of Raw SCSS theme setting breaks theme functionality | ||
- [MDL-80199](https://tracker.moodle.org/browse/MDL-80199) - Duplicate "All logs" navigation breadcrumbs viewing user report | ||
- [MDL-80353](https://tracker.moodle.org/browse/MDL-80353) - Accessibility issues with Add/remove users selector (i.e. add/remove to groups) | ||
- [MDL-80323](https://tracker.moodle.org/browse/MDL-80323) - H5P Task for downloading content types silently fails | ||
- [MDL-78999](https://tracker.moodle.org/browse/MDL-78999) - Site logo does not appear in mobile view | ||
- [MDL-80446](https://tracker.moodle.org/browse/MDL-80446) - Console errors, failure to move label questions in feedback activity | ||
- [MDL-80559](https://tracker.moodle.org/browse/MDL-80559) - Message Notification: missing link to Badges | ||
- [MDL-79725](https://tracker.moodle.org/browse/MDL-79725) - lti1p3 OIDC Login creates broken URL for auth URLs already containing query parameters | ||
- [MDL-80232](https://tracker.moodle.org/browse/MDL-80232) - Forum Report summary does not page results correctly | ||
- [MDL-80374](https://tracker.moodle.org/browse/MDL-80374) - Grader report contains untranslated plugin names | ||
- [MDL-80270](https://tracker.moodle.org/browse/MDL-80270) - Row for last student in grader report sticks when column averages are hidden | ||
- [MDL-80564](https://tracker.moodle.org/browse/MDL-80564) - For user without capability viewfullnames the user name column in RB may be incorrect | ||
- [MDL-78888](https://tracker.moodle.org/browse/MDL-78888) - Upload users by "Match on email address" creates users with same email address when the email is different letter case | ||
- [MDL-80058](https://tracker.moodle.org/browse/MDL-80058) - TinyMCE can't add preformatted text or plaintext code block | ||
- [MDL-80255](https://tracker.moodle.org/browse/MDL-80255) - Don't force SCORM to have 'Completed' requirement by default | ||
- [MDL-67772](https://tracker.moodle.org/browse/MDL-67772) - Forums don't thread properly in email clients when message IDs are rewritten | ||
- [MDL-78417](https://tracker.moodle.org/browse/MDL-78417) - uploaduser.php fails when custom profile field that is not required exists | ||
- [MDL-80660](https://tracker.moodle.org/browse/MDL-80660) - Switch role on Dashboard redirects to Site Home | ||
- [MDL-78173](https://tracker.moodle.org/browse/MDL-78173) - Wrong redirect when switching to another user as admin | ||
- [MDL-74500](https://tracker.moodle.org/browse/MDL-74500) - Creating a required Checkbox user profile field no longer force users to update profile | ||
- [MDL-79701](https://tracker.moodle.org/browse/MDL-79701) - Not possible to see full course name in upcoming events course block | ||
<!-- cspell:enable --> | ||
|
||
## Accessibility improvements | ||
<!-- cspell:disable --> | ||
- [MDL-80676](https://tracker.moodle.org/browse/MDL-80676) - Refreshing action menus via AJAX result in duplicate IDs for action menu links | ||
- [MDL-80192](https://tracker.moodle.org/browse/MDL-80192) - Report builder form fieldsets without legends | ||
- [MDL-80668](https://tracker.moodle.org/browse/MDL-80668) - Modal accessibility issue (aria role) | ||
- [MDL-80041](https://tracker.moodle.org/browse/MDL-80041) - Use built-in form validation for grade value inputs in the single view grade report | ||
<!-- cspell:enable --> | ||
|
||
## Security improvements | ||
<!-- cspell:disable --> | ||
- [MDL-80124](https://tracker.moodle.org/browse/MDL-80124) - Admin preset tool doesn't correctly prevent the deletion of core presets | ||
- [MDL-80532](https://tracker.moodle.org/browse/MDL-80532) - Viewing quickstart guide in course overview sends your sesskey to external site | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
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. |
Oops, something went wrong.