moodle.git
2 months agoMDL-72833 quiz: Respect locale in maxmark setting
Mark Johnson [Thu, 11 Dec 2025 13:38:18 +0000 (13:38 +0000)]
MDL-72833 quiz: Respect locale in maxmark setting

Editing maxmarks in quiz slots was not respecting the decimal separator
from the set language's locale, meaning if your language formats numbers
like 1,10 editing didn't work correctly.

This sets the correct parameter to ensure the locale is respected.

2 months agoMDL-87276 course: Display course subsections inline
Sara Arjona [Fri, 5 Dec 2025 11:51:51 +0000 (12:51 +0100)]
MDL-87276 course: Display course subsections inline

This patch:
- Updates subsection navigation links, replacing them with the
relevant anchor on the main section page.
- Removes the View action from the subsection menu in edit mode,
as there is no longer a separate page to view.
- Displays subsections inline always (even when 'Show one section
per page' is defined).
- Descriptions are no longer shown for delegated sections.

2 months agoMerge branch 'MDL-87341_main' of https://github.com/TomoTsuyuki/moodle
Jun Pataleta [Mon, 15 Dec 2025 10:48:49 +0000 (18:48 +0800)]
Merge branch 'MDL-87341_main' of https://github.com/TomoTsuyuki/moodle

2 months agoMDL-87436 core_courseformat: Fix id collision when testing
Laurent David [Wed, 10 Dec 2025 10:54:14 +0000 (11:54 +0100)]
MDL-87436 core_courseformat: Fix id collision when testing

* When testing using phpunit/sqlsrv the ids of sections and cm are colliding
so we need to make sure we separate them as a reference to a cm can be the
same as a reference to a section

2 months agoMDL-87094 core_course: Behat to restrict available activities/resources
Angelia Dela Cruz [Thu, 4 Dec 2025 08:08:04 +0000 (16:08 +0800)]
MDL-87094 core_course: Behat to restrict available activities/resources

2 months agoMerge branch 'MDL-87034-main' of https://github.com/jleyva/moodle
Huong Nguyen [Mon, 15 Dec 2025 02:03:32 +0000 (09:03 +0700)]
Merge branch 'MDL-87034-main' of https://github.com/jleyva/moodle

2 months agoMDL-87461 core: Update Composer type to moodle-core
Andrew Nicols [Mon, 15 Dec 2025 02:01:13 +0000 (10:01 +0800)]
MDL-87461 core: Update Composer type to moodle-core

2 months agoMerge branch 'MDL-86638-main' of https://github.com/josepico01/moodle
Huong Nguyen [Mon, 15 Dec 2025 01:58:07 +0000 (08:58 +0700)]
Merge branch 'MDL-86638-main' of https://github.com/josepico01/moodle

2 months agoMerge branch 'main_MDL-73396' of https://github.com/niko-hoogeveen/moodle
Huong Nguyen [Mon, 15 Dec 2025 01:55:30 +0000 (08:55 +0700)]
Merge branch 'main_MDL-73396' of https://github.com/niko-hoogeveen/moodle

2 months agoMerge branch 'MDL-86679-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Mon, 15 Dec 2025 01:45:22 +0000 (08:45 +0700)]
Merge branch 'MDL-86679-main' of https://github.com/andimendunia/moodle

2 months agoMDL-87341 javascript: Fix aria label issue for navigation bar
Tomo Tsuyuki [Sun, 14 Dec 2025 23:16:09 +0000 (10:16 +1100)]
MDL-87341 javascript: Fix aria label issue for navigation bar

2 months agoMDL-82639 mod_quiz: Improve events for random questions
Cameron Ball [Sat, 13 Dec 2025 02:39:06 +0000 (10:39 +0800)]
MDL-82639 mod_quiz: Improve events for random questions

2 months agoMDL-82639 mod_quiz: Refactor random filter update
Cameron Ball [Sat, 13 Dec 2025 02:37:51 +0000 (10:37 +0800)]
MDL-82639 mod_quiz: Refactor random filter update

2 months agoMDL-86436 navigation: hide empty page heading menu.
Stefan Topfstedt [Mon, 25 Aug 2025 22:54:20 +0000 (15:54 -0700)]
MDL-86436 navigation: hide empty page heading menu.

Co-authored-by: Jun Pataleta <jun@moodle.com>
2 months agoMDL-87415 profile: set page title when accessed as guest user.
Stefan Topfstedt [Fri, 12 Dec 2025 19:12:31 +0000 (11:12 -0800)]
MDL-87415 profile: set page title when accessed as guest user.

2 months agoMDL-79221 core_grade: Fix fetching context for disabled mod plugins
Philipp Memmel [Tue, 18 Nov 2025 08:46:41 +0000 (08:46 +0000)]
MDL-79221 core_grade: Fix fetching context for disabled mod plugins

Activity plugins that are disabled on the site are not included in
the modinfo cache. That's why their context must not be fetched via
modinfo cache.

2 months agoMDL-79221 core_completion: Do not update state for disabled plugins
Philipp Memmel [Sun, 5 Oct 2025 17:39:25 +0000 (17:39 +0000)]
MDL-79221 core_completion: Do not update state for disabled plugins

2 months agoweekly release 5.2dev
Shamim Rezaie [Fri, 12 Dec 2025 03:05:57 +0000 (14:05 +1100)]
weekly release 5.2dev

2 months agoNOBUG: Add upgrade notes
Shamim Rezaie [Fri, 12 Dec 2025 03:05:57 +0000 (14:05 +1100)]
NOBUG: Add upgrade notes

2 months agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Shamim Rezaie [Fri, 12 Dec 2025 03:05:44 +0000 (14:05 +1100)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

2 months agoMDL-87412 qbank_managecategories: Use single quotes in scenario name
Mihail Geshoski [Thu, 11 Dec 2025 05:40:11 +0000 (13:40 +0800)]
MDL-87412 qbank_managecategories: Use single quotes in scenario name

2 months agoMerge branch 'MDL-86699' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:56:43 +0000 (10:56 +0700)]
Merge branch 'MDL-86699' of https://github.com/paulholden/moodle

2 months agoMerge branch 'MDL-86997' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:36:01 +0000 (10:36 +0700)]
Merge branch 'MDL-86997' of https://github.com/paulholden/moodle

