moodle.git
2 weeks agoMDL-87003 tool_mobile: Return if MFA and reCAPTCHA is enabled
Juan Leyva [Fri, 24 Oct 2025 08:59:36 +0000 (10:59 +0200)]
MDL-87003 tool_mobile: Return if MFA and reCAPTCHA is enabled

2 weeks agoMDL-85391 course: Handle null course urls
Neill Magill [Wed, 7 May 2025 08:22:10 +0000 (09:22 +0100)]
MDL-85391 course: Handle null course urls

Course urls may be null when navigation is set to true.

The return value from course_get_url being null was not being handled before
this change, which could lead to an exception causing the page not to load.

It also handles null urls in the course index in Boost so that they are
not a link to what ever the current page is.

If either the first or last section in a format did not a
return a url under the Classic theme there would still be
a link displayed with a link to the current page the user
is on.

After this change no link would be displayed in this case.

2 weeks agoMerge branch 'mdl85075-main' of https://github.com/matthewhilton/moodle
Huong Nguyen [Wed, 29 Oct 2025 02:31:04 +0000 (09:31 +0700)]
Merge branch 'mdl85075-main' of https://github.com/matthewhilton/moodle

2 weeks agoMerge branch 'MDL-86894-main' of https://github.com/Kredelirious/moodle
Mihail Geshoski [Wed, 29 Oct 2025 02:17:37 +0000 (10:17 +0800)]
Merge branch 'MDL-86894-main' of https://github.com/Kredelirious/moodle

2 weeks agoMerge branch 'MDL-82190-master' of https://github.com/danghieu1407/moodle
Mihail Geshoski [Wed, 29 Oct 2025 02:10:08 +0000 (10:10 +0800)]
Merge branch 'MDL-82190-master' of https://github.com/danghieu1407/moodle

2 weeks agoMDL-66888 block_myoverview: Add course sorting options to overview block
Thorsten Gattinger [Wed, 29 Oct 2025 01:40:07 +0000 (02:40 +0100)]
MDL-66888 block_myoverview: Add course sorting options to overview block

2 weeks agoMDL-66888 block_myoverview: Fix duplicated scenario name in behat test
Thorsten Gattinger [Wed, 29 Oct 2025 01:36:08 +0000 (02:36 +0100)]
MDL-66888 block_myoverview: Fix duplicated scenario name in behat test

2 weeks agoMDL-69226 environment: filter extension required
Daniel Ziegenberg [Wed, 16 Apr 2025 19:13:10 +0000 (21:13 +0200)]
MDL-69226 environment: filter extension required

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2 weeks agoMDL-86894 mod_forum: Behat to verify default forum RSS settings
Kim Jared Lucas [Tue, 14 Oct 2025 06:12:30 +0000 (14:12 +0800)]
MDL-86894 mod_forum: Behat to verify default forum RSS settings

2 weeks agoAutomatically generated installer lang files
AMOS bot [Tue, 28 Oct 2025 00:09:56 +0000 (00:09 +0000)]
Automatically generated installer lang files

2 weeks agoMerge branch 'MDL-85774-main-3' of https://github.com/junpataleta/moodle
Adrian Greeve [Mon, 27 Oct 2025 01:01:11 +0000 (09:01 +0800)]
Merge branch 'MDL-85774-main-3' of https://github.com/junpataleta/moodle

3 weeks agoMDL-84967 analytics: close recordset when it's not needed anymore
Daniel Ziegenberg [Fri, 21 Mar 2025 16:53:35 +0000 (17:53 +0100)]
MDL-84967 analytics: close recordset when it's not needed anymore

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
3 weeks agoMerge branch 'MDL-84866-main' of https://github.com/aanabit/moodle
Amaia Anabitarte [Fri, 24 Oct 2025 13:22:40 +0000 (15:22 +0200)]
Merge branch 'MDL-84866-main' of https://github.com/aanabit/moodle

3 weeks agoMerge branch 'MDL-86856-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Fri, 24 Oct 2025 13:20:19 +0000 (15:20 +0200)]
Merge branch 'MDL-86856-main' of https://github.com/sarjona/moodle

