integration.git
7 months agoMDL-86353 libraries: Moodle customization
Huong Nguyen [Fri, 3 Oct 2025 01:26:09 +0000 (08:26 +0700)]
MDL-86353 libraries: Moodle customization

7 months agoMDL-86782 block_activity_modules: Bump version
Huong Nguyen [Thu, 2 Oct 2025 12:56:56 +0000 (19:56 +0700)]
MDL-86782 block_activity_modules: Bump version

7 months agoMerge branch 'MDL-86782-main' of https://github.com/HuongNV13/moodle
Mihail Geshoski [Thu, 2 Oct 2025 12:35:58 +0000 (20:35 +0800)]
Merge branch 'MDL-86782-main' of https://github.com/HuongNV13/moodle

7 months agoMDL-86782 block: Revert "MDL-83887: Remove activity_modules block"
Huong Nguyen [Thu, 2 Oct 2025 10:08:02 +0000 (17:08 +0700)]
MDL-86782 block: Revert "MDL-83887: Remove activity_modules block"

This reverts commit 4885314a19476124f366c25f1969f5ae396ffd20.

7 months agoMDL-75087 mod_assign: Fix failing unit test
Mihail Geshoski [Thu, 2 Oct 2025 05:33:04 +0000 (13:33 +0800)]
MDL-75087 mod_assign: Fix failing unit test

7 months agoMDL-86822 mod_h5pactivity: fix block page type list method parameters.
Paul Holden [Thu, 2 Oct 2025 11:01:21 +0000 (12:01 +0100)]
MDL-86822 mod_h5pactivity: fix block page type list method parameters.

Similar was done before in 7a77493b.

7 months agoMDL-86762 repository_flickr: Fix Flickr fetching and downloading
Huong Nguyen [Wed, 1 Oct 2025 07:51:44 +0000 (14:51 +0700)]
MDL-86762 repository_flickr: Fix Flickr fetching and downloading

7 months agoMerge branch 'MDL-86792-main' of https://github.com/HuongNV13/moodle
Mihail Geshoski [Thu, 2 Oct 2025 09:13:39 +0000 (17:13 +0800)]
Merge branch 'MDL-86792-main' of https://github.com/HuongNV13/moodle

7 months agoMDL-86802 core: make CURLOPT_USERPWD optional for put()
Jayce Birrell [Thu, 2 Oct 2025 05:09:41 +0000 (14:39 +0930)]
MDL-86802 core: make CURLOPT_USERPWD optional for put()

Microsoft does not always allow an Authorization header when using PUT but the put() method sets one
by default - https://learn.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0#remarks.
I've included an optional argument to prevent this, but the default
value will maintain the pre-existing logic to avoid other regressions.

7 months agoMDL-86792 versions: Main version bump
Huong Nguyen [Thu, 2 Oct 2025 02:35:52 +0000 (09:35 +0700)]
MDL-86792 versions: Main version bump

7 months agoMDL-75087 mod_assign: Respect assignment timer
Rajneel Totaram [Tue, 30 Sep 2025 20:06:17 +0000 (08:06 +1200)]
MDL-75087 mod_assign: Respect assignment timer

This patch has better handling of timed assignments.
Users cannot directly access the submission page without
confirming to begin a timed assignment.

7 months agoMDL-86792 versions: Bump all versions and requires near release
Huong Nguyen [Thu, 2 Oct 2025 02:32:41 +0000 (09:32 +0700)]
MDL-86792 versions: Bump all versions and requires near release

7 months agoMDL-86253 mod_assign: Respect enrollment status in notifications
raortegar [Mon, 29 Sep 2025 18:19:25 +0000 (20:19 +0200)]
MDL-86253 mod_assign: Respect enrollment status in notifications

7 months agoMDL-86253 mod_quiz: Respect enrollment status in notifications
raortegar [Mon, 29 Sep 2025 18:11:06 +0000 (20:11 +0200)]
MDL-86253 mod_quiz: Respect enrollment status in notifications

7 months agoMerge branch 'MDL-86791-main' of https://github.com/Jayce0808/moodle
Mihail Geshoski [Wed, 1 Oct 2025 16:26:14 +0000 (00:26 +0800)]
Merge branch 'MDL-86791-main' of https://github.com/Jayce0808/moodle

