integration.git
3 months agoMDL-86137 core_role: Fix role tables styles
Mikel Martín [Wed, 30 Jul 2025 06:33:34 +0000 (08:33 +0200)]
MDL-86137 core_role: Fix role tables styles

3 months agoMDL-84485 webservice: Select webservice in Behat test to avoid errors
Farhan Karmali [Mon, 10 Feb 2025 09:30:29 +0000 (15:00 +0530)]
MDL-84485 webservice: Select webservice in Behat test to avoid errors

3 months agoMDL-86062 mod_choice: Coding style fixes
Andrew Nicols [Mon, 21 Jul 2025 06:41:54 +0000 (14:41 +0800)]
MDL-86062 mod_choice: Coding style fixes

3 months agoMDL-85897 core: Move all deprecations to emit_deprecation
Andrew Nicols [Tue, 1 Jul 2025 14:00:33 +0000 (22:00 +0800)]
MDL-85897 core: Move all deprecations to emit_deprecation

3 months agoMDL-85897 core: Add emit_deprecation() method
Andrew Nicols [Tue, 1 Jul 2025 09:39:13 +0000 (17:39 +0800)]
MDL-85897 core: Add emit_deprecation() method

This changeset adds a new `\core\deprecation::emit_deprecation` method
with the same signature as the `emit_deprecation_if_found()` method.

It is intended to be used in places where something is guaranteed to
have been deprecated, and will throw appropriate debugging if the
deprecated attribute is not found.

The `emit_deprecation_if_found()` method should still be used where the
item being checked is not known to be deprecated or not, for example in
calling code.

3 months agoMerge branch 'MDL-85777-main' of https://github.com/yusufwib01/moodle
Huong Nguyen [Wed, 30 Jul 2025 02:10:35 +0000 (09:10 +0700)]
Merge branch 'MDL-85777-main' of https://github.com/yusufwib01/moodle

3 months agoMerge branch 'MDL-85590_fix_modal_backdrop_attachment_point_main' of https://github...
Huong Nguyen [Wed, 30 Jul 2025 01:37:26 +0000 (08:37 +0700)]
Merge branch 'MDL-85590_fix_modal_backdrop_attachment_point_main' of https://github.com/MariaMozgunova/moodle

3 months agoMDL-86062 mod_choice: Remove unused globals
Andrew Nicols [Thu, 17 Jul 2025 14:06:58 +0000 (22:06 +0800)]
MDL-86062 mod_choice: Remove unused globals

3 months agoMDL-86062 mod_choice: Stop calling get_string from lib.php
Andrew Nicols [Thu, 17 Jul 2025 14:06:39 +0000 (22:06 +0800)]
MDL-86062 mod_choice: Stop calling get_string from lib.php

3 months agoMDL-84792 course: category report entity filter for course count.
Paul Holden [Mon, 10 Mar 2025 11:32:08 +0000 (11:32 +0000)]
MDL-84792 course: category report entity filter for course count.

3 months agoMDL-84486 webservice: Add sorting to services on token form
Farhan Karmali [Mon, 10 Feb 2025 09:54:02 +0000 (15:24 +0530)]
MDL-84486 webservice: Add sorting to services on token form

3 months agoMerge branch 'MDL-85855' of https://github.com/paulholden/moodle
Huong Nguyen [Tue, 29 Jul 2025 09:49:36 +0000 (16:49 +0700)]
Merge branch 'MDL-85855' of https://github.com/paulholden/moodle

3 months agoMerge branch 'MDL-31071_deprecate-file_encode_url-function' of https://github.com...
Huong Nguyen [Tue, 29 Jul 2025 08:49:44 +0000 (15:49 +0700)]
Merge branch 'MDL-31071_deprecate-file_encode_url-function' of https://github.com/ziegenberg/moodle

3 months agoMDL-85470 badges: Add a11y Behat test for the manage badges page
Jun Pataleta [Tue, 3 Jun 2025 02:37:20 +0000 (10:37 +0800)]
MDL-85470 badges: Add a11y Behat test for the manage badges page

