integration.git
8 months agoMDL-86297 core_question: Fix limit when retrieving qbank instances
Philipp Memmel [Fri, 22 Aug 2025 08:56:47 +0000 (10:56 +0200)]
MDL-86297 core_question: Fix limit when retrieving qbank instances

8 months agoMDL-86192 mod_bigbluebuttonbn: Remove @covers from test methods
Laurent David [Tue, 19 Aug 2025 09:45:26 +0000 (11:45 +0200)]
MDL-86192 mod_bigbluebuttonbn: Remove @covers from test methods

8 months agoMDL-86192 mod_bigbluebuttonbn: Implement group in overview page
Laurent David [Mon, 18 Aug 2025 14:22:27 +0000 (16:22 +0200)]
MDL-86192 mod_bigbluebuttonbn: Implement group in overview page

8 months agoMDL-86192 mod_bigbluebuttonbn: Make sure we can return all recordings
Laurent David [Tue, 19 Aug 2025 09:23:06 +0000 (11:23 +0200)]
MDL-86192 mod_bigbluebuttonbn: Make sure we can return all recordings

When we fetch recordings from an instance we filter out by groups automatically
depending on the group set in the instance.
This is not compatible with the approach of the overview page where we
filter by all groups of a user.

8 months agoMDL-86216 mod_scorm: Add support for groups in overview page
Laurent David [Wed, 6 Aug 2025 10:13:57 +0000 (12:13 +0200)]
MDL-86216 mod_scorm: Add support for groups in overview page

8 months agoAutomatically generated installer lang files
AMOS bot [Mon, 1 Sep 2025 00:07:58 +0000 (00:07 +0000)]
Automatically generated installer lang files

8 months agoMDL-86366 quiz: Description shouldn't show each secure page, but title.
Luca Bösch [Sun, 24 Aug 2025 00:07:17 +0000 (02:07 +0200)]
MDL-86366 quiz: Description shouldn't show each secure page, but title.

8 months agoMDL-86066 reportbuilder: hook up front end elements to new schedules.
Paul Holden [Thu, 21 Aug 2025 08:31:41 +0000 (09:31 +0100)]
MDL-86066 reportbuilder: hook up front end elements to new schedules.

8 months agoMDL-86066 reportbuilder: establish base schedule class implementation.
Paul Holden [Wed, 20 Aug 2025 14:10:55 +0000 (15:10 +0100)]
MDL-86066 reportbuilder: establish base schedule class implementation.

Move previous functionality from, and deprecate, the schedule helper
class method for creation.

Switch task to support new API, and fix privacy provider for the same.

8 months agoMDL-86066 reportbuilder: schedule schema update to support class types.
Paul Holden [Mon, 18 Aug 2025 20:37:10 +0000 (21:37 +0100)]
MDL-86066 reportbuilder: schedule schema update to support class types.

In order to support upcoming changes that allow for multiple types of
report schedule to be configured, update the table/persistent schema to
be more generic.

Audience data is retained as a first-class property, in order to more
easily and consistently support schedules that make use of audience data
and API, although the field itself is now nullable.

8 months agoMDL-86177 task: ensure tasks are runnable in indicator output.
Paul Holden [Thu, 31 Jul 2025 13:16:41 +0000 (14:16 +0100)]
MDL-86177 task: ensure tasks are runnable in indicator output.

Also fix case where task indicator progress data no longer exists,
which lead to exceptions when encountered, breaking the gradebook.

8 months agoMDL-85266 tool_uploaduser: correctly key bulk users session array.
Paul Holden [Wed, 23 Apr 2025 20:11:56 +0000 (21:11 +0100)]
MDL-85266 tool_uploaduser: correctly key bulk users session array.

8 months agoMDL-86479 course: Add accessibility coverage for course index options
Jun Pataleta [Fri, 29 Aug 2025 13:05:22 +0000 (21:05 +0800)]
MDL-86479 course: Add accessibility coverage for course index options

8 months agoMDL-86479 theme_boost: Fix a11y issues on the course index options
Jun Pataleta [Thu, 28 Aug 2025 05:41:16 +0000 (13:41 +0800)]
MDL-86479 theme_boost: Fix a11y issues on the course index options

* Add aria-label for the options menu button.
* Add proper menu and menuitem roles for the options menu.

8 months agoon-demand release 5.1dev+
cescobedo [Fri, 29 Aug 2025 13:02:26 +0000 (15:02 +0200)]
on-demand release 5.1dev+