2 months agoMerge branch 'MDL-87000' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:30:01 +0000 (10:30 +0700)]
Merge branch 'MDL-87000' of https://github.com/paulholden/moodle

2 months agoMerge branch 'MDL-84736-main' of https://github.com/lameze/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:19:10 +0000 (10:19 +0700)]
Merge branch 'MDL-84736-main' of https://github.com/lameze/moodle

2 months agoMerge branch 'MDL-86830-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:06:52 +0000 (10:06 +0700)]
Merge branch 'MDL-86830-main' of https://github.com/andimendunia/moodle

2 months agoMerge branch 'MDL-86808-main' of https://github.com/muhammadarnaldo/moodle
Huong Nguyen [Thu, 11 Dec 2025 03:04:43 +0000 (10:04 +0700)]
Merge branch 'MDL-86808-main' of https://github.com/muhammadarnaldo/moodle

2 months agoMerge branch 'MDL-87182-main' of https://github.com/srobotta/moodle
Mihail Geshoski [Tue, 9 Dec 2025 15:20:53 +0000 (23:20 +0800)]
Merge branch 'MDL-87182-main' of https://github.com/srobotta/moodle

2 months agoMerge branch 'MDL-87121_master' of https://github.com/santoshndev/moodle
Mihail Geshoski [Tue, 9 Dec 2025 15:14:15 +0000 (23:14 +0800)]
Merge branch 'MDL-87121_master' of https://github.com/santoshndev/moodle

2 months agoMerge branch 'MDL-87412_main' of https://github.com/marxjohnson/moodle
Mihail Geshoski [Tue, 9 Dec 2025 15:05:53 +0000 (23:05 +0800)]
Merge branch 'MDL-87412_main' of https://github.com/marxjohnson/moodle

2 months agoMerge branch 'MDL-87142-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Tue, 9 Dec 2025 14:55:16 +0000 (22:55 +0800)]
Merge branch 'MDL-87142-main' of https://github.com/lucaboesch/moodle

2 months agoMerge branch 'MDL-86807-main' of https://github.com/muhammadarnaldo/moodle
Jun Pataleta [Tue, 9 Dec 2025 08:43:22 +0000 (16:43 +0800)]
Merge branch 'MDL-86807-main' of https://github.com/muhammadarnaldo/moodle

2 months agoMerge branch 'MDL-86805-main' of https://github.com/andimendunia/moodle
Jun Pataleta [Tue, 9 Dec 2025 08:36:27 +0000 (16:36 +0800)]
Merge branch 'MDL-86805-main' of https://github.com/andimendunia/moodle