7 months agoMerge branch 'MDL-86760' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 1 Oct 2025 08:11:30 +0000 (16:11 +0800)]
Merge branch 'MDL-86760' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-86364-main' of https://github.com/mihailges/moodle
Jake Dallimore [Wed, 1 Oct 2025 07:51:21 +0000 (15:51 +0800)]
Merge branch 'MDL-86364-main' of https://github.com/mihailges/moodle

7 months agoMDL-86364 calendar: Fix calendar table styles
Mihail Geshoski [Wed, 1 Oct 2025 06:26:28 +0000 (14:26 +0800)]
MDL-86364 calendar: Fix calendar table styles

7 months agoMDL-86494 router: Display error details only when debugging is on
David Woloszyn [Tue, 23 Sep 2025 04:01:55 +0000 (14:01 +1000)]
MDL-86494 router: Display error details only when debugging is on

7 months agoMDL-86335 router: Hide detailed payload data for non-admins
David Woloszyn [Mon, 29 Sep 2025 01:07:46 +0000 (11:07 +1000)]
MDL-86335 router: Hide detailed payload data for non-admins

7 months agoMDL-86353 libraries: Upgrade FPDI to 2.6.4
yusufwib01 [Wed, 3 Sep 2025 16:55:09 +0000 (23:55 +0700)]
MDL-86353 libraries: Upgrade FPDI to 2.6.4

7 months agoMDL-85421 cohort: limit requests for all cohorts to system context.
Paul Holden [Mon, 29 Sep 2025 06:32:14 +0000 (13:32 +0700)]
MDL-85421 cohort: limit requests for all cohorts to system context.

7 months agoMDL-86426 course: access checks in course overview fragment callback.
Paul Holden [Thu, 11 Sep 2025 17:49:36 +0000 (18:49 +0100)]
MDL-86426 course: access checks in course overview fragment callback.

7 months agoMDL-86327 auth_webservice: Stricter check on login
David Woloszyn [Mon, 8 Sep 2025 04:28:29 +0000 (14:28 +1000)]
MDL-86327 auth_webservice: Stricter check on login

7 months agoMDL-86709 report_progress: escape identity fields in report export.
Paul Holden [Fri, 19 Sep 2025 10:26:47 +0000 (11:26 +0100)]
MDL-86709 report_progress: escape identity fields in report export.

7 months agoMDL-86261 calendar: Improve event form to show accessible groups
yusufwib01 [Mon, 8 Sep 2025 17:31:10 +0000 (00:31 +0700)]
MDL-86261 calendar: Improve event form to show accessible groups

7 months agoMDL-86334 tool_mfa: Improve multi-factor authentication validation.
raortegar [Fri, 5 Sep 2025 13:33:18 +0000 (15:33 +0200)]
MDL-86334 tool_mfa: Improve multi-factor authentication validation.

7 months agoMerge branch 'MDL-86800-main' of https://github.com/mihailges/moodle
Jake Dallimore [Wed, 1 Oct 2025 06:17:55 +0000 (14:17 +0800)]
Merge branch 'MDL-86800-main' of https://github.com/mihailges/moodle

7 months agoMDL-86392 theme_boost: Prevent bootstrap style reset on YUI DataTable
Mihail Geshoski [Thu, 11 Sep 2025 10:57:30 +0000 (18:57 +0800)]
MDL-86392 theme_boost: Prevent bootstrap style reset on YUI DataTable

7 months agoMerge branch 'MDL-86162' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 1 Oct 2025 05:44:07 +0000 (13:44 +0800)]
Merge branch 'MDL-86162' of https://github.com/paulholden/moodle

7 months agoMDL-86800 report_outline: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:14:56 +0000 (22:14 +0800)]
MDL-86800 report_outline: Fix incorrect table borders

7 months agoMDL-86800 rating: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:14:38 +0000 (22:14 +0800)]
MDL-86800 rating: Fix incorrect table borders

7 months agoMDL-86800 mod_workshop: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:13:48 +0000 (22:13 +0800)]
MDL-86800 mod_workshop: Fix incorrect table borders

7 months agoMDL-86800 mod_scorm: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:13:24 +0000 (22:13 +0800)]
MDL-86800 mod_scorm: Fix incorrect table borders