3 weeks agoMerge branch 'MDL-86430-Bad-Display-Of-Scale-Grading' of https://github.com/birdy1976...
ferran [Fri, 24 Oct 2025 10:13:28 +0000 (12:13 +0200)]
Merge branch 'MDL-86430-Bad-Display-Of-Scale-Grading' of https://github.com/birdy1976/moodle

3 weeks agoMDL-86235 core: Add table-hover class to admintable and generaltable
Andi Permana [Thu, 23 Oct 2025 05:38:27 +0000 (12:38 +0700)]
MDL-86235 core: Add table-hover class to admintable and generaltable

3 weeks agoMDL-87004 backup: Ensure backups include all random questions
Mark Johnson [Fri, 24 Oct 2025 08:15:53 +0000 (09:15 +0100)]
MDL-87004 backup: Ensure backups include all random questions

Backing up quizzes containing random questions from multiple different
categories was only including one of the categories in the backup.

This was due to doing $array + $array instead of array_merge(), meaning
items in the second array with keys that were already present in the
first did not get added to the result.

3 weeks agoMDL-84173 libraries: upgrade lti1p3 to v6.2.0
rajutm25 [Mon, 22 Sep 2025 18:03:30 +0000 (23:33 +0530)]
MDL-84173 libraries: upgrade lti1p3 to v6.2.0

3 weeks agoMDL-86855 qbank_columnsortorder: Remove the column move handle selector
Jun Pataleta [Fri, 24 Oct 2025 03:28:53 +0000 (11:28 +0800)]
MDL-86855 qbank_columnsortorder: Remove the column move handle selector

Remove the Behat selector `column move handle` for the
`qbank_columnsortorder` plugin.

3 weeks agoMDL-86855 qbank_columnsortorder: Render disabled columns as a list
Jun Pataleta [Fri, 24 Oct 2025 03:09:14 +0000 (11:09 +0800)]
MDL-86855 qbank_columnsortorder: Render disabled columns as a list

* Lists must be marked up with the proper semantics.

3 weeks agoMDL-86855 qbank_columnsortorder: Fix accessibility issues
Jun Pataleta [Wed, 8 Oct 2025 09:01:44 +0000 (17:01 +0800)]
MDL-86855 qbank_columnsortorder: Fix accessibility issues

* Fix empty column heading in admin settings page
* Add accessible labels for the move buttons
* Fix drag and drop Behat test
* Add accessibility Behat coverage

3 weeks agoweekly release 5.2dev
Huong Nguyen [Fri, 24 Oct 2025 03:59:37 +0000 (10:59 +0700)]
weekly release 5.2dev

3 weeks agoNOBUG: Add upgrade notes
Huong Nguyen [Fri, 24 Oct 2025 03:59:37 +0000 (10:59 +0700)]
NOBUG: Add upgrade notes

3 weeks agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Huong Nguyen [Fri, 24 Oct 2025 03:59:18 +0000 (10:59 +0700)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

3 weeks agoMDL-86430 theme_boost: Fix display of scale grading when title too long
Martin Vögeli [Thu, 23 Oct 2025 15:04:58 +0000 (17:04 +0200)]
MDL-86430 theme_boost: Fix display of scale grading when title too long

3 weeks agoMDL-82190 Quiz: Fix quiz preview crash on question version removal
danghieu1407 [Fri, 6 Jun 2025 07:24:38 +0000 (14:24 +0700)]
MDL-82190 Quiz: Fix quiz preview crash on question version removal

3 weeks agoMDL-85774 login: Check for username/password fields before moving focus
Jun Pataleta [Thu, 23 Oct 2025 03:26:44 +0000 (11:26 +0800)]
MDL-85774 login: Check for username/password fields before moving focus

When the login form is not shown but $CFG->loginautofocus is turned on,
we need to verify first that the username and password fields exist
before we move the focus. Otherwise, the JS will break.

3 weeks agoMDL-85774 login: Remove visually-hidden links
Jun Pataleta [Thu, 23 Oct 2025 03:24:17 +0000 (11:24 +0800)]
MDL-85774 login: Remove visually-hidden links

Visually hidden links on login error/info disrupt tab order. We must
remove them.

Instead, announce the div containing the login error/info messages on
page reload.

The visually hidden signup link has also been removed.

3 weeks agoMerge branch 'MDL-86986-main' of https://github.com/junpataleta/moodle
Huong Nguyen [Thu, 23 Oct 2025 02:56:33 +0000 (09:56 +0700)]
Merge branch 'MDL-86986-main' of https://github.com/junpataleta/moodle

3 weeks agoMerge branch 'MDL-80524' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 23 Oct 2025 02:29:03 +0000 (09:29 +0700)]
Merge branch 'MDL-80524' of https://github.com/paulholden/moodle