2 months agoMDL-87356 qtype_random: Bump version
Mihail Geshoski [Tue, 9 Dec 2025 06:11:53 +0000 (14:11 +0800)]
MDL-87356 qtype_random: Bump version

2 months agoMerge branch 'MDL-85336-redis-read-timeout' of https://github.com/bwalkerl/moodle
Huong Nguyen [Tue, 9 Dec 2025 03:11:53 +0000 (10:11 +0700)]
Merge branch 'MDL-85336-redis-read-timeout' of https://github.com/bwalkerl/moodle

2 months agoMerge branch 'MDL-61588-main' of https://github.com/nvhai248/moodle
Huong Nguyen [Tue, 9 Dec 2025 03:09:13 +0000 (10:09 +0700)]
Merge branch 'MDL-61588-main' of https://github.com/nvhai248/moodle

2 months agoMerge branch 'MDL-87329-main' of https://github.com/jleyva/moodle
Huong Nguyen [Tue, 9 Dec 2025 02:47:15 +0000 (09:47 +0700)]
Merge branch 'MDL-87329-main' of https://github.com/jleyva/moodle

2 months agoMerge branch 'MDL-86593-main' of https://github.com/christianabila/moodle
Huong Nguyen [Tue, 9 Dec 2025 02:44:55 +0000 (09:44 +0700)]
Merge branch 'MDL-86593-main' of https://github.com/christianabila/moodle

2 months agoMDL-87034 hub: Reset hub registration caches during tests
Juan Leyva [Thu, 11 Dec 2025 07:59:54 +0000 (08:59 +0100)]
MDL-87034 hub: Reset hub registration caches during tests

2 months agoMDL-87034 webservice: Return additional info for the app.
Juan Leyva [Wed, 29 Oct 2025 12:42:40 +0000 (13:42 +0100)]
MDL-87034 webservice: Return additional info for the app.

2 months agoAutomatically generated installer lang files
AMOS bot [Thu, 11 Dec 2025 00:08:13 +0000 (00:08 +0000)]
Automatically generated installer lang files

2 months agoMDL-73396 auth_oauth2: link non-suspended account on oauth login
Niko Hoogeveen [Wed, 10 Dec 2025 19:18:19 +0000 (14:18 -0500)]
MDL-73396 auth_oauth2: link non-suspended account on oauth login

Added checks to link non-suspended user accounts to OAuth2, when logging
in. Also added an additional check to prevent users from using OAuth2
to login if their account is suspended in Moodle.

2 months agoMDL-73396 core_user: prioritize active users when retrieving by email
Niko Hoogeveen [Wed, 10 Dec 2025 19:15:29 +0000 (14:15 -0500)]
MDL-73396 core_user: prioritize active users when retrieving by email

Updated get_users_by_email() to return active users at the
start of the returned array, suspended users last.

3 months agoMDL-86420 enrol_database: avoid duplicate key violations
Muhammad Arnaldo [Wed, 10 Dec 2025 07:53:28 +0000 (14:53 +0700)]
MDL-86420 enrol_database: avoid duplicate key violations

3 months agoMDL-84736 behat: add custom step to edit a criterion
Simey Lameze [Wed, 19 Mar 2025 07:11:25 +0000 (15:11 +0800)]
MDL-84736 behat: add custom step to edit a criterion

This commit also improves the existing tests and add a new scenario to
verify the 'Do not mark for regrade' behavior.

3 months agoMDL-84736 gradingform : Behat for editing guide with graded submissions
Angelia Dela Cruz [Wed, 5 Mar 2025 07:37:39 +0000 (15:37 +0800)]
MDL-84736 gradingform : Behat for editing guide with graded submissions

3 months agoMDL-86416 navigation: Render the more menu only when it's not empty
Stefan Topfstedt [Wed, 29 Oct 2025 23:43:34 +0000 (16:43 -0700)]
MDL-86416 navigation: Render the more menu only when it's not empty

Co-authored-by: Jun Pataleta <jun@moodle.com>
3 months agoMerge branch 'MDL-87379_master' of https://github.com/santoshndev/moodle
Huong Nguyen [Tue, 9 Dec 2025 02:28:11 +0000 (09:28 +0700)]
Merge branch 'MDL-87379_master' of https://github.com/santoshndev/moodle

3 months agoMerge branch 'MDL-82281-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Tue, 9 Dec 2025 01:44:50 +0000 (09:44 +0800)]
Merge branch 'MDL-82281-main' of https://github.com/lucaboesch/moodle

