moodle.git
5 days agoweekly release 4.5.7+ MOODLE_405_STABLE
Mihail Geshoski [Thu, 30 Oct 2025 10:11:35 +0000 (18:11 +0800)]
weekly release 4.5.7+

5 days agoMerge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
Mihail Geshoski [Thu, 30 Oct 2025 10:11:21 +0000 (18:11 +0800)]
Merge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_405_STABLE

7 days agoMerge branch 'MDL-86894-405' of https://github.com/Kredelirious/moodle into MOODLE_40...
Mihail Geshoski [Wed, 29 Oct 2025 02:18:55 +0000 (10:18 +0800)]
Merge branch 'MDL-86894-405' of https://github.com/Kredelirious/moodle into MOODLE_405_STABLE

7 days 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

8 days agoAutomatically generated installer lang files
AMOS bot [Tue, 28 Oct 2025 00:09:44 +0000 (00:09 +0000)]
Automatically generated installer lang files

9 days agoMerge branch 'MDL-85774-405-3' of https://github.com/junpataleta/moodle into MOODLE_4...
Adrian Greeve [Mon, 27 Oct 2025 01:04:16 +0000 (09:04 +0800)]
Merge branch 'MDL-85774-405-3' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

11 days agoweekly release 4.5.7+
Huong Nguyen [Fri, 24 Oct 2025 04:00:34 +0000 (11:00 +0700)]
weekly release 4.5.7+

11 days agoNOBUG: Add upgrade notes
Huong Nguyen [Fri, 24 Oct 2025 04:00:34 +0000 (11:00 +0700)]
NOBUG: Add upgrade notes

12 days 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.

12 days 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.

13 days agoMerge branch 'MDL-86986-405' of https://github.com/junpataleta/moodle into MOODLE_405...
Huong Nguyen [Thu, 23 Oct 2025 02:57:34 +0000 (09:57 +0700)]
Merge branch 'MDL-86986-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

13 days 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

2 weeks agoMerge branch 'MDL-85796-405' of https://github.com/junpataleta/moodle into MOODLE_405...
Amaia Anabitarte [Tue, 21 Oct 2025 17:56:36 +0000 (19:56 +0200)]
Merge branch 'MDL-85796-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

2 weeks agoMerge branch 'MDL-85975_405_STABLE' of https://github.com/marxjohnson/moodle into...
Huong Nguyen [Tue, 21 Oct 2025 02:31:06 +0000 (09:31 +0700)]
Merge branch 'MDL-85975_405_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_405_STABLE

2 weeks agoMerge branch 'MDL-85696-405' of https://github.com/andelacruz/moodle into MOODLE_405_...
Mihail Geshoski [Mon, 20 Oct 2025 02:29:02 +0000 (10:29 +0800)]
Merge branch 'MDL-85696-405' of https://github.com/andelacruz/moodle into MOODLE_405_STABLE

2 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

2 weeks 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.

2 weeks agoweekly release 4.5.7+
Andrew Nicols [Thu, 16 Oct 2025 22:51:11 +0000 (06:51 +0800)]
weekly release 4.5.7+

2 weeks agoMerge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
Andrew Nicols [Thu, 16 Oct 2025 22:50:52 +0000 (06:50 +0800)]
Merge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_405_STABLE

2 weeks agoMDL-85796 core: Remove unnecessary title attribute on profile links
Jun Pataleta [Thu, 31 Jul 2025 10:32:45 +0000 (18:32 +0800)]
MDL-85796 core: Remove unnecessary title attribute on profile links

The title attribute with value "View profile" on profile links is
not necessary as the user's name on the link itself is sufficient
to convey the purpose of the link.

2 weeks agoMDL-84483 core_files: Always fire after_file_created hook
Jarad Barker [Mon, 10 Feb 2025 06:54:39 +0000 (17:54 +1100)]
MDL-84483 core_files: Always fire after_file_created hook

2 weeks agoMDL-86369 mod_scorm: fix attempt deletion behaviour on submit/redirect.
Paul Holden [Mon, 15 Sep 2025 12:40:00 +0000 (13:40 +0100)]
MDL-86369 mod_scorm: fix attempt deletion behaviour on submit/redirect.

Standard after a POST submission is to redirect back to where user came
from (in this case), to avoid awkward page reload behaviour. Also fix
bug where deleting an attempt for a user, where the attempt didn't exist
would delete all attempts for that user.