3 weeks agoMerge branch 'MDL-86461-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Thu, 23 Oct 2025 02:27:27 +0000 (09:27 +0700)]
Merge branch 'MDL-86461-main' of https://github.com/andimendunia/moodle

3 weeks agoMerge branch 'main' of https://github.com/aneno-m-e/moodle
Mihail Geshoski [Thu, 23 Oct 2025 02:21:28 +0000 (10:21 +0800)]
Merge branch 'main' of https://github.com/aneno-m-e/moodle

3 weeks agoMDL-85075 files: Use core security helper first
Matthew Hilton [Thu, 3 Apr 2025 03:51:36 +0000 (13:51 +1000)]
MDL-85075 files: Use core security helper first

3 weeks agoMerge branch 'MDL-81804-main-first' of https://github.com/lucaboesch/moodle
Andrew Nicols [Thu, 23 Oct 2025 01:14:42 +0000 (09:14 +0800)]
Merge branch 'MDL-81804-main-first' of https://github.com/lucaboesch/moodle

3 weeks agoMDL-86434 core: Page title for invalid user ID
Leon Stringer [Wed, 3 Sep 2025 14:14:58 +0000 (16:14 +0200)]
MDL-86434 core: Page title for invalid user ID

3 weeks agoMDL-81804 dml: Passing parameters with -c key=val on PostgreSQL.
Luca Bösch [Wed, 22 Oct 2025 14:14:51 +0000 (16:14 +0200)]
MDL-81804 dml: Passing parameters with -c key=val on PostgreSQL.

Co-authored-by: Marcos Dos Santos De Oliveira <marcos.s.oliveira@fiesc.com.br>
3 weeks agoMDL-86856 course: Replace course_delete_module with cmactions::delete
Sara Arjona [Fri, 17 Oct 2025 10:58:49 +0000 (12:58 +0200)]
MDL-86856 course: Replace course_delete_module with cmactions::delete

3 weeks agoMDL-86856 course: Deprecate course_delete_module
Sara Arjona [Tue, 14 Oct 2025 15:42:35 +0000 (17:42 +0200)]
MDL-86856 course: Deprecate course_delete_module

3 weeks agoMDL-86856 courseformat: Add delete and delete_async to cmactions
Sara Arjona [Tue, 14 Oct 2025 15:41:38 +0000 (17:41 +0200)]
MDL-86856 courseformat: Add delete and delete_async to cmactions

3 weeks agoMDL-84866 core_courseformat: Add duplicate option to subsections
Amaia Anabitarte [Thu, 16 Oct 2025 15:03:59 +0000 (17:03 +0200)]
MDL-84866 core_courseformat: Add duplicate option to subsections

3 weeks agoMDL-86986 core: Add aria-label to the drag handle button
Jun Pataleta [Wed, 22 Oct 2025 12:14:06 +0000 (20:14 +0800)]
MDL-86986 core: Add aria-label to the drag handle button

3 weeks agoMerge branch 'wip_MDL-86435_main' of https://github.com/gjb2048/moodle
ferran [Wed, 22 Oct 2025 10:55:51 +0000 (12:55 +0200)]
Merge branch 'wip_MDL-86435_main' of https://github.com/gjb2048/moodle

3 weeks agoMerge branch 'MDL-85474' of https://github.com/jonof/moodle
Mihail Geshoski [Wed, 22 Oct 2025 08:45:05 +0000 (16:45 +0800)]
Merge branch 'MDL-85474' of https://github.com/jonof/moodle