8 months agoNOBUG: Add upgrade notes
cescobedo [Fri, 29 Aug 2025 13:02:26 +0000 (15:02 +0200)]
NOBUG: Add upgrade notes

8 months agoMDL-86489 mod_feedback: Add accessibility coverage for Questions tab
Jun Pataleta [Fri, 29 Aug 2025 12:49:10 +0000 (20:49 +0800)]
MDL-86489 mod_feedback: Add accessibility coverage for Questions tab

* Also fix the heading level issue found by the test.

8 months agoMDL-86489 mod_feedback: Mark required icon as decorative
Jun Pataleta [Thu, 28 Aug 2025 08:51:59 +0000 (16:51 +0800)]
MDL-86489 mod_feedback: Mark required icon as decorative

* Set `alt` param as empty, but add `title` attribute for the sake of
sighted users.
* Add a visually hidden string that indicates the element is required.

8 months agoMerge branch 'MDL-80295-main' of https://github.com/ferranrecio/moodle
Sara Arjona [Fri, 29 Aug 2025 04:29:59 +0000 (06:29 +0200)]
Merge branch 'MDL-80295-main' of https://github.com/ferranrecio/moodle

8 months agoMDL-86499 core: Make table sort icons decorative
Jun Pataleta [Fri, 29 Aug 2025 04:23:59 +0000 (12:23 +0800)]
MDL-86499 core: Make table sort icons decorative

8 months agoMerge branch 'MDL-86343' of https://github.com/paulholden/moodle
Huong Nguyen [Fri, 29 Aug 2025 04:03:47 +0000 (11:03 +0700)]
Merge branch 'MDL-86343' of https://github.com/paulholden/moodle

8 months agoMerge branch 'MDL-85743' of https://github.com/paulholden/moodle
Huong Nguyen [Fri, 29 Aug 2025 04:00:32 +0000 (11:00 +0700)]
Merge branch 'MDL-85743' of https://github.com/paulholden/moodle

8 months agoMDL-86459 libraries: Upgrade libphonenumber-for-php-lite to 9.0.12
yusufwib01 [Fri, 29 Aug 2025 03:56:04 +0000 (10:56 +0700)]
MDL-86459 libraries: Upgrade libphonenumber-for-php-lite to 9.0.12

8 months agoMerge branch 'MDL-85727-main' of https://github.com/HuongNV13/moodle
Michael Hawkins [Fri, 29 Aug 2025 03:52:52 +0000 (11:52 +0800)]
Merge branch 'MDL-85727-main' of https://github.com/HuongNV13/moodle

8 months agoMerge branch 'MDL-83256' of https://github.com/paulholden/moodle
Mihail Geshoski [Fri, 29 Aug 2025 03:34:13 +0000 (11:34 +0800)]
Merge branch 'MDL-83256' of https://github.com/paulholden/moodle

8 months agoMerge branch 'MDL-86452-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Fri, 29 Aug 2025 01:46:03 +0000 (08:46 +0700)]
Merge branch 'MDL-86452-main' of https://github.com/andrewnicols/moodle

8 months agoMerge branch 'MDL-86301-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Fri, 29 Aug 2025 01:41:10 +0000 (08:41 +0700)]
Merge branch 'MDL-86301-main' of https://github.com/andrewnicols/moodle

8 months agoMerge branch 'MDL-71147' of https://github.com/paulholden/moodle
Huong Nguyen [Fri, 29 Aug 2025 01:38:30 +0000 (08:38 +0700)]
Merge branch 'MDL-71147' of https://github.com/paulholden/moodle

8 months agoMerge branch 'MDL-77593_improve-performance-of-adding-members-to-communication-room...
Huong Nguyen [Fri, 29 Aug 2025 01:36:04 +0000 (08:36 +0700)]
Merge branch 'MDL-77593_improve-performance-of-adding-members-to-communication-room' of https://github.com/ziegenberg/moodle

8 months agoMDL-82244 course: use site default course visibility in external call.
Paul Holden [Wed, 19 Jun 2024 15:01:28 +0000 (16:01 +0100)]
MDL-82244 course: use site default course visibility in external call.

8 months agoMDL-86248 theme_boost: consistently apply dropdown item spacing. 0faeff2e1f23f2419a1461fc88076a185087349f
Paul Holden [Tue, 5 Aug 2025 16:51:08 +0000 (17:51 +0100)]
MDL-86248 theme_boost: consistently apply dropdown item spacing.

Replace previous ad-hoc fixes for active item spacing in dropdown
menu items.