2 weeks agoMerge branch 'MDL-86186-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
Andrew Nicols [Wed, 15 Oct 2025 07:49:27 +0000 (15:49 +0800)]
Merge branch 'MDL-86186-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE

3 weeks agoAutomatically generated installer lang files
AMOS bot [Wed, 15 Oct 2025 00:09:30 +0000 (00:09 +0000)]
Automatically generated installer lang files

3 weeks agoMDL-85820 lib: Update pear/readme_moodle.txt
Jun Pataleta [Fri, 10 Oct 2025 03:01:13 +0000 (11:01 +0800)]
MDL-85820 lib: Update pear/readme_moodle.txt

3 weeks agoMDL-85820 formslib: don't add '-' to client-side valiation
Tim Hunt [Thu, 19 Jun 2025 10:08:30 +0000 (11:08 +0100)]
MDL-85820 formslib: don't add '-' to client-side valiation

3 weeks agoweekly release 4.5.7+
Huong Nguyen [Thu, 9 Oct 2025 15:00:32 +0000 (22:00 +0700)]
weekly release 4.5.7+

3 weeks agoMerge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
Huong Nguyen [Thu, 9 Oct 2025 14:59:50 +0000 (21:59 +0700)]
Merge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_405_STABLE

3 weeks agoAutomatically generated installer lang files
AMOS bot [Thu, 9 Oct 2025 00:09:09 +0000 (00:09 +0000)]
Automatically generated installer lang files

4 weeks agoMerge branch 'MDL-86450-forum-accessibility-check-boxes-in-advanced-search-form-not...
Jun Pataleta [Tue, 7 Oct 2025 06:07:34 +0000 (14:07 +0800)]
Merge branch 'MDL-86450-forum-accessibility-check-boxes-in-advanced-search-form-not-labeled-corrected-M4.5' of https://github.com/stopfstedt/moodle into MOODLE_405_STABLE

4 weeks agoMoodle release 4.5.7 v4.5.7
Huong Nguyen [Sat, 4 Oct 2025 02:03:40 +0000 (09:03 +0700)]
Moodle release 4.5.7

4 weeks agoNOBUG: Add upgrade notes
Huong Nguyen [Sat, 4 Oct 2025 02:03:40 +0000 (09:03 +0700)]
NOBUG: Add upgrade notes

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

4 weeks agoMDL-85975 backup: Handle nulls and arrays in restored questiondata
Mark Johnson [Wed, 9 Jul 2025 08:47:46 +0000 (09:47 +0100)]
MDL-85975 backup: Handle nulls and arrays in restored questiondata

unset_excluded_fields() was using isset() to determine if the field
targeted for removal is present in the provided data structure. However,
isset() returns false if the field exists, but contains null. This means
the field will not be unset when it should be.

This resolves this by changing the isset() to a property_exists() check
for objects, and array_key_exists() check for arrays. It also expands
the function to properly handle arrays of arrays, or arrays of values,
which was not fully covered before and is used by some third-party
question types.

4 weeks agoweekly release 4.5.6+
Shamim Rezaie [Fri, 3 Oct 2025 10:02:28 +0000 (20:02 +1000)]
weekly release 4.5.6+

4 weeks agoMDL-75087 mod_assign: Fix failing behat tests in classic
Mihail Geshoski [Fri, 3 Oct 2025 06:53:12 +0000 (14:53 +0800)]
MDL-75087 mod_assign: Fix failing behat tests in classic

4 weeks 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