3 months agoMDL-85470 badges: Use `badge:namewithimagelink` column in badges table
Jun Pataleta [Sat, 31 May 2025 16:39:33 +0000 (00:39 +0800)]
MDL-85470 badges: Use `badge:namewithimagelink` column in badges table

3 months agoMDL-85470 reportbuilder: New column containing badge image, name, link
Jun Pataleta [Sat, 31 May 2025 16:38:17 +0000 (00:38 +0800)]
MDL-85470 reportbuilder: New column containing badge image, name, link

3 months agoMDL-85787 course: Limit course index drag and drop to certain pages only
Jun Pataleta [Thu, 24 Jul 2025 02:32:31 +0000 (10:32 +0800)]
MDL-85787 course: Limit course index drag and drop to certain pages only

Only allow the drag and drop functionality in the course index on pages
that provide alternatives to move course items such as the course
homepage and the course section view pages.

This is to meet the WCAG 2.2 Level AA Success Criterion 2.5.7 for
dragging movements.
See: https://www.w3.org/WAI/WCAG22/Understanding/dragging-movements

3 months agoMerge branch 'MDL-85698-main' of https://github.com/Jayce0808/moodle
Jun Pataleta [Tue, 29 Jul 2025 03:09:36 +0000 (11:09 +0800)]
Merge branch 'MDL-85698-main' of https://github.com/Jayce0808/moodle

3 months agoMDL-85777 message: Disable message input when sending isn’t allowed
yusufwib01 [Tue, 17 Jun 2025 16:02:36 +0000 (23:02 +0700)]
MDL-85777 message: Disable message input when sending isn’t allowed

3 months agoMDL-85698 core: combo box informs screen reader users
Jayce Birrell [Mon, 21 Jul 2025 23:22:21 +0000 (08:52 +0930)]
MDL-85698 core: combo box informs screen reader users

3 months agoMerge branch 'MDL-85638-main' of https://github.com/sarjona/moodle
Sara Arjona [Mon, 28 Jul 2025 14:22:54 +0000 (16:22 +0200)]
Merge branch 'MDL-85638-main' of https://github.com/sarjona/moodle

3 months agoMerge branch 'MDL-85651-main-v02' of https://github.com/ferranrecio/moodle
ferran [Mon, 28 Jul 2025 14:18:33 +0000 (16:18 +0200)]
Merge branch 'MDL-85651-main-v02' of https://github.com/ferranrecio/moodle

3 months agoMerge branch 'MDL-85842-main' of https://github.com/sarjona/moodle
Sara Arjona [Mon, 28 Jul 2025 14:15:54 +0000 (16:15 +0200)]
Merge branch 'MDL-85842-main' of https://github.com/sarjona/moodle

3 months agoMerge branch 'MDL-86020-main' of https://github.com/sarjona/moodle
Sara Arjona [Mon, 28 Jul 2025 14:10:20 +0000 (16:10 +0200)]
Merge branch 'MDL-86020-main' of https://github.com/sarjona/moodle

3 months agoMerge branch 'MDL-85839-main' of https://github.com/sarjona/moodle
Sara Arjona [Mon, 28 Jul 2025 14:08:55 +0000 (16:08 +0200)]
Merge branch 'MDL-85839-main' of https://github.com/sarjona/moodle

3 months agoMerge branch 'MDL-86014-main' of https://github.com/sarjona/moodle
Sara Arjona [Mon, 28 Jul 2025 14:05:44 +0000 (16:05 +0200)]
Merge branch 'MDL-86014-main' of https://github.com/sarjona/moodle

3 months agoMerge branch 'MDL-85597-main-v02' of https://github.com/ferranrecio/moodle
ferran [Mon, 28 Jul 2025 13:43:34 +0000 (15:43 +0200)]
Merge branch 'MDL-85597-main-v02' of https://github.com/ferranrecio/moodle

3 months agoAutomatically generated installer lang files
AMOS bot [Mon, 28 Jul 2025 13:17:29 +0000 (13:17 +0000)]
Automatically generated installer lang files