7 months agoMDL-86800 mod_forum: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:12:35 +0000 (22:12 +0800)]
MDL-86800 mod_forum: Fix incorrect table borders

7 months agoMDL-86800 mod_folder: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:12:15 +0000 (22:12 +0800)]
MDL-86800 mod_folder: Fix incorrect table borders

7 months agoMDL-86800 mod_data: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:11:37 +0000 (22:11 +0800)]
MDL-86800 mod_data: Fix incorrect table borders

7 months agoMDL-86800 profiling: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:10:56 +0000 (22:10 +0800)]
MDL-86800 profiling: Fix incorrect table borders

7 months agoMDL-86800 grade: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:10:17 +0000 (22:10 +0800)]
MDL-86800 grade: Fix incorrect table borders

7 months agoMDL-86800 block_rss_client: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:10:01 +0000 (22:10 +0800)]
MDL-86800 block_rss_client: Fix incorrect table borders

7 months agoMDL-86800 block_completionstatus: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:08:55 +0000 (22:08 +0800)]
MDL-86800 block_completionstatus: Fix incorrect table borders

7 months agoMDL-86800 block_activity_results: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:07:33 +0000 (22:07 +0800)]
MDL-86800 block_activity_results: Fix incorrect table borders

7 months agoMDL-86800 badges: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:06:32 +0000 (22:06 +0800)]
MDL-86800 badges: Fix incorrect table borders

7 months agoMDL-86800 tool_xmldb: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:06:00 +0000 (22:06 +0800)]
MDL-86800 tool_xmldb: Fix incorrect table borders

7 months agoMerge branch 'MDL-85546-main' of https://github.com/raortegar/moodle
Huong Nguyen [Wed, 1 Oct 2025 01:21:40 +0000 (08:21 +0700)]
Merge branch 'MDL-85546-main' of https://github.com/raortegar/moodle

7 months agoMerge branch 'MDL-86725-main' of https://github.com/stevandoMoodle/moodle
Huong Nguyen [Wed, 1 Oct 2025 01:14:18 +0000 (08:14 +0700)]
Merge branch 'MDL-86725-main' of https://github.com/stevandoMoodle/moodle

7 months agoMDL-86450 Forum: adds missing IDs to advanced search form elements.
Stefan Topfstedt [Tue, 26 Aug 2025 23:32:49 +0000 (16:32 -0700)]
MDL-86450 Forum: adds missing IDs to advanced search form elements.

7 months agoMerge branch 'MDL-86417_main' of https://github.com/andrewhancox/moodle
Mihail Geshoski [Tue, 30 Sep 2025 17:27:29 +0000 (01:27 +0800)]
Merge branch 'MDL-86417_main' of https://github.com/andrewhancox/moodle

7 months agoMDL-86800 tool_capability: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:02:41 +0000 (22:02 +0800)]
MDL-86800 tool_capability: Fix incorrect table borders

7 months agoMDL-86800 mnet: Fix incorrect table borders
Mihail Geshoski [Tue, 30 Sep 2025 14:01:55 +0000 (22:01 +0800)]
MDL-86800 mnet: Fix incorrect table borders

7 months agoMDL-77894 core_output: Ignore themes when template name ends with "!"
Lars Bonczek [Tue, 30 Sep 2025 10:02:45 +0000 (12:02 +0200)]
MDL-77894 core_output: Ignore themes when template name ends with "!"

7 months agoMDL-85546 tool_mfa: Improve handling of require MFA conditions
raortegar [Fri, 19 Sep 2025 08:49:10 +0000 (10:49 +0200)]
MDL-85546 tool_mfa: Improve handling of require MFA conditions

7 months agoMDL-86791 core_analytics: include filelib in processor
Jayce Birrell [Tue, 30 Sep 2025 07:25:06 +0000 (16:55 +0930)]
MDL-86791 core_analytics: include filelib in processor

7 months agoMerge branch 'MDL-86752-main' of https://github.com/muhammadarnaldo/moodle
Shamim Rezaie [Tue, 30 Sep 2025 07:05:00 +0000 (17:05 +1000)]
Merge branch 'MDL-86752-main' of https://github.com/muhammadarnaldo/moodle