3 weeks agoMDL-80524 rating: preserve activity idnumber when adding rating.
Paul Holden [Fri, 3 Oct 2025 10:22:36 +0000 (11:22 +0100)]
MDL-80524 rating: preserve activity idnumber when adding rating.

See also e9a5485f for context regarding similar problem with grade
updates.

Co-authored-by: Julian Tovar
3 weeks agoMerge branch 'MDL-86282-main' of https://github.com/srobotta/moodle
Mihail Geshoski [Wed, 22 Oct 2025 08:29:16 +0000 (16:29 +0800)]
Merge branch 'MDL-86282-main' of https://github.com/srobotta/moodle

3 weeks agoMDL-75764 mod_assign: remove capability check for bulk downloads
Noemie Ariste [Thu, 31 Jul 2025 23:12:19 +0000 (11:12 +1200)]
MDL-75764 mod_assign: remove capability check for bulk downloads

3 weeks agoMerge branch 'MDL-86217' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 22 Oct 2025 03:39:43 +0000 (11:39 +0800)]
Merge branch 'MDL-86217' of https://github.com/paulholden/moodle

3 weeks agoMerge branch 'MDL-86225-main' of https://github.com/josepico01/moodle
Mihail Geshoski [Wed, 22 Oct 2025 03:00:56 +0000 (11:00 +0800)]
Merge branch 'MDL-86225-main' of https://github.com/josepico01/moodle

3 weeks agoMerge branch 'MDL-86063' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 22 Oct 2025 02:20:12 +0000 (10:20 +0800)]
Merge branch 'MDL-86063' of https://github.com/paulholden/moodle

3 weeks agoMerge branch '83543-xls-form-main' of https://github.com/DSI-Universite-Rennes2/moodle
Huong Nguyen [Wed, 22 Oct 2025 02:12:14 +0000 (09:12 +0700)]
Merge branch '83543-xls-form-main' of https://github.com/DSI-Universite-Rennes2/moodle

3 weeks agoMerge branch '77137-proxybypass-on-multiple-curl-queries-main' of https://github...
Huong Nguyen [Wed, 22 Oct 2025 02:07:00 +0000 (09:07 +0700)]
Merge branch '77137-proxybypass-on-multiple-curl-queries-main' of https://github.com/DSI-Universite-Rennes2/moodle

3 weeks agoMDL-86915 core: define "core" plugin type string.
Paul Holden [Tue, 14 Oct 2025 13:48:53 +0000 (14:48 +0100)]
MDL-86915 core: define "core" plugin type string.

Per ae7f3dfd this is now required for all plugin types. In this
specific case, it's used by the privacy plugin registry.

3 weeks agoMerge branch 'MDL-85796-main' of https://github.com/junpataleta/moodle
Amaia Anabitarte [Tue, 21 Oct 2025 17:55:06 +0000 (19:55 +0200)]
Merge branch 'MDL-85796-main' of https://github.com/junpataleta/moodle

3 weeks agoMerge branch 'MDL-86119-remove-YUI-TreeView-from-mod-folder_main' of https://github...
ferran [Tue, 21 Oct 2025 09:30:59 +0000 (11:30 +0200)]
Merge branch 'MDL-86119-remove-YUI-TreeView-from-mod-folder_main' of https://github.com/Benjamin-unige/moodle

3 weeks agoMerge branch 'MDL-86848-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Tue, 21 Oct 2025 07:00:34 +0000 (14:00 +0700)]
Merge branch 'MDL-86848-main' of https://github.com/andrewnicols/moodle

3 weeks agoMerge branch 'MDL-85592' of https://github.com/paulholden/moodle
Shamim Rezaie [Tue, 21 Oct 2025 06:06:44 +0000 (17:06 +1100)]
Merge branch 'MDL-85592' of https://github.com/paulholden/moodle

3 weeks agoMerge branch 'MDL-85168-main' of https://github.com/phmemmel/moodle
Huong Nguyen [Tue, 21 Oct 2025 03:36:19 +0000 (10:36 +0700)]
Merge branch 'MDL-85168-main' of https://github.com/phmemmel/moodle