3 months agoMerge branch 'MDL-86677-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Tue, 9 Dec 2025 01:27:14 +0000 (09:27 +0800)]
Merge branch 'MDL-86677-main' of https://github.com/lucaboesch/moodle

3 months agoMDL-87340 mod_quiz: make test_question_shuffle more robust
Simey Lameze [Sun, 7 Dec 2025 23:57:43 +0000 (07:57 +0800)]
MDL-87340 mod_quiz: make test_question_shuffle more robust

This commit improves test_question_shuffle by retrying if questions
remains in the same order after shuffling.

3 months agoMDL-87182 quiz: no CBM metric when no data available
Stephan Robotta [Tue, 18 Nov 2025 12:50:51 +0000 (13:50 +0100)]
MDL-87182 quiz: no CBM metric when no data available

3 months agoMDL-86807 core_courseformat: RTL chevron in move activity modal
Muhammad Arnaldo [Mon, 8 Dec 2025 04:29:41 +0000 (11:29 +0700)]
MDL-86807 core_courseformat: RTL chevron in move activity modal

3 months agoMDL-61588 filepicker: improve the message if you upload the wrong type
nvhai248 [Thu, 23 Oct 2025 07:37:21 +0000 (14:37 +0700)]
MDL-61588 filepicker: improve the message if you upload the wrong type

3 months agoMDL-86830 calendar: Fix double encoding in event title attributes
Andi Permana [Tue, 25 Nov 2025 02:48:13 +0000 (09:48 +0700)]
MDL-86830 calendar: Fix double encoding in event title attributes

3 months agoMDL-85336 redis: Split connection and read timeouts
Benjamin Walker [Mon, 2 Jun 2025 02:03:17 +0000 (12:03 +1000)]
MDL-85336 redis: Split connection and read timeouts

3 months agoMDL-85336 cachestore_redis: Split connection and read timeouts
Benjamin Walker [Mon, 2 Jun 2025 02:02:55 +0000 (12:02 +1000)]
MDL-85336 cachestore_redis: Split connection and read timeouts

3 months agoMDL-85336 redis: Support floats in connection timeout
Benjamin Walker [Mon, 2 Jun 2025 02:00:51 +0000 (12:00 +1000)]
MDL-85336 redis: Support floats in connection timeout

3 months agoMDL-85336 cachestore_redis: Support floats in connection timeout
Benjamin Walker [Mon, 2 Jun 2025 01:59:03 +0000 (11:59 +1000)]
MDL-85336 cachestore_redis: Support floats in connection timeout

3 months agoMDL-86805 courseindex: Fix RTL keyboard navigation in tree
Andi Permana [Fri, 5 Dec 2025 17:29:10 +0000 (00:29 +0700)]
MDL-86805 courseindex: Fix RTL keyboard navigation in tree

3 months agoMDL-87412 qbank_managecategories: Fix "new child" drop target
Mark Johnson [Fri, 5 Dec 2025 14:10:09 +0000 (14:10 +0000)]
MDL-87412 qbank_managecategories: Fix "new child" drop target

This fixes the CSS rule that reveals the "as new child of" drop target
shown when dragging a category over another category which has no
children.

We can't behat test the actual drag-drop reordering behaviour with behat
as reactive DragDrop components aren't testable, but we can trigger the
CSS to add a regression test for the drop target's appearance.

3 months agoMDL-82281 quiz: Amend test to circumvent modinfo cache fails.
Luca Bösch [Tue, 25 Jun 2024 20:20:24 +0000 (22:20 +0200)]
MDL-82281 quiz: Amend test to circumvent modinfo cache fails.

3 months agoMDL-87379 theme_classic: Fixed mobile responsiveness issue
Santosh Nagargoje [Tue, 2 Dec 2025 21:22:04 +0000 (02:52 +0530)]
MDL-87379 theme_classic: Fixed mobile responsiveness issue

3 months agoMDL-86916 mod_quiz: fix to show overall feedback when marks hidden
Daniel Ureña [Tue, 21 Oct 2025 07:16:57 +0000 (09:16 +0200)]
MDL-86916 mod_quiz: fix to show overall feedback when marks hidden

3 months agoMDL-86808 theme_boost: misaligned footer popover in RTL
Muhammad Arnaldo [Fri, 5 Dec 2025 08:53:04 +0000 (15:53 +0700)]
MDL-86808 theme_boost: misaligned footer popover in RTL

Limit the fallback placement vertically.