3 months agoMDL-85590 core: Fix modal backdrop attachment point for full screen
Maria Mozgunova [Fri, 30 May 2025 09:36:13 +0000 (10:36 +0100)]
MDL-85590 core: Fix modal backdrop attachment point for full screen

3 months agoMerge branch 'MDL-85509-main-v03' of https://github.com/ferranrecio/moodle
Sara Arjona [Mon, 28 Jul 2025 06:55:25 +0000 (08:55 +0200)]
Merge branch 'MDL-85509-main-v03' of https://github.com/ferranrecio/moodle

3 months agoMDL-86020 wiki: Display View button in the overview page
Sara Arjona [Wed, 23 Jul 2025 09:10:47 +0000 (11:10 +0200)]
MDL-86020 wiki: Display View button in the overview page

3 months agoMDL-72133 report_log: Add fallback context display
Benjamin Walker [Mon, 30 Sep 2024 02:05:45 +0000 (12:05 +1000)]
MDL-72133 report_log: Add fallback context display

3 months agoMDL-72133 report_loglive: Display logs filtered by deleted course ids
Benjamin Walker [Thu, 19 Sep 2024 00:49:31 +0000 (10:49 +1000)]
MDL-72133 report_loglive: Display logs filtered by deleted course ids

3 months agoMDL-72133 report_log: Display logs filtered by deleted course ids
Benjamin Walker [Thu, 19 Sep 2024 00:49:20 +0000 (10:49 +1000)]
MDL-72133 report_log: Display logs filtered by deleted course ids

3 months agoMDL-86125 core: Remove duplicated components.json
Daniel Ziegenberg [Fri, 25 Jul 2025 13:52:06 +0000 (15:52 +0200)]
MDL-86125 core: Remove duplicated components.json

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-85565 phpunit: check for <select> before <option>
Philipp Imhof [Fri, 23 May 2025 08:31:31 +0000 (10:31 +0200)]
MDL-85565 phpunit: check for <select> before <option>

Make sure that assert_select_options() will fail when the output does
not contain a <select> and therefore does not have the given options.

3 months agoMDL-85509 core: adding exporters to overview outputs
ferran [Fri, 18 Jul 2025 15:19:39 +0000 (17:19 +0200)]
MDL-85509 core: adding exporters to overview outputs

3 months agoMDL-85509 core_courseformat: new overview information webservice
ferran [Fri, 18 Jul 2025 15:18:45 +0000 (17:18 +0200)]
MDL-85509 core_courseformat: new overview information webservice

3 months agoMDL-85509 core_courseformat: add check method to overview factory
ferran [Fri, 18 Jul 2025 15:11:30 +0000 (17:11 +0200)]
MDL-85509 core_courseformat: add check method to overview factory

3 months agoMDL-85852 course: Get groups to filter by in overview
Amaia Anabitarte [Thu, 3 Jul 2025 08:45:41 +0000 (10:45 +0200)]
MDL-85852 course: Get groups to filter by in overview

3 months agoMDL-31071 question: replace deprecated file_encode_url
Daniel Ziegenberg [Fri, 25 Jul 2025 10:03:46 +0000 (12:03 +0200)]
MDL-31071 question: replace deprecated file_encode_url

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-31071 core: replace deprecated file_encode_url
Daniel Ziegenberg [Fri, 25 Jul 2025 10:03:43 +0000 (12:03 +0200)]
MDL-31071 core: replace deprecated file_encode_url

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-31071 blocks: replace deprecated file_encode_url
Daniel Ziegenberg [Fri, 25 Jul 2025 10:03:38 +0000 (12:03 +0200)]
MDL-31071 blocks: replace deprecated file_encode_url

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-31071 blog: replace deprecated file_encode_url
Daniel Ziegenberg [Fri, 25 Jul 2025 10:03:35 +0000 (12:03 +0200)]
MDL-31071 blog: replace deprecated file_encode_url

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-31071 core: initial deprecation of file_encode_url
Daniel Ziegenberg [Fri, 25 Jul 2025 10:03:32 +0000 (12:03 +0200)]
MDL-31071 core: initial deprecation of file_encode_url

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMerge branch 'MDL-85852-main' of https://github.com/aanabit/moodle
ferran [Fri, 25 Jul 2025 09:21:00 +0000 (11:21 +0200)]
Merge branch 'MDL-85852-main' of https://github.com/aanabit/moodle