3 weeks agoMerge branch 'MDL-85633-main' of https://github.com/lucaboesch/moodle
Huong Nguyen [Tue, 21 Oct 2025 02:47:12 +0000 (09:47 +0700)]
Merge branch 'MDL-85633-main' of https://github.com/lucaboesch/moodle

3 weeks agoMerge branch 'MDL-85511-main' of https://github.com/lucaboesch/moodle
Huong Nguyen [Tue, 21 Oct 2025 02:44:36 +0000 (09:44 +0700)]
Merge branch 'MDL-85511-main' of https://github.com/lucaboesch/moodle

3 weeks agoMerge branch 'MDL-85287-main' of https://github.com/sammarshallou/moodle
Huong Nguyen [Tue, 21 Oct 2025 02:41:48 +0000 (09:41 +0700)]
Merge branch 'MDL-85287-main' of https://github.com/sammarshallou/moodle

3 weeks agoMerge branch 'MDL-86559-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Tue, 21 Oct 2025 02:39:16 +0000 (09:39 +0700)]
Merge branch 'MDL-86559-main' of https://github.com/andimendunia/moodle

3 weeks agoMDL-85474 assign: fix call to undefined 'view_error_page' method
Jonathon Fowler [Tue, 22 Apr 2025 23:33:52 +0000 (09:33 +1000)]
MDL-85474 assign: fix call to undefined 'view_error_page' method

And while doing so, fix $notices parameters that ought to be call-by-
reference to collect notices produced during calls to
process_submit_other_for_grading() and process_submit_for_grading().

3 weeks agoMerge branch 'MDL-86455' of https://github.com/yerairogo/moodle into main
Paul Holden [Mon, 20 Oct 2025 15:51:03 +0000 (16:51 +0100)]
Merge branch 'MDL-86455' of https://github.com/yerairogo/moodle into main

3 weeks agoMDL-86396 task: assert outcome of applying read/write log filters.
Paul Holden [Mon, 20 Oct 2025 15:41:33 +0000 (16:41 +0100)]
MDL-86396 task: assert outcome of applying read/write log filters.

3 weeks agoMerge branch 'MDL-86396' of https://github.com/vinod404/moodle into main
Paul Holden [Mon, 20 Oct 2025 15:25:21 +0000 (16:25 +0100)]
Merge branch 'MDL-86396' of https://github.com/vinod404/moodle into main

3 weeks agoMDL-86385 reportbuilder: fix schedule promise thennable chain.
Paul Holden [Mon, 20 Oct 2025 15:13:08 +0000 (16:13 +0100)]
MDL-86385 reportbuilder: fix schedule promise thennable chain.

3 weeks agoMerge branch 'MDL-86385' of https://github.com/dfelipemonroy/moodle into main
Paul Holden [Mon, 20 Oct 2025 15:08:20 +0000 (16:08 +0100)]
Merge branch 'MDL-86385' of https://github.com/dfelipemonroy/moodle into main

3 weeks agoMerge branch 'MDL-86598-main' of https://github.com/aanabit/moodle
Sara Arjona [Mon, 20 Oct 2025 14:58:52 +0000 (16:58 +0200)]
Merge branch 'MDL-86598-main' of https://github.com/aanabit/moodle

3 weeks agoMDL-86598 course: Render HTML in activity overview section name mustache
Amaia Anabitarte [Tue, 14 Oct 2025 13:57:00 +0000 (15:57 +0200)]
MDL-86598 course: Render HTML in activity overview section name mustache

3 weeks agoMerge branch 'MDL-86011-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Mon, 20 Oct 2025 14:00:59 +0000 (16:00 +0200)]
Merge branch 'MDL-86011-main' of https://github.com/sarjona/moodle

3 weeks agoMerge branch 'MDL-86914-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Mon, 20 Oct 2025 13:56:23 +0000 (15:56 +0200)]
Merge branch 'MDL-86914-main' of https://github.com/sarjona/moodle