4 weeks agoMDL-75087 mod_assign: Respect assignment timer
Rajneel Totaram [Tue, 29 Jul 2025 09:05:14 +0000 (21:05 +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.

4 weeks 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

4 weeks 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

5 weeks agoMDL-86494 router: Display error details only when debugging is on
David Woloszyn [Tue, 23 Sep 2025 04:11:15 +0000 (14:11 +1000)]
MDL-86494 router: Display error details only when debugging is on

5 weeks agoMDL-86353 mod_assign: Sync exception handling in PdfType and PdfReader
yusufwib01 [Wed, 3 Sep 2025 18:35:37 +0000 (01:35 +0700)]
MDL-86353 mod_assign: Sync exception handling in PdfType and PdfReader

5 weeks agoMDL-85421 cohort: limit requests for all cohorts to system context.
Paul Holden [Thu, 8 May 2025 23:09:54 +0000 (00:09 +0100)]
MDL-85421 cohort: limit requests for all cohorts to system context.

5 weeks 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

5 weeks 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

5 weeks 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.

5 weeks agoMerge branch 'MDL-85546-405' of https://github.com/raortegar/moodle into MOODLE_405_S...
Huong Nguyen [Wed, 1 Oct 2025 01:21:56 +0000 (08:21 +0700)]
Merge branch 'MDL-85546-405' of https://github.com/raortegar/moodle into MOODLE_405_STABLE

5 weeks agoMDL-86450 Forum: adds missing IDs to advanced search form elements.
Stefan Topfstedt [Tue, 26 Aug 2025 23:42:09 +0000 (16:42 -0700)]
MDL-86450 Forum: adds missing IDs to advanced search form elements.

5 weeks 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

5 weeks agoMerge branch 'MDL-86667-405' of https://github.com/stevandoMoodle/moodle into MOODLE_...
Huong Nguyen [Mon, 29 Sep 2025 06:36:53 +0000 (13:36 +0700)]
Merge branch 'MDL-86667-405' of https://github.com/stevandoMoodle/moodle into MOODLE_405_STABLE

5 weeks 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

5 weeks agoweekly release 4.5.6+
cescobedo [Fri, 26 Sep 2025 11:44:24 +0000 (13:44 +0200)]
weekly release 4.5.6+

5 weeks agoNOBUG: Add upgrade notes
cescobedo [Fri, 26 Sep 2025 11:44:24 +0000 (13:44 +0200)]
NOBUG: Add upgrade notes

5 weeks agoMerge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
cescobedo [Fri, 26 Sep 2025 11:44:11 +0000 (13:44 +0200)]
Merge branch 'install_405_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_405_STABLE

5 weeks 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

5 weeks agoMerge branch 'MDL-86511-405' of https://github.com/andimendunia/moodle into MOODLE_40...
Huong Nguyen [Fri, 26 Sep 2025 04:15:54 +0000 (11:15 +0700)]
Merge branch 'MDL-86511-405' of https://github.com/andimendunia/moodle into MOODLE_405_STABLE

5 weeks 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

5 weeks agoMerge branch 'MDL-85684-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Jun Pataleta [Fri, 26 Sep 2025 03:30:58 +0000 (11:30 +0800)]
Merge branch 'MDL-85684-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'mdl-84491_redis_connection_405' of https://github.com/ngandrass/moodle...
Huong Nguyen [Fri, 26 Sep 2025 03:21:01 +0000 (10:21 +0700)]
Merge branch 'mdl-84491_redis_connection_405' of https://github.com/ngandrass/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-85803-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Mihail Geshoski [Fri, 26 Sep 2025 03:10:14 +0000 (11:10 +0800)]
Merge branch 'MDL-85803-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-86363-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Jun Pataleta [Fri, 26 Sep 2025 03:07:51 +0000 (11:07 +0800)]
Merge branch 'MDL-86363-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-86383-405-enfix' of https://github.com/mudrd8mz/moodle into MOODLE_...
Jun Pataleta [Fri, 26 Sep 2025 01:48:14 +0000 (09:48 +0800)]
Merge branch 'MDL-86383-405-enfix' of https://github.com/mudrd8mz/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-85419-405' of https://github.com/sharpchi/moodle into MOODLE_405_STABLE
Huong Nguyen [Fri, 26 Sep 2025 01:47:01 +0000 (08:47 +0700)]
Merge branch 'MDL-85419-405' of https://github.com/sharpchi/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-80447-405-4' of https://github.com/raortegar/moodle into MOODLE_405...
Huong Nguyen [Fri, 26 Sep 2025 01:25:06 +0000 (08:25 +0700)]
Merge branch 'MDL-80447-405-4' of https://github.com/raortegar/moodle into MOODLE_405_STABLE

5 weeks 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.

5 weeks agoMDL-80447 repository_googledocs: Add missing fields
Huong Nguyen [Tue, 23 Sep 2025 09:49:53 +0000 (16:49 +0700)]
MDL-80447 repository_googledocs: Add missing fields

5 weeks agoMDL-80447 repository_googledocs: Switch to use core/pubsub
Huong Nguyen [Mon, 22 Sep 2025 10:54:48 +0000 (17:54 +0700)]
MDL-80447 repository_googledocs: Switch to use core/pubsub

5 weeks agoMDL-58001 mod_assign: Return early if no grade items are available
Tony Butler [Mon, 19 May 2025 15:00:07 +0000 (16:00 +0100)]
MDL-58001 mod_assign: Return early if no grade items are available

5 weeks agoMDL-58001 core_grades: New is_gradable() function in gradelib
Amaia Anabitarte [Wed, 9 Jul 2025 11:03:57 +0000 (13:03 +0200)]
MDL-58001 core_grades: New is_gradable() function in gradelib

Backported from main, introduced in MDL-85837.

5 weeks agoMerge branch 'MDL-86432-405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE
Mihail Geshoski [Thu, 25 Sep 2025 06:12:08 +0000 (14:12 +0800)]
Merge branch 'MDL-86432-405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-86599_405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE
Jun Pataleta [Thu, 25 Sep 2025 04:08:36 +0000 (12:08 +0800)]
Merge branch 'MDL-86599_405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-85675-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
Mihail Geshoski [Thu, 25 Sep 2025 03:53:45 +0000 (11:53 +0800)]
Merge branch 'MDL-85675-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-85166_405_STABLE' of https://github.com/marxjohnson/moodle into...
Mihail Geshoski [Thu, 25 Sep 2025 02:51:42 +0000 (10:51 +0800)]
Merge branch 'MDL-85166_405_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-84085-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Mihail Geshoski [Thu, 25 Sep 2025 01:57:24 +0000 (09:57 +0800)]
Merge branch 'MDL-84085-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

5 weeks agoAutomatically generated installer lang files
AMOS bot [Thu, 25 Sep 2025 00:07:52 +0000 (00:07 +0000)]
Automatically generated installer lang files

5 weeks 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

5 weeks agoMerge branch 'MDL-86738-405' of https://github.com/sarjona/moodle into MOODLE_405_STABLE
Amaia Anabitarte [Wed, 24 Sep 2025 15:29:17 +0000 (17:29 +0200)]
Merge branch 'MDL-86738-405' of https://github.com/sarjona/moodle into MOODLE_405_STABLE

5 weeks agoMerge branch 'MDL-86488-405-2' of https://github.com/junpataleta/moodle into MOODLE_4...
Amaia Anabitarte [Wed, 24 Sep 2025 15:16:54 +0000 (17:16 +0200)]
Merge branch 'MDL-86488-405-2' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

5 weeks agoMDL-86738 badges: Relocate upgrade notes from MDL-86174
Sara Arjona [Wed, 24 Sep 2025 11:09:42 +0000 (13:09 +0200)]
MDL-86738 badges: Relocate upgrade notes from MDL-86174

The upgrade notes were incorrectly placed outside the .upgradenotes/ directory
in MDL-86174. This commit moves them to the correct location.

5 weeks agoMDL-80447 repository_googledocs: Update Google Drive OAuth2 scope tests
raortegar [Sun, 31 Aug 2025 19:52:43 +0000 (21:52 +0200)]
MDL-80447 repository_googledocs: Update Google Drive OAuth2 scope tests

5 weeks agoMDL-80447 repository_googledocs: Update Google Drive OAuth2 scope
raortegar [Sun, 31 Aug 2025 19:51:29 +0000 (21:51 +0200)]
MDL-80447 repository_googledocs: Update Google Drive OAuth2 scope

Updated the Google Drive integration to use the drive.file scope instead
of the broader drive scope. This change removes support for shared drives,
which rely on full access. As a result, unit tests were updated to reflect
this behavior by bypassing shared drive checks and expectations.

5 weeks agoMDL-80447 core_repository: Add upload button to filepicker repository
raortegar [Sun, 31 Aug 2025 19:44:29 +0000 (21:44 +0200)]
MDL-80447 core_repository: Add upload button to filepicker repository

5 weeks agoMerge branch 'MDL-83462-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Mihail Geshoski [Wed, 24 Sep 2025 08:16:04 +0000 (16:16 +0800)]
Merge branch 'MDL-83462-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-85682-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Mihail Geshoski [Wed, 24 Sep 2025 02:20:31 +0000 (10:20 +0800)]
Merge branch 'MDL-85682-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

6 weeks agoMDL-86383 lang: Use the fixed strings in tests, too
David Mudrák [Mon, 22 Sep 2025 19:07:46 +0000 (21:07 +0200)]
MDL-86383 lang: Use the fixed strings in tests, too

6 weeks agoMDL-86383 lang: Import fixed English strings (en_fix)
Helen Foster [Tue, 23 Sep 2025 18:46:43 +0000 (20:46 +0200)]
MDL-86383 lang: Import fixed English strings (en_fix)

6 weeks agoweekly release 4.5.6+
Sara Arjona [Tue, 23 Sep 2025 15:21:13 +0000 (17:21 +0200)]
weekly release 4.5.6+

6 weeks agoNOBUG: Add upgrade notes
Sara Arjona [Tue, 23 Sep 2025 15:21:13 +0000 (17:21 +0200)]
NOBUG: Add upgrade notes

6 weeks agoMerge branch 'MDL-84504-maintenance-log-MOODLE_405_STABLE' of https://github.com...
Huong Nguyen [Tue, 23 Sep 2025 03:30:53 +0000 (10:30 +0700)]
Merge branch 'MDL-84504-maintenance-log-MOODLE_405_STABLE' of https://github.com/bwalkerl/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-86586-405-choice-dropdown' of https://github.com/sharpchi/moodle...
Huong Nguyen [Tue, 23 Sep 2025 01:43:34 +0000 (08:43 +0700)]
Merge branch 'MDL-86586-405-choice-dropdown' of https://github.com/sharpchi/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-86596-integration-405' of https://github.com/mihailges/moodle into...
Sara Arjona [Mon, 22 Sep 2025 08:13:02 +0000 (10:13 +0200)]
Merge branch 'MDL-86596-integration-405' of https://github.com/mihailges/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-86512-405' of https://github.com/junpataleta/moodle into MOODLE_405...
Mihail Geshoski [Mon, 22 Sep 2025 07:07:24 +0000 (15:07 +0800)]
Merge branch 'MDL-86512-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

6 weeks agoMDL-86596 tool_profiling: Revert string removal without deprecation
Mihail Geshoski [Mon, 22 Sep 2025 05:00:22 +0000 (13:00 +0800)]
MDL-86596 tool_profiling: Revert string removal without deprecation

6 weeks agoMerge branch 'MDL-84870-405' of https://github.com/andimendunia/moodle into MOODLE_40...
Huong Nguyen [Mon, 22 Sep 2025 01:28:44 +0000 (08:28 +0700)]
Merge branch 'MDL-84870-405' of https://github.com/andimendunia/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-83066-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Huong Nguyen [Mon, 22 Sep 2025 01:24:26 +0000 (08:24 +0700)]
Merge branch 'MDL-83066-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

6 weeks agoMDL-84504 cli: Add config logging for cli maintenance mode
Brendan Heywood [Tue, 18 Feb 2025 00:40:35 +0000 (11:40 +1100)]
MDL-84504 cli: Add config logging for cli maintenance mode

6 weeks agoMDL-84504 core: Allow setting config and logging with one call
Brendan Heywood [Tue, 18 Feb 2025 00:40:01 +0000 (11:40 +1100)]
MDL-84504 core: Allow setting config and logging with one call

6 weeks agoMerge branch 'MDL-83080-405' of https://github.com/paulholden/moodle into MOODLE_405_...
Mihail Geshoski [Sun, 21 Sep 2025 14:47:29 +0000 (22:47 +0800)]
Merge branch 'MDL-83080-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-86596-405' of https://github.com/yerairogo/moodle into MOODLE_405_S...
Mihail Geshoski [Sun, 21 Sep 2025 14:29:30 +0000 (22:29 +0800)]
Merge branch 'MDL-86596-405' of https://github.com/yerairogo/moodle into MOODLE_405_STABLE

6 weeks agoMerge branch 'MDL-86174-405' of https://github.com/sarjona/moodle into MOODLE_405_STABLE
Amaia Anabitarte [Fri, 19 Sep 2025 14:11:27 +0000 (16:11 +0200)]
Merge branch 'MDL-86174-405' of https://github.com/sarjona/moodle into MOODLE_405_STABLE