Skip to content

Commit 3152cdf

Browse files
authored
Merge pull request #1303 from mickhawkins/main
[docs] Updates to release notes and graph for 4.5.3 and friends
2 parents 7ff1c52 + d502f3d commit 3152cdf

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed
-36.9 KB
Binary file not shown.
37.9 KB
Loading

general/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/
1919

2020
<SupportedReleases />
2121

22-
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4052_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4053_release_graph.png)
2323

2424
<details>
2525
<summary>Release graph key</summary>

general/releases/4.4/4.4.7.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,25 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1515
## General fixes and improvements
1616
<!-- cspell:disable -->
1717
- [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
18-
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
18+
- [MDL-80386](https://tracker.moodle.org/browse/MDL-80386) - Lost link to "Show all questions" when adding questions to quiz
19+
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed PDF not working on Safari iOS
1920
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
21+
- [MDL-83784](https://tracker.moodle.org/browse/MDL-83784) - Deleting category used in a random question breaks the quiz structure
22+
- [MDL-79265](https://tracker.moodle.org/browse/MDL-79265) - Questions disappear from the question bank display if the latest version is hidden
2023
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
24+
- [MDL-82601](https://tracker.moodle.org/browse/MDL-82601) - SCORM score not being stored when force complete is used
2125
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
22-
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
26+
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - Chart.js - User locale settings ignored for numeric series data
2327
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
2428
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
29+
- [MDL-69142](https://tracker.moodle.org/browse/MDL-69142) - Unknown column "rolename" in "order clause" in Assign user roles to cohort
2530
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
26-
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
31+
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - WebM and OGV cannot be played fully in the app because the range headers are blocked by CORS
2732
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
28-
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
33+
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode"
2934
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
3035
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
31-
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
36+
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - The get_user_badges web service return does not match exporter types
3237
<!-- cspell:enable -->
3338

3439
## Security fixes

general/releases/4.5/4.5.3.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,33 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1515
## General fixes and improvements
1616
<!-- cspell:disable -->
1717
- [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
18+
- [MDL-80386](https://tracker.moodle.org/browse/MDL-80386) - Lost link to "Show all questions" when adding questions to quiz
1819
- [MDL-84327](https://tracker.moodle.org/browse/MDL-84327) - Assignment & quiz notifications sent to all course participants regardless of activity restrictions
19-
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
20+
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed PDF not working on Safari iOS
2021
- [MDL-84051](https://tracker.moodle.org/browse/MDL-84051) - Table mdl_sessions does not get cleaned
2122
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
23+
- [MDL-83784](https://tracker.moodle.org/browse/MDL-83784) - Deleting category used in a random question breaks the quiz structure
24+
- [MDL-79265](https://tracker.moodle.org/browse/MDL-79265) - Questions disappear from the question bank display if the latest version is hidden
2225
- [MDL-84543](https://tracker.moodle.org/browse/MDL-84543) - New router seems to clash with $CFG->wwwroot "no slash" requirement
2326
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
27+
- [MDL-82601](https://tracker.moodle.org/browse/MDL-82601) - SCORM score not being stored when force complete is used
2428
- [MDL-84416](https://tracker.moodle.org/browse/MDL-84416) - Duplicate activity also duplicates badges
2529
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
26-
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
30+
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - Chart.js - User locale settings ignored for numeric series data
2731
- [MDL-84147](https://tracker.moodle.org/browse/MDL-84147) - Large Icon within Moodle Competency Frameworks
2832
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
2933
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
34+
- [MDL-69142](https://tracker.moodle.org/browse/MDL-69142) - Unknown column "rolename" in "order clause" in Assign user roles to cohort
3035
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
31-
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
36+
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - WebM and OGV cannot be played fully in the app because the range headers are blocked by CORS
3237
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
33-
- [MDL-83970](https://tracker.moodle.org/browse/MDL-83970) - AI: Use component name in registration and logging
34-
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
38+
- [MDL-83970](https://tracker.moodle.org/browse/MDL-83970) - Use component name in AI registration and logging
39+
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode"
3540
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
3641
- [MDL-84551](https://tracker.moodle.org/browse/MDL-84551) - AI image generation produces High quality when Standard is chosen
37-
- [MDL-84651](https://tracker.moodle.org/browse/MDL-84651) - AI: Extend AI model support in placement webservice
42+
- [MDL-84651](https://tracker.moodle.org/browse/MDL-84651) - Extend AI model support in placement webservice
3843
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
39-
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
44+
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - The get_user_badges web service return does not match exporter types
4045
<!-- cspell:enable -->
4146

4247
## Security fixes

0 commit comments

Comments
 (0)