3 weeks agoMerge branch 'MDL-86607' of https://github.com/paulholden/moodle
Amaia Anabitarte [Mon, 20 Oct 2025 11:36:53 +0000 (13:36 +0200)]
Merge branch 'MDL-86607' of https://github.com/paulholden/moodle

3 weeks agoMerge branch 'MDL-86912-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Mon, 20 Oct 2025 11:32:21 +0000 (13:32 +0200)]
Merge branch 'MDL-86912-main' of https://github.com/sarjona/moodle

3 weeks agoMDL-85633 course: Move away from YUI navigation.
Luca Bösch [Sat, 7 Jun 2025 18:24:40 +0000 (20:24 +0200)]
MDL-85633 course: Move away from YUI navigation.

Co-authored-by: Mikel Martín Corrales <mikel@moodle.com>
3 weeks agoMDL-85287 User tours: Avoid scrolling while backdrop is displayed
sam marshall [Mon, 28 Apr 2025 08:49:51 +0000 (09:49 +0100)]
MDL-85287 User tours: Avoid scrolling while backdrop is displayed

If the page scrolls while the backdrop is displayed, it looks
incorrect because the backdrop does not scroll with page content.
To avoid this, don't show the backdrop until scrolling has finished.

3 weeks agoMerge branch 'MDL-83854-main' of https://github.com/roland04/moodle
Sara Arjona [Mon, 20 Oct 2025 08:12:44 +0000 (10:12 +0200)]
Merge branch 'MDL-83854-main' of https://github.com/roland04/moodle

3 weeks agoMDL-86119 mod_folder: Remove YUI TreeView
Benjamin Abraham [Fri, 25 Jul 2025 10:41:44 +0000 (12:41 +0200)]
MDL-86119 mod_folder: Remove YUI TreeView

Remove YUI TreeView and replace it with a layout of "ul" and  "li" tags
Using core/tree javascript module to implement ARIA navigation and collapse toggle
Accessibility text for root folder
Empty alt attributes
Remove unused foldertree class from edit.php form

3 weeks agoMDL-86912 assign: Prevent admin submitting unless enrolled as student
Sara Arjona [Tue, 14 Oct 2025 12:45:48 +0000 (14:45 +0200)]
MDL-86912 assign: Prevent admin submitting unless enrolled as student

3 weeks agoMDL-86912 assign: Adjust display of Status column in Overview
Sara Arjona [Tue, 14 Oct 2025 12:44:18 +0000 (14:44 +0200)]
MDL-86912 assign: Adjust display of Status column in Overview

3 weeks agoMDL-85511 course: back button for course management course search.
Luca Bösch [Tue, 29 Jul 2025 14:20:36 +0000 (16:20 +0200)]
MDL-85511 course: back button for course management course search.

3 weeks agoMerge branch 'MDL-85696-main' of https://github.com/andelacruz/moodle
Mihail Geshoski [Mon, 20 Oct 2025 02:24:32 +0000 (10:24 +0800)]
Merge branch 'MDL-85696-main' of https://github.com/andelacruz/moodle

3 weeks agoMerge branch 'mdl-85917_main' of https://github.com/james-cnz/moodle
Huong Nguyen [Mon, 20 Oct 2025 01:48:33 +0000 (08:48 +0700)]
Merge branch 'mdl-85917_main' of https://github.com/james-cnz/moodle

3 weeks agoMDL-86724 hub: Registration collects disk usage data
David Woloszyn [Mon, 20 Oct 2025 01:46:00 +0000 (12:46 +1100)]
MDL-86724 hub: Registration collects disk usage data

3 weeks agoMerge branch 'MDL-85975_main' of https://github.com/marxjohnson/moodle
Huong Nguyen [Mon, 20 Oct 2025 01:44:58 +0000 (08:44 +0700)]
Merge branch 'MDL-85975_main' of https://github.com/marxjohnson/moodle

3 weeks agoMerge branch 'MDL-86463-main' of https://github.com/andimendunia/moodle
Huong Nguyen [Mon, 20 Oct 2025 01:41:38 +0000 (08:41 +0700)]
Merge branch 'MDL-86463-main' of https://github.com/andimendunia/moodle