Changes to Javascript are due to the following bug in our SCSS
compiler, preventing a simpler `&:has([...])` selector:

https://github.com/scssphp/scssphp/issues/606

Co-authored-by: Mikel Martín <mikel@moodle.com>
8 months agoMDL-80295 core_courseformat: render cm controls using new rendering
ferran [Thu, 14 Aug 2025 12:45:19 +0000 (14:45 +0200)]
MDL-80295 core_courseformat: render cm controls using new rendering

8 months agoMDL-80295 core_courseformat: actvity chooser JS with section ID
ferran [Thu, 14 Aug 2025 12:44:05 +0000 (14:44 +0200)]
MDL-80295 core_courseformat: actvity chooser JS with section ID

8 months agoMDL-80295 core_courseformat: activity chooser rendering using section ID
ferran [Thu, 14 Aug 2025 12:42:59 +0000 (14:42 +0200)]
MDL-80295 core_courseformat: activity chooser rendering using section ID

8 months agoMDL-80295 core_courseformat: replace content items old webservice
ferran [Thu, 28 Aug 2025 14:30:40 +0000 (16:30 +0200)]
MDL-80295 core_courseformat: replace content items old webservice

8 months agoMerge branch 'MDL-86210-main' of https://github.com/ferranrecio/moodle
Amaia Anabitarte [Thu, 28 Aug 2025 14:03:36 +0000 (16:03 +0200)]
Merge branch 'MDL-86210-main' of https://github.com/ferranrecio/moodle

8 months agoMDL-86210 core_courseformat: add permalink to activities
ferran [Fri, 9 May 2025 08:13:12 +0000 (10:13 +0200)]
MDL-86210 core_courseformat: add permalink to activities

8 months agoMerge branch 'MDL-86280-main' of https://github.com/lucaboesch/moodle
Amaia Anabitarte [Thu, 28 Aug 2025 09:19:28 +0000 (11:19 +0200)]
Merge branch 'MDL-86280-main' of https://github.com/lucaboesch/moodle

8 months agoMDL-86301 phpunit: Move fixture loading to base_testcase
Andrew Nicols [Fri, 22 Aug 2025 12:46:33 +0000 (20:46 +0800)]
MDL-86301 phpunit: Move fixture loading to base_testcase

8 months agoMDL-86301 core: Switch to autoloaded externallib_testcase
Andrew Nicols [Thu, 28 Aug 2025 01:25:31 +0000 (09:25 +0800)]
MDL-86301 core: Switch to autoloaded externallib_testcase

8 months agoMerge branch 'MDL-86445-main' of https://github.com/roland04/moodle
Sara Arjona [Thu, 28 Aug 2025 08:28:27 +0000 (10:28 +0200)]
Merge branch 'MDL-86445-main' of https://github.com/roland04/moodle

8 months agoMDL-86452 core: Update coding style from previous commit
Andrew Nicols [Wed, 27 Aug 2025 13:45:18 +0000 (21:45 +0800)]
MDL-86452 core: Update coding style from previous commit

- phpunit_util
- tests for the basic_testcase

8 months agoMDL-86452 core: Reset navigation data between tests
Andrew Nicols [Wed, 27 Aug 2025 06:35:48 +0000 (14:35 +0800)]
MDL-86452 core: Reset navigation data between tests

8 months agoMDL-85727 tiny_premium: Support On-Premise version
Huong Nguyen [Mon, 18 Aug 2025 08:15:30 +0000 (15:15 +0700)]
MDL-85727 tiny_premium: Support On-Premise version

Users can now select whether to use the Cloud-hosted version
or the On-Premise version of Premium plugins, providing
flexibility ased on their deployment preferences

8 months agoMDL-85727 editor_tiny: Support standalone package
Huong Nguyen [Mon, 18 Aug 2025 08:14:38 +0000 (15:14 +0700)]
MDL-85727 editor_tiny: Support standalone package

Users can now choose to use either the bundled version or the
standalone package version of the TinyMCE editor, allowing more
flexibility in deployment and maintenance.

8 months agoMerge branch 'MDL-86348-main' of https://github.com/yusufwib01/moodle
Huong Nguyen [Thu, 28 Aug 2025 03:34:55 +0000 (10:34 +0700)]
Merge branch 'MDL-86348-main' of https://github.com/yusufwib01/moodle

