Andi Permana
7afd9fa73a
MDL-87708 tool_moodlenet: Clean up moodle.net configs in stable
...
Part of MDL-87351
- Discourage tool_moodlenet unless pointing to custom installation
- Clear activity chooser footer if set to MoodleNet
- Cleanup happens for: moodle.net URL, www.moodle.net, or empty config
- Preserves custom/local MoodleNet installations
2026-03-12 10:15:44 +07:00
Jake Dallimore
2baad2002f
weekly release 5.0.6+
2026-03-06 12:10:19 +08:00
Mark Johnson
541790a5d2
MDL-86154 questions: Delete unused questions after restore
...
After restoring an activity using shared questions without the question
bank they belong to, we may have left over question categories in the
target course context. These were being deleted, but any questions they
contained weren't.
This replaces the bulk delete of question category records with a call
to `question_category_delete_safe()` for each category, which will also
delete the questions they contain.
2026-02-27 14:36:19 +00:00
Huong Nguyen
abfa0b8d72
weekly release 5.0.6+
2026-02-27 09:39:01 +07:00
Mihail Geshoski
15557a5fc2
weekly release 5.0.6+
2026-02-20 09:17:34 +08:00
Shamim Rezaie
2f9c784b34
weekly release 5.0.6+
2026-02-17 12:56:01 +11:00
Sara Arjona
07dd973f44
Merge branch 'MDL-87874-500' of https://github.com/paulholden/moodle into MOODLE_500_STABLE
2026-02-11 07:08:05 +01:00
Huong Nguyen
e6505da61a
Moodle release 5.0.6
2026-02-11 08:44:56 +07:00
Huong Nguyen
55d43fe137
weekly release 5.0.5+
2026-02-10 08:41:45 +07:00
Paul Holden
862bf7b443
MDL-87874 customfield: expand size of decimal data field type.
...
This change now makes the decimal field size equivalent to that of
the corresponding integer field size.
2026-02-06 15:57:31 +00:00
Huong Nguyen
e1c3872f65
Moodle release 5.0.5
2026-02-06 09:16:50 +07:00
Mihail Geshoski
6dd7b7e490
weekly release 5.0.4+
2026-02-05 20:23:41 +08:00
Shamim Rezaie
77637bfb26
Merge branch 'MDL-86444_500_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_500_STABLE
2026-02-05 12:03:15 +08:00
Huong Nguyen
59fd844136
weekly release 5.0.4+
2026-01-30 15:39:35 +07:00
Huong Nguyen
94db3eae21
weekly release 5.0.4+
2026-01-26 10:39:17 +07:00
Jake Dallimore
3d8e9b8444
weekly release 5.0.4+
2026-01-16 16:38:28 +08:00
Huong Nguyen
cf22cbe371
Merge branch 'MDL-87120-500' of https://github.com/paulholden/moodle into MOODLE_500_STABLE
2026-01-16 15:26:51 +08:00
Mark Johnson
7bd7ca8d83
MDL-86444 questions: Fix question categories with incorrect top parents
2026-01-14 10:11:40 +00:00
Huong Nguyen
9699514341
weekly release 5.0.4+
2026-01-09 08:41:40 +07:00
Paul Holden
7a2a319bbd
MDL-87120 course: observe activity dates display in course requests.
...
Upgrade step to ensure the default value for this field in the schema
matches the default value used in the interface itself.
2026-01-07 16:43:26 +00:00
Mark Johnson
a364395d8e
MDL-86798 questions: Track next version for question bank entries
...
This adds a new "nextversion" field to `question_bank_entries` to track
which version number the next version of the question should have. This
ensures that version numbers are not re-used if the latest version is
deleted.
To use this field, you must call
`\core_question\versions::get_next_version()`. This will initialise the
field to the correct value if it is currently null.
If you create a new version using this value, you must then call
`\core_question\versions::increment_next_version()` to increment the
counter.
2025-12-19 09:28:23 +00:00
Huong Nguyen
6e82b46a48
weekly release 5.0.4+
2025-12-19 09:04:41 +07:00
Huong Nguyen
08b7aafce2
Merge branch 'MDL-86679-500' of https://github.com/andimendunia/moodle into MOODLE_500_STABLE
2025-12-15 08:47:53 +07:00
Shamim Rezaie
f878d036dd
weekly release 5.0.4+
2025-12-12 14:06:34 +11:00
Huong Nguyen
a5b3ac7e43
Moodle release 5.0.4
2025-12-07 08:06:17 +07:00
Andi Permana
65008c9e74
MDL-86679 core: Fix MS field mappings in upgrade script
2025-12-05 15:48:31 +07:00
Huong Nguyen
5a34bf72d6
weekly release 5.0.3+
2025-12-05 08:08:56 +07:00
Mihail Geshoski
545f94bbbc
Merge branch 'MDL-86749_500' of https://github.com/santoshndev/moodle into MOODLE_500_STABLE
2025-12-03 11:06:23 +08:00
Mihail Geshoski
11d65e4c0b
MDL-85405 core: Bump version to update cache
2025-12-02 14:27:50 +08:00
Mihail Geshoski
299b171191
weekly release 5.0.3+
2025-11-27 19:40:25 +08:00
Huong Nguyen
91febb5f8e
weekly release 5.0.3+
2025-11-21 14:33:34 +07:00
Santosh Nagargoje
6f62b7eaa5
MDL-86749 questions: Added index on hashcode column
...
Identified performance bottlenecks in clear_cached_data() from
mod/quiz/report/statistics/report.php. The delete_records() calls on
question_statistics, question_response_analysis, and quiz_statistics tables
use the hashcode column for filtering, which becomes inefficient with large
datasets.
2025-11-18 16:56:47 +05:30
Mihail Geshoski
e6593a6e73
weekly release 5.0.3+
2025-11-13 18:49:03 +08:00
Huong Nguyen
7838e3f247
weekly release 5.0.3+
2025-11-07 14:49:05 +07:00
Mihail Geshoski
37c7760c98
Merge branch 'MDL-86010_500_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_500_STABLE
2025-11-06 11:53:07 +08:00
Mihail Geshoski
8316503864
weekly release 5.0.3+
2025-10-30 18:11:16 +08:00
Huong Nguyen
1beae326aa
weekly release 5.0.3+
2025-10-24 11:00:15 +07:00
Andrew Nicols
7927f8d058
weekly release 5.0.3+
2025-10-17 06:50:42 +08:00
Huong Nguyen
7abebfa820
weekly release 5.0.3+
2025-10-09 21:59:44 +07:00
Huong Nguyen
1b2d270397
Moodle release 5.0.3
2025-10-04 09:03:15 +07:00
Shamim Rezaie
2800280c8f
weekly release 5.0.2+
2025-10-03 20:02:12 +10:00
cescobedo
237dfaa868
weekly release 5.0.2+
2025-09-26 13:44:07 +02:00
Sara Arjona
089f43cfd8
weekly release 5.0.2+
2025-09-23 17:21:03 +02:00
Sara Arjona
410e16bb89
MDL-86174 badges: Add Canvas Credentials paid plan alert
2025-09-19 15:34:30 +02:00
Huong Nguyen
11db03e2ae
weekly release 5.0.2+
2025-09-19 15:33:36 +07:00
Huong Nguyen
93aa033801
weekly release 5.0.2+
2025-09-16 20:58:40 +07:00
Shamim Rezaie
6bc92d4ba4
weekly release 5.0.2+
2025-09-12 18:34:48 +10:00
Jake Dallimore
5b1731077e
weekly release 5.0.2+
2025-09-09 15:06:18 +08:00
Huong Nguyen
a2f7f13d7c
weekly release 5.0.2+
2025-09-05 23:53:53 +07:00
Michael Hawkins
4e5151db5f
weekly release 5.0.2+
2025-09-02 20:32:05 +08:00