3 months agoMDL-87142 question: dropdown-toggle class for question format select
Luca Bösch [Sun, 9 Nov 2025 01:02:37 +0000 (02:02 +0100)]
MDL-87142 question: dropdown-toggle class for question format select

3 months agoMDL-86677 mod_quiz: let the summary of attempt table be striped
Luca Bösch [Wed, 17 Sep 2025 16:10:15 +0000 (17:10 +0100)]
MDL-86677 mod_quiz: let the summary of attempt table be striped

3 months agoMDL-86679 core: Fix MS field mappings in upgrade script
Andi Permana [Wed, 3 Dec 2025 02:29:00 +0000 (09:29 +0700)]
MDL-86679 core: Fix MS field mappings in upgrade script

3 months agoMDL-86679 oauth2: Support MS personal and work account names
Andi Permana [Fri, 28 Nov 2025 12:47:22 +0000 (19:47 +0700)]
MDL-86679 oauth2: Support MS personal and work account names

3 months agoMDL-87406 customfield: Use recordset for processing upgrade
Eric Merrill [Fri, 5 Dec 2025 04:56:17 +0000 (23:56 -0500)]
MDL-87406 customfield: Use recordset for processing upgrade

3 months agoweekly release 5.2dev
Huong Nguyen [Fri, 5 Dec 2025 01:08:13 +0000 (08:08 +0700)]
weekly release 5.2dev

3 months agoNOBUG: Add upgrade notes
Huong Nguyen [Fri, 5 Dec 2025 01:08:13 +0000 (08:08 +0700)]
NOBUG: Add upgrade notes

3 months agoNOBUG: Fixed SVG browser compatibility
Huong Nguyen [Fri, 5 Dec 2025 01:07:58 +0000 (08:07 +0700)]
NOBUG: Fixed SVG browser compatibility