8 months agoMerge branch 'MDL-86345-main' of https://github.com/yusufwib01/moodle
Huong Nguyen [Thu, 28 Aug 2025 03:31:53 +0000 (10:31 +0700)]
Merge branch 'MDL-86345-main' of https://github.com/yusufwib01/moodle

8 months agoMDL-86301 core: Fix externallib_testcase style
Andrew Nicols [Wed, 13 Aug 2025 14:05:57 +0000 (22:05 +0800)]
MDL-86301 core: Fix externallib_testcase style

8 months agoMDL-86301 core: Create autoloadable externallib_testcase
Andrew Nicols [Wed, 13 Aug 2025 14:00:21 +0000 (22:00 +0800)]
MDL-86301 core: Create autoloadable externallib_testcase

8 months agoMerge branch 'MDL-79918-main' of https://github.com/sarjona/moodle
ferran [Wed, 27 Aug 2025 16:19:13 +0000 (18:19 +0200)]
Merge branch 'MDL-79918-main' of https://github.com/sarjona/moodle

8 months agoMDL-80295 core_course: mod and modedit compatible with section id
ferran [Thu, 14 Aug 2025 12:37:04 +0000 (14:37 +0200)]
MDL-80295 core_course: mod and modedit compatible with section id

8 months agoMDL-86245 core_course: improve activity chooser search
ferran [Thu, 7 Aug 2025 09:27:28 +0000 (11:27 +0200)]
MDL-86245 core_course: improve activity chooser search

8 months agoMDL-86195 course: clean activity chooser behat
ferran [Fri, 1 Aug 2025 12:09:41 +0000 (14:09 +0200)]
MDL-86195 course: clean activity chooser behat

8 months agoMDL-85598 course: review activities purposes values
ferran [Thu, 31 Jul 2025 21:26:09 +0000 (23:26 +0200)]
MDL-85598 course: review activities purposes values

8 months agoMDL-85598 course: review activities purposes values
ferran [Thu, 31 Jul 2025 21:26:09 +0000 (23:26 +0200)]
MDL-85598 course: review activities purposes values

8 months agoMDL-85598 course: add other purpose to modchooser
ferran [Thu, 31 Jul 2025 21:25:47 +0000 (23:25 +0200)]
MDL-85598 course: add other purpose to modchooser

8 months agoMDL-85598 course: new other purpose feature
ferran [Thu, 31 Jul 2025 21:25:11 +0000 (23:25 +0200)]
MDL-85598 course: new other purpose feature

8 months agoMDL-86245 core_course: improve activity chooser search
ferran [Thu, 7 Aug 2025 09:27:28 +0000 (11:27 +0200)]
MDL-86245 core_course: improve activity chooser search

8 months agoMerge branch 'MDL-83898-main' of https://github.com/laurentdavid/moodle
Amaia Anabitarte [Wed, 27 Aug 2025 13:43:03 +0000 (15:43 +0200)]
Merge branch 'MDL-83898-main' of https://github.com/laurentdavid/moodle

8 months agoMerge branch 'MDL-86195-main' of https://github.com/ferranrecio/moodle
Amaia Anabitarte [Wed, 27 Aug 2025 13:28:54 +0000 (15:28 +0200)]
Merge branch 'MDL-86195-main' of https://github.com/ferranrecio/moodle

8 months agoMerge branch 'MDL-85598-main' of https://github.com/ferranrecio/moodle
Amaia Anabitarte [Wed, 27 Aug 2025 13:19:06 +0000 (15:19 +0200)]
Merge branch 'MDL-85598-main' of https://github.com/ferranrecio/moodle

8 months agoMerge branch 'MDL-86146-main' of https://github.com/ferranrecio/moodle
Sara Arjona [Wed, 27 Aug 2025 10:22:25 +0000 (12:22 +0200)]
Merge branch 'MDL-86146-main' of https://github.com/ferranrecio/moodle

8 months agoMDL-83898 mod_quiz: Adapt quiz overview index page
Laurent David [Tue, 15 Jul 2025 07:54:03 +0000 (09:54 +0200)]
MDL-83898 mod_quiz: Adapt quiz overview index page

8 months agoMDL-83898 mod_quiz: Add overview page for quiz
Laurent David [Tue, 8 Jul 2025 14:22:14 +0000 (16:22 +0200)]
MDL-83898 mod_quiz: Add overview page for quiz

8 months agoMDL-85660 format: Move format_social install to public
Sara Arjona [Wed, 27 Aug 2025 09:29:00 +0000 (11:29 +0200)]
MDL-85660 format: Move format_social install to public