3 months agoMDL-86113 mod_lti: skip slow network calls during tests
Jake Dallimore [Fri, 25 Jul 2025 08:55:27 +0000 (16:55 +0800)]
MDL-86113 mod_lti: skip slow network calls during tests

This check exists to determine whether a given tool URL is a cartridge,
specifically when the URL does not end in .xml. It hits the URL to
determine this. In tests, we have many mock tool URLs, which won't
resolve, and running this code causes large hangs and random failures.
Any tests covering cartridge support still work fine, provided they
continue to use URLs ending in .xml; this change only skips the check
during tests for other non-xml URLs.

3 months agoMDL-86014 h5pactivity: Apply last changes in the overview page
Sara Arjona [Tue, 22 Jul 2025 15:19:08 +0000 (17:19 +0200)]
MDL-86014 h5pactivity: Apply last changes in the overview page

- Change 'View results' column name to 'View'.
- Display 0 dropdown in the 'Total attemps' column (instead of '-').
- Remove stringmanager.
- Move logic from get_extra_overview_items() to each particular method.

3 months agoMDL-85839 feedback: Apply last changes in the feedback overview page
Sara Arjona [Fri, 11 Jul 2025 10:58:56 +0000 (12:58 +0200)]
MDL-85839 feedback: Apply last changes in the feedback overview page

- Change 'Allow answers until' colum name to 'Due date'.
- Responses column should be text only (remove the link).
- Add a new Actions column with the 'View' option linking to the feedback responses page.

3 months agoMDL-85638 mod_choice: Apply last changes in the overview page
Sara Arjona [Thu, 17 Jul 2025 14:41:55 +0000 (16:41 +0200)]
MDL-85638 mod_choice: Apply last changes in the overview page

- Add the overview dialog.

3 months agoMDL-85842 workshop: Apply last changes in the overview page
Sara Arjona [Tue, 22 Jul 2025 09:22:59 +0000 (11:22 +0200)]
MDL-85842 workshop: Apply last changes in the overview page

- Change 'Deadline' column name to 'Phase deadline'.
- Submissions and Assessments columns should always be text only (remove the links).
- Add Actions column with a 'View' link to Workshop tab (current phase selected).

3 months agoweekly release 5.1dev
Michael Hawkins [Fri, 25 Jul 2025 04:13:42 +0000 (12:13 +0800)]
weekly release 5.1dev

3 months agoNOBUG: Add upgrade notes
Michael Hawkins [Fri, 25 Jul 2025 04:13:42 +0000 (12:13 +0800)]
NOBUG: Add upgrade notes

3 months agoMerge branch 'MDL-83111-main' of https://github.com/sh-csg/moodle
Michael Hawkins [Thu, 24 Jul 2025 04:00:41 +0000 (12:00 +0800)]
Merge branch 'MDL-83111-main' of https://github.com/sh-csg/moodle

3 months agoMerge branch 'MDL-86049-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Thu, 24 Jul 2025 02:47:37 +0000 (09:47 +0700)]
Merge branch 'MDL-86049-main' of https://github.com/andrewnicols/moodle

3 months agoMerge branch 'MDL-85504-main' of https://github.com/junpataleta/moodle
Huong Nguyen [Thu, 24 Jul 2025 02:43:45 +0000 (09:43 +0700)]
Merge branch 'MDL-85504-main' of https://github.com/junpataleta/moodle

3 months agoMerge branch 'MDL-85759' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 24 Jul 2025 02:30:22 +0000 (09:30 +0700)]
Merge branch 'MDL-85759' of https://github.com/paulholden/moodle

3 months agoMDL-85995 mod_book: Make previous/next buttons accessible
Rajneel Totaram [Wed, 23 Jul 2025 22:06:19 +0000 (10:06 +1200)]
MDL-85995 mod_book: Make previous/next buttons accessible