7 months agoMerge branch 'MDL-86688-main' of https://github.com/Jayce0808/moodle
Mihail Geshoski [Tue, 30 Sep 2025 03:20:20 +0000 (11:20 +0800)]
Merge branch 'MDL-86688-main' of https://github.com/Jayce0808/moodle

7 months agoMDL-86760 course: observe maximum size of activity name with renaming.
Paul Holden [Mon, 29 Sep 2025 15:49:30 +0000 (16:49 +0100)]
MDL-86760 course: observe maximum size of activity name with renaming.

7 months agoMDL-86300 backup: Save old id of top category
Stefan Hanauska [Mon, 25 Aug 2025 17:52:37 +0000 (19:52 +0200)]
MDL-86300 backup: Save old id of top category

Co-authored-by: Paola Maneggia <paola.maneggia@isb.bayern.de>
7 months agoMDL-86463 libraries: Upgrade AWS SDK for PHP to 3.356.22
Andi Permana [Tue, 23 Sep 2025 02:30:54 +0000 (09:30 +0700)]
MDL-86463 libraries: Upgrade AWS SDK for PHP to 3.356.22

7 months agoMDL-86344 libraries: upgrade EvalMath to 1.0.2
yusufwib01 [Wed, 27 Aug 2025 10:10:21 +0000 (17:10 +0700)]
MDL-86344 libraries: upgrade EvalMath to 1.0.2

7 months agoMerge branch 'MDL-86667-main' of https://github.com/stevandoMoodle/moodle
Huong Nguyen [Mon, 29 Sep 2025 06:36:29 +0000 (13:36 +0700)]
Merge branch 'MDL-86667-main' of https://github.com/stevandoMoodle/moodle

7 months agoMDL-86667 registration: Unset fields after site being unregistered
Stevani Andolo [Wed, 24 Sep 2025 07:48:07 +0000 (15:48 +0800)]
MDL-86667 registration: Unset fields after site being unregistered

7 months agoMDL-86725 grade_report: Fixed invisible search box on mobile view
Stevani Andolo [Tue, 23 Sep 2025 02:44:34 +0000 (10:44 +0800)]
MDL-86725 grade_report: Fixed invisible search box on mobile view

7 months agoMDL-86382 qbank_bulkmove: Fix selecting placeholder in qbank selector
Philipp Memmel [Wed, 20 Aug 2025 20:08:59 +0000 (20:08 +0000)]
MDL-86382 qbank_bulkmove: Fix selecting placeholder in qbank selector

@Co-authored-by: Luca Bösch <luca.boesch@bfh.ch>

7 months agoMoodle release 5.1rc1 v5.1.0-rc1
cescobedo [Fri, 26 Sep 2025 11:45:44 +0000 (13:45 +0200)]
Moodle release 5.1rc1

7 months agoNOBUG: Add upgrade notes
cescobedo [Fri, 26 Sep 2025 11:45:44 +0000 (13:45 +0200)]
NOBUG: Add upgrade notes