8 months agoMDL-86350 media_videojs: Upgrade VideoJS to 8.23.4
yusufwib01 [Wed, 27 Aug 2025 09:06:42 +0000 (16:06 +0700)]
MDL-86350 media_videojs: Upgrade VideoJS to 8.23.4

8 months agoMDL-86454 badges: Hide revoke button if not available
Stefan Hanauska [Wed, 27 Aug 2025 07:47:38 +0000 (09:47 +0200)]
MDL-86454 badges: Hide revoke button if not available

8 months agoMerge branch 'MDL-85660-main' of https://github.com/sarjona/moodle
ferran [Wed, 27 Aug 2025 06:47:50 +0000 (08:47 +0200)]
Merge branch 'MDL-85660-main' of https://github.com/sarjona/moodle

8 months agoMerge branch 'MDL-84632-main' of https://github.com/ferranrecio/moodle
Sara Arjona [Wed, 27 Aug 2025 05:17:25 +0000 (07:17 +0200)]
Merge branch 'MDL-84632-main' of https://github.com/ferranrecio/moodle

8 months agoMerge branch 'MDL-85284-main' of https://github.com/ferranrecio/moodle
Sara Arjona [Wed, 27 Aug 2025 05:16:46 +0000 (07:16 +0200)]
Merge branch 'MDL-85284-main' of https://github.com/ferranrecio/moodle

8 months agoMerge branch 'MDL-84809-main' of https://github.com/roland04/moodle
Sara Arjona [Wed, 27 Aug 2025 05:15:32 +0000 (07:15 +0200)]
Merge branch 'MDL-84809-main' of https://github.com/roland04/moodle

8 months agoMerge branch 'MDL-85850-main' of https://github.com/sarjona/moodle
Sara Arjona [Wed, 27 Aug 2025 05:14:13 +0000 (07:14 +0200)]
Merge branch 'MDL-85850-main' of https://github.com/sarjona/moodle

8 months agoMerge branch 'MDL-85851-main' of https://github.com/sarjona/moodle
Sara Arjona [Wed, 27 Aug 2025 05:11:41 +0000 (07:11 +0200)]
Merge branch 'MDL-85851-main' of https://github.com/sarjona/moodle

8 months agoMerge branch 'MDL-85854-main' of https://github.com/aanabit/moodle
Sara Arjona [Wed, 27 Aug 2025 05:05:11 +0000 (07:05 +0200)]
Merge branch 'MDL-85854-main' of https://github.com/aanabit/moodle

8 months agoMerge branch 'MDL-85925-main' of https://github.com/roland04/moodle
Sara Arjona [Wed, 27 Aug 2025 04:43:59 +0000 (06:43 +0200)]
Merge branch 'MDL-85925-main' of https://github.com/roland04/moodle

8 months agoMerge branch 'MDL-85957-main' of https://github.com/sarjona/moodle
Sara Arjona [Wed, 27 Aug 2025 04:42:14 +0000 (06:42 +0200)]
Merge branch 'MDL-85957-main' of https://github.com/sarjona/moodle

8 months agoMDL-86339 qtype_numeric: Coding style improvements
Rajneel Totaram [Mon, 18 Aug 2025 23:49:53 +0000 (11:49 +1200)]
MDL-86339 qtype_numeric: Coding style improvements

8 months agoMDL-86339 qtype_numeric: Display units dropdown on the same line
Rajneel Totaram [Mon, 18 Aug 2025 22:57:24 +0000 (10:57 +1200)]
MDL-86339 qtype_numeric: Display units dropdown on the same line

8 months agoMDL-86447 tool_mfa: Restore setup lang string
Dean Chimezie [Tue, 26 Aug 2025 16:47:27 +0000 (12:47 -0400)]
MDL-86447 tool_mfa: Restore setup lang string

8 months agoMDL-86280 mod: Do not filter help text in activity chooser.
Luca Bösch [Sun, 24 Aug 2025 20:42:18 +0000 (22:42 +0200)]
MDL-86280 mod: Do not filter help text in activity chooser.

Co-authored-by: Ferran Recio <ferran@moodle.com>
8 months agoMDL-85660 format: Fix tests after disabling Social
Sara Arjona [Wed, 9 Jul 2025 16:43:49 +0000 (18:43 +0200)]
MDL-85660 format: Fix tests after disabling Social

8 months agoMDL-85660 format: Disable social course format
Sara Arjona [Wed, 9 Jul 2025 11:23:01 +0000 (13:23 +0200)]
MDL-85660 format: Disable social course format