3 months agoMDL-85852 course: Get groups to filter by in overview
Amaia Anabitarte [Thu, 3 Jul 2025 08:45:41 +0000 (10:45 +0200)]
MDL-85852 course: Get groups to filter by in overview

3 months agoMDL-85504 mod_feedback: Enhance the question edit form via JS
Jun Pataleta [Mon, 19 May 2025 06:28:41 +0000 (14:28 +0800)]
MDL-85504 mod_feedback: Enhance the question edit form via JS

The drag handle and actions menu should not be within the accessible
labels of the question items. In order to enhance the question edit
form with these, they need to be rendered via JS outside of container
of the questions' accessible name.

3 months agoMerge branch 'MDL-85989-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Wed, 23 Jul 2025 08:11:14 +0000 (10:11 +0200)]
Merge branch 'MDL-85989-main' of https://github.com/sarjona/moodle

3 months agoMDL-85504 form: Legend's label template data should not be escaped
Jun Pataleta [Fri, 16 May 2025 08:41:03 +0000 (16:41 +0800)]
MDL-85504 form: Legend's label template data should not be escaped

The label context data in the fieldset's legend tag should not be
escaped and allow raw HTML given that legend tags can contain
phrasing content and headings.

See developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/legend.

3 months agoMerge branch 'MDL-84762-main' of https://github.com/roland04/moodle
Sara Arjona [Wed, 23 Jul 2025 06:02:08 +0000 (08:02 +0200)]
Merge branch 'MDL-84762-main' of https://github.com/roland04/moodle

3 months agoMerge branch 'MDL-60799' of https://github.com/jonof/moodle
Huong Nguyen [Wed, 23 Jul 2025 02:03:24 +0000 (09:03 +0700)]
Merge branch 'MDL-60799' of https://github.com/jonof/moodle

3 months agoMerge branch 'MDL-83996-readonly-false-positive' of https://github.com/bwalkerl/moodle
Huong Nguyen [Wed, 23 Jul 2025 01:59:58 +0000 (08:59 +0700)]
Merge branch 'MDL-83996-readonly-false-positive' of https://github.com/bwalkerl/moodle

3 months agoMerge branch 'MDL-84787' of https://github.com/paulholden/moodle
Huong Nguyen [Wed, 23 Jul 2025 01:51:22 +0000 (08:51 +0700)]
Merge branch 'MDL-84787' of https://github.com/paulholden/moodle

3 months agoMerge branch 'MDL-85573-tool-brickfield-uninstall' of https://github.com/szymonk1101...
Huong Nguyen [Wed, 23 Jul 2025 01:33:25 +0000 (08:33 +0700)]
Merge branch 'MDL-85573-tool-brickfield-uninstall' of https://github.com/szymonk1101/moodle

3 months agoMerge branch 'MDL-85307-main' of https://github.com/Jayce0808/moodle
Shamim Rezaie [Tue, 22 Jul 2025 23:22:29 +0000 (09:22 +1000)]
Merge branch 'MDL-85307-main' of https://github.com/Jayce0808/moodle

3 months agoMDL-85888 mod_bigbluebuttonbn: Fix setting logic
Shamiso Jaravaza [Tue, 22 Jul 2025 22:11:36 +0000 (16:11 -0600)]
MDL-85888 mod_bigbluebuttonbn: Fix setting logic

3 months agoMDL-83991 tag: Optimized tag sql query
Rohit Panchal [Thu, 12 Dec 2024 19:29:24 +0000 (00:59 +0530)]
MDL-83991 tag: Optimized tag sql query

3 months agoMerge branch 'MDL-86073' of https://github.com/paulholden/moodle
Mihail Geshoski [Tue, 22 Jul 2025 15:54:03 +0000 (23:54 +0800)]
Merge branch 'MDL-86073' of https://github.com/paulholden/moodle

3 months agoMerge branch 'MDL-85997' of https://github.com/paulholden/moodle
Mihail Geshoski [Tue, 22 Jul 2025 15:40:07 +0000 (23:40 +0800)]
Merge branch 'MDL-85997' of https://github.com/paulholden/moodle