3 weeks agoMDL-86063 customfield: internally validate numeric data in persistent.
Paul Holden [Thu, 17 Jul 2025 21:16:06 +0000 (22:16 +0100)]
MDL-86063 customfield: internally validate numeric data in persistent.

Move previous validation from the data controller, added in 89dbe63d,
into the persistent class itself so that it can internally validate
itself rather than relying on callers.

This resolves problems with empty/null numeric fields contained within
course backups (e.g. during course copy).

3 weeks agoMDL-86217 badges: gracefully handle missing recipient data.
Paul Holden [Mon, 4 Aug 2025 16:25:53 +0000 (17:25 +0100)]
MDL-86217 badges: gracefully handle missing recipient data.

4 weeks agoAutomatically generated installer lang files
AMOS bot [Sat, 18 Oct 2025 00:08:01 +0000 (00:08 +0000)]
Automatically generated installer lang files

4 weeks agoMDL-86435 course: i/groupn.svg is not the same size as other icons.
Gareth Barnard [Wed, 27 Aug 2025 10:18:09 +0000 (11:18 +0100)]
MDL-86435 course: i/groupn.svg is not the same size as other icons.

4 weeks agoMDL-86953 blocks: constrain block controls menu on narrow screens.
Paul Holden [Fri, 17 Oct 2025 13:43:02 +0000 (14:43 +0100)]
MDL-86953 blocks: constrain block controls menu on narrow screens.

Extension of work in 93cadaba that constrained the dropdown menu,
we now set a breakpoint to account for overflowing when narrow.

4 weeks agoMerge branch 'MDL-80422' of https://github.com/paulholden/moodle
Ilya Tregubov [Fri, 17 Oct 2025 13:34:26 +0000 (15:34 +0200)]
Merge branch 'MDL-80422' of https://github.com/paulholden/moodle

4 weeks agoMDL-86952 output: truncate long text in drag/drop dialog options.
Paul Holden [Fri, 17 Oct 2025 13:06:46 +0000 (14:06 +0100)]
MDL-86952 output: truncate long text in drag/drop dialog options.

4 weeks agoMDL-86952 output: truncate long text in modal/dialog title element.
Paul Holden [Fri, 17 Oct 2025 12:31:36 +0000 (13:31 +0100)]
MDL-86952 output: truncate long text in modal/dialog title element.

4 weeks agoMerge branch 'MDL-85887' of https://github.com/paulholden/moodle
Amaia Anabitarte [Fri, 17 Oct 2025 11:45:49 +0000 (13:45 +0200)]
Merge branch 'MDL-85887' of https://github.com/paulholden/moodle

4 weeks agoMerge branch 'MDL-84290-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Fri, 17 Oct 2025 11:43:14 +0000 (13:43 +0200)]
Merge branch 'MDL-84290-main' of https://github.com/sarjona/moodle

4 weeks agoMDL-83854 theme_boost: Add indicator to move activity/section modal
Mikel Martín [Wed, 15 Oct 2025 06:24:34 +0000 (08:24 +0200)]
MDL-83854 theme_boost: Add indicator to move activity/section modal

4 weeks agoMDL-85696 mod_quiz: Behat to attempt password and time restricted quiz
Angelia Dela Cruz [Wed, 27 Aug 2025 08:59:01 +0000 (16:59 +0800)]
MDL-85696 mod_quiz: Behat to attempt password and time restricted quiz

4 weeks agoMerge branch 'MDL-85418' of https://github.com/paulholden/moodle
Huong Nguyen [Fri, 17 Oct 2025 03:27:18 +0000 (10:27 +0700)]
Merge branch 'MDL-85418' of https://github.com/paulholden/moodle

4 weeks agoMerge branch 'MDL-85312' of https://github.com/paulholden/moodle
Huong Nguyen [Fri, 17 Oct 2025 03:18:42 +0000 (10:18 +0700)]
Merge branch 'MDL-85312' of https://github.com/paulholden/moodle

4 weeks agoMerge branch 'MDL-86849-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Fri, 17 Oct 2025 03:15:13 +0000 (10:15 +0700)]
Merge branch 'MDL-86849-main' of https://github.com/andrewnicols/moodle