3 months agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Huong Nguyen [Fri, 5 Dec 2025 01:07:57 +0000 (08:07 +0700)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

3 months agoMDL-86699 mod_forum: use course category/module entities in report.
Paul Holden [Thu, 18 Sep 2025 11:22:23 +0000 (12:22 +0100)]
MDL-86699 mod_forum: use course category/module entities in report.

Enhance, and set benchmark for other course module reports in, the
forum custom report source by including category and module data.

3 months agoMDL-86699 reportbuilder: new entities for obtaining course modules data.
Paul Holden [Thu, 18 Sep 2025 10:51:43 +0000 (11:51 +0100)]
MDL-86699 reportbuilder: new entities for obtaining course modules data.

These entities are intended to be used/extended in reports specific to
course module data (forums, assignments, etc), in order to provide a
baseline in terms of module reporting and API usage.

3 months agoMDL-81304 Performance: Add notes for CTE
Huong Nguyen [Thu, 4 Dec 2025 14:11:29 +0000 (21:11 +0700)]
MDL-81304 Performance: Add notes for CTE

3 months agoMerge branch 'MDL-86665-main' of https://github.com/andrewnicols/moodle
Adrian Greeve [Thu, 4 Dec 2025 05:28:47 +0000 (13:28 +0800)]
Merge branch 'MDL-86665-main' of https://github.com/andrewnicols/moodle

3 months agoMerge branch 'MDL-87068-main' of https://github.com/lameze/moodle
Huong Nguyen [Thu, 4 Dec 2025 03:01:59 +0000 (10:01 +0700)]
Merge branch 'MDL-87068-main' of https://github.com/lameze/moodle

3 months agoMDL-87121 quiz: Fixed random question performance issue
Santosh Nagargoje [Thu, 4 Dec 2025 11:51:45 +0000 (17:21 +0530)]
MDL-87121 quiz: Fixed random question performance issue

3 months agoMDL-86593 Course completion: Disabled modules not returned as criteria
Christian Abila [Wed, 19 Nov 2025 05:49:00 +0000 (06:49 +0100)]
MDL-86593 Course completion: Disabled modules not returned as criteria

- Filter out disabled modules
- Update get_criteria method signature
- Fix code style

3 months agoMDL-87068 contentbank_h5p: Behat for restoring course contentbank
Angelia Dela Cruz [Thu, 20 Nov 2025 09:57:16 +0000 (17:57 +0800)]
MDL-87068 contentbank_h5p: Behat for restoring course contentbank

3 months agoMerge branch 'MDL-83485-main' of https://github.com/junpataleta/moodle
Huong Nguyen [Thu, 4 Dec 2025 02:18:52 +0000 (09:18 +0700)]
Merge branch 'MDL-83485-main' of https://github.com/junpataleta/moodle

3 months agoMerge branch 'MDL-82232-main' of https://github.com/junpataleta/moodle
Huong Nguyen [Thu, 4 Dec 2025 02:12:53 +0000 (09:12 +0700)]
Merge branch 'MDL-82232-main' of https://github.com/junpataleta/moodle

3 months agoMDL-72744 table: Improve PHPUnit test
Huong Nguyen [Thu, 4 Dec 2025 01:48:25 +0000 (08:48 +0700)]
MDL-72744 table: Improve PHPUnit test

3 months agoMDL-72744 core_grades: Escape formulas when exporting spreadsheets
David Woloszyn [Thu, 27 Nov 2025 01:29:43 +0000 (12:29 +1100)]
MDL-72744 core_grades: Escape formulas when exporting spreadsheets

3 months agoMDL-72744 dataformat: Escape formulas when exporting spreadsheets
David Woloszyn [Wed, 26 Nov 2025 02:14:44 +0000 (13:14 +1100)]
MDL-72744 dataformat: Escape formulas when exporting spreadsheets

Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
3 months agoMerge branch 'MDL-85534-main' of https://github.com/junpataleta/moodle
Mihail Geshoski [Thu, 4 Dec 2025 01:44:16 +0000 (09:44 +0800)]
Merge branch 'MDL-85534-main' of https://github.com/junpataleta/moodle

3 months agoMDL-86087 core: Use correct required version
Huong Nguyen [Thu, 4 Dec 2025 01:35:37 +0000 (08:35 +0700)]
MDL-86087 core: Use correct required version

3 months agoMerge branch 'MDL-87299-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Thu, 4 Dec 2025 01:21:19 +0000 (09:21 +0800)]
Merge branch 'MDL-87299-main' of https://github.com/lucaboesch/moodle

3 months agoMerge branch 'MDL-87245-main' of https://github.com/junpataleta/moodle
Mihail Geshoski [Wed, 3 Dec 2025 15:48:40 +0000 (23:48 +0800)]
Merge branch 'MDL-87245-main' of https://github.com/junpataleta/moodle

3 months agoMerge branch 'main_MDL-81304' of https://github.com/mattporritt/moodle
Mihail Geshoski [Wed, 3 Dec 2025 15:36:53 +0000 (23:36 +0800)]
Merge branch 'main_MDL-81304' of https://github.com/mattporritt/moodle

3 months agoMDL-87245 scorm: Indicate when the SCORM package opens in a new window
Jun Pataleta [Thu, 20 Nov 2025 09:15:32 +0000 (17:15 +0800)]
MDL-87245 scorm: Indicate when the SCORM package opens in a new window

3 months agoMerge branch 'MDL-85858-main' of https://github.com/junpataleta/moodle
Mihail Geshoski [Wed, 3 Dec 2025 15:27:25 +0000 (23:27 +0800)]
Merge branch 'MDL-85858-main' of https://github.com/junpataleta/moodle

3 months agoMerge branch 'MDL-87117-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Wed, 3 Dec 2025 13:06:11 +0000 (14:06 +0100)]
Merge branch 'MDL-87117-main' of https://github.com/sarjona/moodle

3 months agoMDL-86346 lib: Upgrade Mustache to v3.0.0
Muhammad Arnaldo [Mon, 1 Dec 2025 04:49:09 +0000 (11:49 +0700)]
MDL-86346 lib: Upgrade Mustache to v3.0.0

Major upgrade for Mustache library from version 2.14.2 to 3.0.0

3 months agoMDL-85534 forum: Set appropriate heading levels for the discussion page
Jun Pataleta [Tue, 2 Dec 2025 10:39:11 +0000 (18:39 +0800)]
MDL-85534 forum: Set appropriate heading levels for the discussion page

3 months agoMerge branch 'MDL-87091-main' of https://github.com/lameze/moodle
Huong Nguyen [Wed, 3 Dec 2025 09:11:15 +0000 (16:11 +0700)]
Merge branch 'MDL-87091-main' of https://github.com/lameze/moodle

3 months agoMDL-87091 behat: Test authloginviaemail setting behavior
mioyu-ubiq [Tue, 25 Nov 2025 08:47:49 +0000 (16:47 +0800)]
MDL-87091 behat: Test authloginviaemail setting behavior

3 months agoMDL-86087 gha: Bump versions for Web Installer
Huong Nguyen [Wed, 3 Dec 2025 07:25:31 +0000 (14:25 +0700)]
MDL-86087 gha: Bump versions for Web Installer