3 months agoMerge branch 'MDL-85038_dml_missing_record_exception-when-running-mod_assign-task...
Mihail Geshoski [Tue, 22 Jul 2025 15:30:27 +0000 (23:30 +0800)]
Merge branch 'MDL-85038_dml_missing_record_exception-when-running-mod_assign-task-send_assignment_due_soon_notification_to_user' of https://github.com/ziegenberg/moodle

3 months agoMDL-84762 courseformat: Improve overview page styles
Mikel Martín [Thu, 3 Jul 2025 15:28:32 +0000 (17:28 +0200)]
MDL-84762 courseformat: Improve overview page styles

- Add BODY_OUTLINE to button property enum
- Improve overviewdialog buttonclasses generation
- Replace button classes in activities overviews
- Add new courseoverview SCSS

3 months agoMerge branch 'MDL-83558-main' of https://github.com/andrewgos/moodle
Mihail Geshoski [Tue, 22 Jul 2025 05:56:00 +0000 (13:56 +0800)]
Merge branch 'MDL-83558-main' of https://github.com/andrewgos/moodle

3 months agoMDL-85362 core: Bump versions in moodle_minimum_php_version_is_met()
Huong Nguyen [Tue, 22 Jul 2025 02:56:23 +0000 (09:56 +0700)]
MDL-85362 core: Bump versions in moodle_minimum_php_version_is_met()

3 months agoMDL-85362 GHA: Bump versions to the required values
Huong Nguyen [Tue, 22 Jul 2025 02:53:26 +0000 (09:53 +0700)]
MDL-85362 GHA: Bump versions to the required values

For 5.1:
 - Minimum PostgreSQL version is bumped to 15

3 months agoMDL-85362 core: Define environment requirements for Moodle 5.1
Huong Nguyen [Tue, 22 Jul 2025 02:51:43 +0000 (09:51 +0700)]
MDL-85362 core: Define environment requirements for Moodle 5.1

3 months agoMDL-85295 qtype_ordering: render feedback properly
Rajneel Totaram [Mon, 21 Jul 2025 23:34:35 +0000 (11:34 +1200)]
MDL-85295 qtype_ordering: render feedback properly

'answertext' is already passed through format_text(), so no need to escape it in the template.

3 months agoMDL-85651 course: add activity details to modchooser
ferran [Thu, 10 Jul 2025 15:58:18 +0000 (17:58 +0200)]
MDL-85651 course: add activity details to modchooser

3 months agoMDL-85597 behat: adapt tests to new activity chooser
ferran [Mon, 30 Jun 2025 08:55:16 +0000 (10:55 +0200)]
MDL-85597 behat: adapt tests to new activity chooser

3 months agoMDL-85597 course: add selection to activity chooser
ferran [Fri, 27 Jun 2025 11:43:12 +0000 (13:43 +0200)]
MDL-85597 course: add selection to activity chooser

3 months agoMDL-85989 output: Fix choicelist when selected 0 is not first
Sara Arjona [Thu, 10 Jul 2025 14:52:12 +0000 (16:52 +0200)]
MDL-85989 output: Fix choicelist when selected 0 is not first

Previously, when the selected value in a choicelist was 0 but not in
the first position, the behavior was incorrect.
This commit fixes that issue, ensuring the choicelist behaves as expected
regardless of the position of the 0 value.

3 months agoMDL-86049 core: Do not use the component cache before purge
Andrew Nicols [Wed, 16 Jul 2025 13:14:10 +0000 (21:14 +0800)]
MDL-86049 core: Do not use the component cache before purge

When trying to resolve a corrupt cache where it is not possible to
complete the Moodle setup/bootstrap, it is necessary to ignore the
current cache to load the cache purging infrastructure.

3 months agoMDL-83996 sessions: Fix false positive read only sessions errors
Benjamin Walker [Thu, 12 Dec 2024 05:02:53 +0000 (15:02 +1000)]
MDL-83996 sessions: Fix false positive read only sessions errors