The social course format is now disabled by default for all new and
upgraded installations.
Existing courses using this format will continue to function, but
administrators must re-enable it to create new social courses.

8 months agoMerge branch 'MDL-85981-main' of https://github.com/sarjona/moodle
ferran [Tue, 26 Aug 2025 15:09:02 +0000 (17:09 +0200)]
Merge branch 'MDL-85981-main' of https://github.com/sarjona/moodle

8 months agoMDL-86445 theme_boost: Fix notifications date margin
Mikel Martín [Tue, 26 Aug 2025 12:36:27 +0000 (14:36 +0200)]
MDL-86445 theme_boost: Fix notifications date margin

8 months agoon-demand release 5.1dev+
cescobedo [Tue, 26 Aug 2025 13:56:13 +0000 (15:56 +0200)]
on-demand release 5.1dev+

8 months agoNOBUG: Add upgrade notes
cescobedo [Tue, 26 Aug 2025 13:56:13 +0000 (15:56 +0200)]
NOBUG: Add upgrade notes

8 months agoMerge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
cescobedo [Tue, 26 Aug 2025 13:56:01 +0000 (15:56 +0200)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install

8 months agoMDL-85981 courseformat: Add overviewaction output
Sara Arjona [Fri, 1 Aug 2025 08:12:28 +0000 (10:12 +0200)]
MDL-85981 courseformat: Add overviewaction output

8 months agoMDL-86195 course: clean activity chooser behat
ferran [Fri, 1 Aug 2025 12:09:41 +0000 (14:09 +0200)]
MDL-86195 course: clean activity chooser behat

8 months agoMDL-85598 course: review activities purposes values
ferran [Thu, 31 Jul 2025 21:26:09 +0000 (23:26 +0200)]
MDL-85598 course: review activities purposes values

8 months agoMDL-85598 course: add other purpose to modchooser
ferran [Thu, 31 Jul 2025 21:25:47 +0000 (23:25 +0200)]
MDL-85598 course: add other purpose to modchooser

8 months agoMDL-85598 course: new other purpose feature
ferran [Thu, 31 Jul 2025 21:25:11 +0000 (23:25 +0200)]
MDL-85598 course: new other purpose feature

8 months agoMDL-85854 mod_data: Implement group based information in overview page
Amaia Anabitarte [Mon, 21 Jul 2025 09:18:22 +0000 (11:18 +0200)]
MDL-85854 mod_data: Implement group based information in overview page

8 months agoMDL-85854 mod_data: Remove string manager dependency
Amaia Anabitarte [Mon, 21 Jul 2025 13:49:49 +0000 (15:49 +0200)]
MDL-85854 mod_data: Remove string manager dependency

8 months agoMDL-85925 mod_lesson: Implement group based information in overview page
Mikel Martín [Wed, 18 Jun 2025 12:52:40 +0000 (14:52 +0200)]
MDL-85925 mod_lesson: Implement group based information in overview page

8 months agoMerge branch 'MDL-85677-main' of https://github.com/lameze/moodle
Mihail Geshoski [Tue, 26 Aug 2025 03:58:05 +0000 (11:58 +0800)]
Merge branch 'MDL-85677-main' of https://github.com/lameze/moodle

8 months agoMerge branch 'MDL-85229' of https://github.com/paulholden/moodle
Mihail Geshoski [Tue, 26 Aug 2025 03:49:47 +0000 (11:49 +0800)]
Merge branch 'MDL-85229' of https://github.com/paulholden/moodle

8 months agoMerge branch '76318-gradebook-improve-csv-import-error-message-main' of https://githu...
Mihail Geshoski [Tue, 26 Aug 2025 03:28:12 +0000 (11:28 +0800)]
Merge branch '76318-gradebook-improve-csv-import-error-message-main' of https://github.com/DSI-Universite-Rennes2/moodle

8 months agoMerge branch 'MDL-80283-main' of https://github.com/lucaboesch/moodle
Mihail Geshoski [Tue, 26 Aug 2025 02:45:40 +0000 (10:45 +0800)]
Merge branch 'MDL-80283-main' of https://github.com/lucaboesch/moodle

8 months agoMerge branch 'MDL-86315-main' of https://github.com/davewoloszyn/moodle
Huong Nguyen [Tue, 26 Aug 2025 02:23:13 +0000 (09:23 +0700)]
Merge branch 'MDL-86315-main' of https://github.com/davewoloszyn/moodle