7 months agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
cescobedo [Fri, 26 Sep 2025 11:45:32 +0000 (13:45 +0200)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

7 months agoMerge branch 'MDL-86488-fix' of https://github.com/sarjona/moodle
Sara Arjona [Fri, 26 Sep 2025 11:19:20 +0000 (13:19 +0200)]
Merge branch 'MDL-86488-fix' of https://github.com/sarjona/moodle

7 months agoMDL-86488 core: Fix to remove whitespaces
Sara Arjona [Fri, 26 Sep 2025 11:18:03 +0000 (13:18 +0200)]
MDL-86488 core: Fix to remove whitespaces

7 months agoMDL-86736 block_myoverview: remove stray template content.
Paul Holden [Fri, 26 Sep 2025 10:38:23 +0000 (11:38 +0100)]
MDL-86736 block_myoverview: remove stray template content.

Changes made in c530e4c4 left some stray elements in the templates,
which manifested themselves as displaying misplaced pipe characters
depending on unrelated site config (`$CFG->courselistshortnames`).

7 months agoMDL-86752 mod_assign: hide resizer on mobile devices
Muhammad Arnaldo [Fri, 26 Sep 2025 04:04:46 +0000 (11:04 +0700)]
MDL-86752 mod_assign: hide resizer on mobile devices

7 months agoMDL-86688 tool_brickfield: Include cmid in url to edit qbank
Jayce Birrell [Thu, 25 Sep 2025 07:03:30 +0000 (16:33 +0930)]
MDL-86688 tool_brickfield: Include cmid in url to edit qbank

7 months agoMerge branch 'MDL-86511-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Fri, 26 Sep 2025 04:15:34 +0000 (11:15 +0700)]
Merge branch 'MDL-86511-main' of https://github.com/andimendunia/moodle

7 months agoMDL-86511 tiny_link: TinyMCE fails to insert a link using enter key
Andi Permana [Tue, 23 Sep 2025 04:50:04 +0000 (11:50 +0700)]
MDL-86511 tiny_link: TinyMCE fails to insert a link using enter key

7 months agoMerge branch 'MDL-86177' of https://github.com/paulholden/moodle
Mihail Geshoski [Fri, 26 Sep 2025 04:03:29 +0000 (12:03 +0800)]
Merge branch 'MDL-86177' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-85684' of https://github.com/paulholden/moodle
Jun Pataleta [Fri, 26 Sep 2025 03:31:12 +0000 (11:31 +0800)]
Merge branch 'MDL-85684' of https://github.com/paulholden/moodle

7 months agoMerge branch 'mdl-84491_redis_connection_main' of https://github.com/ngandrass/moodle
Huong Nguyen [Fri, 26 Sep 2025 03:20:32 +0000 (10:20 +0700)]
Merge branch 'mdl-84491_redis_connection_main' of https://github.com/ngandrass/moodle

7 months agoMerge branch 'MDL-85803' of https://github.com/paulholden/moodle
Mihail Geshoski [Fri, 26 Sep 2025 03:19:18 +0000 (11:19 +0800)]
Merge branch 'MDL-85803' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-86703' of https://github.com/paulholden/moodle
Jun Pataleta [Fri, 26 Sep 2025 03:11:21 +0000 (11:11 +0800)]
Merge branch 'MDL-86703' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-86363' of https://github.com/paulholden/moodle
Jun Pataleta [Fri, 26 Sep 2025 03:08:04 +0000 (11:08 +0800)]
Merge branch 'MDL-86363' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-86259_transfer_question_categories-task-resilience' of https:/...
Mihail Geshoski [Fri, 26 Sep 2025 02:35:04 +0000 (10:35 +0800)]
Merge branch 'MDL-86259_transfer_question_categories-task-resilience' of https://github.com/ziegenberg/moodle

7 months agoMerge branch 'MDL-86605' of https://github.com/paulholden/moodle
Jun Pataleta [Fri, 26 Sep 2025 02:28:31 +0000 (10:28 +0800)]
Merge branch 'MDL-86605' of https://github.com/paulholden/moodle

7 months agoMerge branch 'MDL-86383-main-enfix' of https://github.com/mudrd8mz/moodle
Jun Pataleta [Fri, 26 Sep 2025 01:48:29 +0000 (09:48 +0800)]
Merge branch 'MDL-86383-main-enfix' of https://github.com/mudrd8mz/moodle

7 months agoMerge branch 'MDL-85419-main' of https://github.com/sharpchi/moodle
Huong Nguyen [Fri, 26 Sep 2025 01:46:41 +0000 (08:46 +0700)]
Merge branch 'MDL-85419-main' of https://github.com/sharpchi/moodle

7 months agoMerge branch 'MDL-80447-main-4' of https://github.com/raortegar/moodle
Huong Nguyen [Fri, 26 Sep 2025 01:24:49 +0000 (08:24 +0700)]
Merge branch 'MDL-80447-main-4' of https://github.com/raortegar/moodle

7 months agoMDL-81514 assign: Show non-participation groups in activity menu
Mark Johnson [Thu, 4 Sep 2025 13:53:06 +0000 (14:53 +0100)]
MDL-81514 assign: Show non-participation groups in activity menu

This sets the flag in the activity menu for selecting the grade
summaries for each groups, to include non-participation groups as well.

7 months agoMDL-81514 assign: Enable filtering by non-participation groups
Mark Johnson [Tue, 21 May 2024 09:50:16 +0000 (10:50 +0100)]
MDL-81514 assign: Enable filtering by non-participation groups

This adds non-participation groups to the group menu on the Submissions
screen, so that submissions can be filtered by these groups.

7 months agoMDL-81514 groups: Add participationonly option to activity group menu
Mark Johnson [Tue, 21 May 2024 09:48:45 +0000 (10:48 +0100)]
MDL-81514 groups: Add participationonly option to activity group menu

groups_print_activity_menu() and groups_get_activity_group() now include
an additional $participationonly parameter,
which is true by default. This can be set false when we want the user to
be able to select a non-participation group within
an activity, for example if a teacher wants to filter assignment
submissions by non-participation groups. It should never be
used when the menu is displayed to students, as this may allow them to
participate using non-participation groups.

groups_sort_menu_options() now has a $splitparticipation parameter,
which will split non-participation groups out into their own optgroup at
the end of the menu.

7 months agoMDL-85803 mod_scorm: re-define language string for deleting attempts.
Paul Holden [Mon, 14 Jul 2025 22:05:15 +0000 (23:05 +0100)]
MDL-85803 mod_scorm: re-define language string for deleting attempts.

The previous version was re-purposed in 22cc9757 so lost meaning and
context elsewhere. Define new string for course reset elements.

7 months agoMDL-86417 quiz: Fix for legacy question_set_references on backup
Andrew Hancox [Thu, 25 Sep 2025 14:07:01 +0000 (15:07 +0100)]
MDL-86417 quiz: Fix for legacy question_set_references on backup

7 months agoMerge branch 'MDL-86744-main' of https://github.com/junpataleta/moodle
Sara Arjona [Thu, 25 Sep 2025 10:34:31 +0000 (12:34 +0200)]
Merge branch 'MDL-86744-main' of https://github.com/junpataleta/moodle

7 months agoMerge branch 'MDL-58001-main' of https://github.com/lucisgit/moodle
Sara Arjona [Thu, 25 Sep 2025 10:02:50 +0000 (12:02 +0200)]
Merge branch 'MDL-58001-main' of https://github.com/lucisgit/moodle

7 months agoMerge branch 'MDL-86432-main' of https://github.com/timhunt/moodle
Mihail Geshoski [Thu, 25 Sep 2025 06:13:46 +0000 (14:13 +0800)]
Merge branch 'MDL-86432-main' of https://github.com/timhunt/moodle

7 months agoMerge branch 'MDL-86424-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Thu, 25 Sep 2025 05:11:09 +0000 (13:11 +0800)]
Merge branch 'MDL-86424-main' of https://github.com/lucaboesch/moodle

7 months agoMDL-85729 group: Lazy load group image urls in search box
Benjamin Walker [Thu, 26 Jun 2025 04:25:00 +0000 (14:25 +1000)]
MDL-85729 group: Lazy load group image urls in search box

7 months agoMerge branch 'MDL-86599' of https://github.com/timhunt/moodle
Jun Pataleta [Thu, 25 Sep 2025 04:08:52 +0000 (12:08 +0800)]
Merge branch 'MDL-86599' of https://github.com/timhunt/moodle

7 months agoMerge branch 'MDL-85675-main' of https://github.com/lameze/moodle
Mihail Geshoski [Thu, 25 Sep 2025 03:55:11 +0000 (11:55 +0800)]
Merge branch 'MDL-85675-main' of https://github.com/lameze/moodle

7 months agoMerge branch 'MDL-84085' of https://github.com/paulholden/moodle
Mihail Geshoski [Thu, 25 Sep 2025 01:59:24 +0000 (09:59 +0800)]
Merge branch 'MDL-84085' of https://github.com/paulholden/moodle

7 months agoAutomatically generated installer lang files
AMOS bot [Thu, 25 Sep 2025 00:08:03 +0000 (00:08 +0000)]
Automatically generated installer lang files

7 months agoMDL-86744 customfield: Pass toggle data only when necessary
Jun Pataleta [Wed, 24 Sep 2025 22:52:43 +0000 (06:52 +0800)]
MDL-86744 customfield: Pass toggle data only when necessary

7 months agoMDL-86432 qtype_ordering: Fix broken data provider
Andrew Nicols [Tue, 26 Aug 2025 01:45:01 +0000 (09:45 +0800)]
MDL-86432 qtype_ordering: Fix broken data provider