3 months agoMDL-86073 reportbuilder: fix external assertions of button property.
Paul Holden [Fri, 18 Jul 2025 17:37:25 +0000 (18:37 +0100)]
MDL-86073 reportbuilder: fix external assertions of button property.

The tests from c439e2d3 tried to assert they were empty, when in fact
they didn't exist at all. Caused PHPUnit warnings.

3 months agoMDL-83003 core: Add error check for envoy proxy
Daniel Ziegenberg [Wed, 4 Sep 2024 10:14:33 +0000 (12:14 +0200)]
MDL-83003 core: Add error check for envoy proxy

Checking the redis server version is also simplified; once ought to be
enough :)

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoMDL-85038 assignment: fix exception on sending assignment notification
Daniel Ziegenberg [Fri, 28 Mar 2025 09:36:08 +0000 (10:36 +0100)]
MDL-85038 assignment: fix exception on sending assignment notification

When the assignment gets deleted between the creation of the ad-hoc task
mod_assign\task\send_assignment_due_soon_notification_to_user or
mod_assign\task\send_assignment_overdue_notification_to_user and its
execution, the ad-hoc task fails with a dml_missing_record_exception and
the task gets stuck.

In this case we do not want the task to fail and just return with an
appropriate mtrace.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 months agoweekly release 5.1dev
Mihail Geshoski [Fri, 18 Jul 2025 06:52:14 +0000 (14:52 +0800)]
weekly release 5.1dev

3 months agoNOBUG: Add upgrade notes
Mihail Geshoski [Fri, 18 Jul 2025 06:52:13 +0000 (14:52 +0800)]
NOBUG: Add upgrade notes

3 months agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Mihail Geshoski [Fri, 18 Jul 2025 06:51:56 +0000 (14:51 +0800)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

3 months agoMDL-83424 upgradenotes: Correct path to version file
Andrew Nicols [Thu, 17 Jul 2025 09:35:26 +0000 (17:35 +0800)]
MDL-83424 upgradenotes: Correct path to version file

3 months agoMDL-83424 js: Add back accidentally removed line
Andrew Nicols [Thu, 17 Jul 2025 09:32:32 +0000 (17:32 +0800)]
MDL-83424 js: Add back accidentally removed line

3 months agoMDL-85944 block_myoverview: fix previously badly nested SCSS.
Paul Holden [Thu, 17 Jul 2025 06:04:52 +0000 (07:04 +0100)]
MDL-85944 block_myoverview: fix previously badly nested SCSS.

3 months agoMerge branch 'MDL-85846-main' of https://github.com/HuongNV13/moodle
Mihail Geshoski [Thu, 17 Jul 2025 04:22:32 +0000 (12:22 +0800)]
Merge branch 'MDL-85846-main' of https://github.com/HuongNV13/moodle

3 months agoMerge branch 'MDL-85055-main' of https://github.com/lameze/moodle
Mihail Geshoski [Thu, 17 Jul 2025 04:16:01 +0000 (12:16 +0800)]
Merge branch 'MDL-85055-main' of https://github.com/lameze/moodle

3 months agoMerge branch 'MDL-85050-master' of https://github.com/NashTechOpenUniversity/moodle
Huong Nguyen [Thu, 17 Jul 2025 03:23:52 +0000 (10:23 +0700)]
Merge branch 'MDL-85050-master' of https://github.com/NashTechOpenUniversity/moodle

3 months agoMerge branch 'MDL-65027-main' of https://github.com/meirzamoodle/moodle
Huong Nguyen [Thu, 17 Jul 2025 02:59:53 +0000 (09:59 +0700)]
Merge branch 'MDL-65027-main' of https://github.com/meirzamoodle/moodle

3 months agoMDL-83424 tool_task: Correct path to CLI task runners
Andrew Nicols [Thu, 17 Jul 2025 02:34:35 +0000 (10:34 +0800)]
MDL-83424 tool_task: Correct path to CLI task runners

3 months agoMerge branch 'MDL-85944' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 17 Jul 2025 01:52:45 +0000 (08:52 +0700)]
Merge branch 'MDL-85944' of https://github.com/paulholden/moodle