integration.git
8 months agoMDL-86204 core: Removed ending custom check tag
Adrian Greeve [Tue, 26 Aug 2025 02:01:11 +0000 (10:01 +0800)]
MDL-86204 core: Removed ending custom check tag

This was stopping further checks from showing.

8 months agoMerge branch 'MDL-86204-main' of https://github.com/andrewnicols/moodle
Adrian Greeve [Tue, 26 Aug 2025 02:00:08 +0000 (10:00 +0800)]
Merge branch 'MDL-86204-main' of https://github.com/andrewnicols/moodle

8 months agoMerge branch 'MDL-85518-main' of https://github.com/davewoloszyn/moodle
Huong Nguyen [Tue, 26 Aug 2025 01:21:55 +0000 (08:21 +0700)]
Merge branch 'MDL-85518-main' of https://github.com/davewoloszyn/moodle

8 months agoMDL-85677 behat: test to verify SEB download link visibility
Simey Lameze [Tue, 19 Aug 2025 04:00:56 +0000 (12:00 +0800)]
MDL-85677 behat: test to verify SEB download link visibility

8 months agoMDL-80283 url: url page less wide.
Luca Bösch [Tue, 29 Jul 2025 05:05:53 +0000 (07:05 +0200)]
MDL-80283 url: url page less wide.

8 months agoMerge branch 'MDL-85676-main' of https://github.com/lameze/moodle
Mihail Geshoski [Mon, 25 Aug 2025 16:44:35 +0000 (00:44 +0800)]
Merge branch 'MDL-85676-main' of https://github.com/lameze/moodle

8 months agoMDL-85957 choice: Implement group based information in overview page
Sara Arjona [Fri, 8 Aug 2025 11:00:02 +0000 (13:00 +0200)]
MDL-85957 choice: Implement group based information in overview page

8 months agoMDL-77593 communication: improve performance adding or removing members
Daniel Ziegenberg [Mon, 19 May 2025 16:26:15 +0000 (18:26 +0200)]
MDL-77593 communication: improve performance adding or removing members

Before this change, the communication room gets all the users when
enrolled or from the course when a new communication instance is added.
It happens using an ad-hoc task but there is no efficiency to handle the
number of users should be added in one go. This might have scaling
issues in terms of courses with massive number of enrolment or users.

This commit implements a logic to chunk the data and queue them so these
can happen in smaller chunks without keeping the servers busy for a long
time.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
8 months agoMDL-85850 feedback: Implement group based information in overview page
Sara Arjona [Wed, 6 Aug 2025 15:02:32 +0000 (17:02 +0200)]
MDL-85850 feedback: Implement group based information in overview page

8 months agoMerge branch 'MDL-85853-main' of https://github.com/aanabit/moodle
ferran [Mon, 25 Aug 2025 13:09:58 +0000 (15:09 +0200)]
Merge branch 'MDL-85853-main' of https://github.com/aanabit/moodle

8 months agoMDL-84632 mod_url: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:55:50 +0000 (13:55 +0200)]
MDL-84632 mod_url: deprecate index.php related event

8 months agoMDL-84632 mod_resource: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:55:25 +0000 (13:55 +0200)]
MDL-84632 mod_resource: deprecate index.php related event

8 months agoMDL-84632 mod_page: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:54:46 +0000 (13:54 +0200)]
MDL-84632 mod_page: deprecate index.php related event

8 months agoMDL-84632 mod_imscp: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:54:22 +0000 (13:54 +0200)]
MDL-84632 mod_imscp: deprecate index.php related event

8 months agoMDL-84632 mod_folder: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:53:53 +0000 (13:53 +0200)]
MDL-84632 mod_folder: deprecate index.php related event

8 months agoMDL-84632 mod_book: deprecate index.php related event
ferran [Wed, 20 Aug 2025 11:53:10 +0000 (13:53 +0200)]
MDL-84632 mod_book: deprecate index.php related event

8 months agoMerge branch 'MDL-86179-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Mon, 25 Aug 2025 11:27:39 +0000 (13:27 +0200)]
Merge branch 'MDL-86179-main' of https://github.com/sarjona/moodle

8 months agoMDL-85853 mod_hp5activity: Implement group based information in overview
Amaia Anabitarte [Wed, 30 Jul 2025 15:45:36 +0000 (17:45 +0200)]
MDL-85853 mod_hp5activity: Implement group based information in overview

8 months agoMDL-85851 assign: Implement group based information in overview page
Sara Arjona [Thu, 7 Aug 2025 15:17:40 +0000 (17:17 +0200)]
MDL-85851 assign: Implement group based information in overview page

8 months agoMDL-85981 data: Remove stringmanager from overview page
Sara Arjona [Fri, 1 Aug 2025 07:58:16 +0000 (09:58 +0200)]
MDL-85981 data: Remove stringmanager from overview page

8 months agoMDL-85981 forum: Remove stringmanager from overview page
Sara Arjona [Fri, 1 Aug 2025 07:46:51 +0000 (09:46 +0200)]
MDL-85981 forum: Remove stringmanager from overview page

8 months agoMerge branch 'MDL-86338-main' of https://github.com/laurentdavid/moodle
ferran [Mon, 25 Aug 2025 10:30:54 +0000 (12:30 +0200)]
Merge branch 'MDL-86338-main' of https://github.com/laurentdavid/moodle

8 months agoMDL-85816 core: Warn on /public URLs
Andrew Nicols [Wed, 25 Jun 2025 01:53:37 +0000 (09:53 +0800)]
MDL-85816 core: Warn on /public URLs

8 months agoMDL-86215 course: Add WebService to log module instance viewed
Dani Palou [Mon, 25 Aug 2025 08:37:11 +0000 (10:37 +0200)]
MDL-86215 course: Add WebService to log module instance viewed

8 months agoMDL-86204 core: Coding style updates
Andrew Nicols [Thu, 24 Jul 2025 03:37:44 +0000 (11:37 +0800)]
MDL-86204 core: Coding style updates

8 months agoMerge branch 'MDL-71749-main' of https://github.com/ScottVerbeek/moodle
Shamim Rezaie [Mon, 25 Aug 2025 08:26:43 +0000 (18:26 +1000)]
Merge branch 'MDL-71749-main' of https://github.com/ScottVerbeek/moodle

8 months agoMerge branch 'MDL-82322-main' of https://github.com/andrewnicols/moodle
Adrian Greeve [Mon, 25 Aug 2025 08:00:31 +0000 (16:00 +0800)]
Merge branch 'MDL-82322-main' of https://github.com/andrewnicols/moodle

8 months agoMDL-79918 format: Improve the Hidden sections setting
Sara Arjona [Thu, 10 Jul 2025 15:12:45 +0000 (17:12 +0200)]
MDL-79918 format: Improve the Hidden sections setting

8 months agoMDL-82322 course: Coding style fixes
Andrew Nicols [Sat, 2 Aug 2025 08:20:04 +0000 (16:20 +0800)]
MDL-82322 course: Coding style fixes

8 months agoMDL-82322 course: Re-namespace dndupload classes
Andrew Nicols [Sat, 2 Aug 2025 08:35:01 +0000 (16:35 +0800)]
MDL-82322 course: Re-namespace dndupload classes

8 months agoMDL-82322 course: Autoload course dndupload classes
Andrew Nicols [Sat, 2 Aug 2025 08:30:08 +0000 (16:30 +0800)]
MDL-82322 course: Autoload course dndupload classes

8 months agoMDL-82322 course: Update request form namespaces
Andrew Nicols [Sat, 2 Aug 2025 07:33:41 +0000 (15:33 +0800)]
MDL-82322 course: Update request form namespaces

8 months agoMDL-82322 course: Autoload course request classes
Andrew Nicols [Sat, 2 Aug 2025 07:27:56 +0000 (15:27 +0800)]
MDL-82322 course: Autoload course request classes

8 months agoMDL-82322 core_course: Update namespace of \course_request
Andrew Nicols [Thu, 31 Jul 2025 14:49:59 +0000 (22:49 +0800)]
MDL-82322 core_course: Update namespace of \course_request

8 months agoMDL-82322 course: Migrate course_request class to autoloading
Andrew Nicols [Thu, 31 Jul 2025 14:37:04 +0000 (22:37 +0800)]
MDL-82322 course: Migrate course_request class to autoloading

8 months agoMDL-86204 core: Add environment tests for dev dependencies
Andrew Nicols [Tue, 15 Jul 2025 05:49:40 +0000 (13:49 +0800)]
MDL-86204 core: Add environment tests for dev dependencies

8 months agoMDL-86204 test: Rename environmentlib test correctly
Andrew Nicols [Tue, 15 Jul 2025 05:50:55 +0000 (13:50 +0800)]
MDL-86204 test: Rename environmentlib test correctly

8 months agoMDL-86204 admin: Stop warning about non-dev composer dir
Andrew Nicols [Tue, 15 Jul 2025 04:20:41 +0000 (12:20 +0800)]
MDL-86204 admin: Stop warning about non-dev composer dir

8 months agoMDL-85672 registration: Agreement privacy notice URL updated
David Woloszyn [Mon, 25 Aug 2025 06:22:45 +0000 (16:22 +1000)]
MDL-85672 registration: Agreement privacy notice URL updated

8 months agoMDL-85676 behat: validate SEB attempt message
Simey Lameze [Mon, 11 Aug 2025 02:53:53 +0000 (10:53 +0800)]
MDL-85676 behat: validate SEB attempt message

8 months agoMDL-85518 admin: Assign search match types to improve result sorting
David Woloszyn [Mon, 25 Aug 2025 02:01:29 +0000 (12:01 +1000)]
MDL-85518 admin: Assign search match types to improve result sorting

8 months agoMDL-85672 registration: Fix Cibot format errors
David Woloszyn [Wed, 20 Aug 2025 05:17:13 +0000 (15:17 +1000)]
MDL-85672 registration: Fix Cibot format errors

8 months agoMDL-85672 registration: Remove unused methods from form class
David Woloszyn [Thu, 14 Aug 2025 04:34:46 +0000 (14:34 +1000)]
MDL-85672 registration: Remove unused methods from form class

8 months agoMDL-85672 registration: Added new fields to registration form
David Woloszyn [Thu, 14 Aug 2025 04:24:19 +0000 (14:24 +1000)]
MDL-85672 registration: Added new fields to registration form

8 months agoAutomatically generated installer lang files
AMOS bot [Sun, 24 Aug 2025 00:10:09 +0000 (00:10 +0000)]
Automatically generated installer lang files

8 months agoMDL-76823 course: Sticky footer for course and activity edit form
Stefan Hanauska [Mon, 4 Mar 2024 13:33:41 +0000 (14:33 +0100)]
MDL-76823 course: Sticky footer for course and activity edit form

8 months agoMDL-85707 mod_forum: implement forum datasource for custom reporting.
Paul Holden [Thu, 17 Jul 2025 11:13:35 +0000 (12:13 +0100)]
MDL-85707 mod_forum: implement forum datasource for custom reporting.

Create new entities for exposing report data on forums, discussions
and posts; join to the course and user entities to provide data for
the reportbuilder editor.

8 months agoMDL-85706 message: implement messages datasource for custom reporting.
Paul Holden [Tue, 5 Aug 2025 15:42:06 +0000 (16:42 +0100)]
MDL-85706 message: implement messages datasource for custom reporting.

Create new entities for report data on messages/conversations, joined
to the user entity, providing data for the reportbuilder editor.

8 months agoMDL-85706 message: switch time-sensitive code to new Clock API.
Paul Holden [Tue, 5 Aug 2025 16:38:41 +0000 (17:38 +0100)]
MDL-85706 message: switch time-sensitive code to new Clock API.

Where current implementation relies on the current time then replace
that with the PSR-20 Clock from 298c13ac3b. This allows for better
and more accurate testing of such code.

8 months agoon-demand release 5.1dev+
Mihail Geshoski [Fri, 22 Aug 2025 12:45:26 +0000 (20:45 +0800)]
on-demand release 5.1dev+

8 months agoNOBUG: Add upgrade notes
Mihail Geshoski [Fri, 22 Aug 2025 12:45:26 +0000 (20:45 +0800)]
NOBUG: Add upgrade notes

8 months agoMDL-84809 mod_workshop: Implement group based information in overview
Mikel Martín [Tue, 19 Aug 2025 13:12:57 +0000 (15:12 +0200)]
MDL-84809 mod_workshop: Implement group based information in overview

8 months agoMDL-76318 gradebook: Improve csv import error message
Julien Boulen [Fri, 22 Aug 2025 07:57:01 +0000 (09:57 +0200)]
MDL-76318 gradebook: Improve csv import error message

8 months agoMDL-73845 enrol_database: Fix MySQL issue
Huong Nguyen [Fri, 22 Aug 2025 04:12:52 +0000 (11:12 +0700)]
MDL-73845 enrol_database: Fix MySQL issue

8 months agoMerge branch 'MDL-86256' of https://github.com/paulholden/moodle
Adrian Greeve [Fri, 22 Aug 2025 03:27:00 +0000 (11:27 +0800)]
Merge branch 'MDL-86256' of https://github.com/paulholden/moodle

8 months agoMDL-83519 core: Fix Database schema
Huong Nguyen [Fri, 22 Aug 2025 02:37:22 +0000 (09:37 +0700)]
MDL-83519 core: Fix Database schema

8 months agoMerge branch 'main' of git.in.moodle.com:moodle/integration into MDL-86254
Adrian Greeve [Fri, 22 Aug 2025 02:06:28 +0000 (10:06 +0800)]
Merge branch 'main' of git.in.moodle.com:moodle/integration into MDL-86254

8 months agoMDL-86254 core_comment: deprecate locallib classes
ferran [Sat, 9 Aug 2025 08:22:21 +0000 (10:22 +0200)]
MDL-86254 core_comment: deprecate locallib classes

8 months agoMDL-86254 core: remove comment/lib.php inclusions
ferran [Fri, 8 Aug 2025 16:06:22 +0000 (18:06 +0200)]
MDL-86254 core: remove comment/lib.php inclusions

8 months agoMDL-86254 core_comment: Update coding style for updated classes
ferran [Fri, 8 Aug 2025 14:01:56 +0000 (16:01 +0200)]
MDL-86254 core_comment: Update coding style for updated classes

8 months agoMDL-86254 core_comment: Move course internals to autoloading
ferran [Fri, 8 Aug 2025 13:25:36 +0000 (15:25 +0200)]
MDL-86254 core_comment: Move course internals to autoloading

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

8 months agoMerge branch 'MDL-83519-main' of https://github.com/HuongNV13/moodle
Huong Nguyen [Fri, 22 Aug 2025 01:37:13 +0000 (08:37 +0700)]
Merge branch 'MDL-83519-main' of https://github.com/HuongNV13/moodle

8 months agoMDL-83519 core: Add shortlink privacy provider
Huong Nguyen [Fri, 22 Aug 2025 01:35:18 +0000 (08:35 +0700)]
MDL-83519 core: Add shortlink privacy provider

8 months agoMDL-83519 router: Checks to routerconfigured are less strict
David Woloszyn [Fri, 27 Jun 2025 05:01:44 +0000 (15:01 +1000)]
MDL-83519 router: Checks to routerconfigured are less strict

8 months agoMDL-83519 core_sms: Remove URLs from long messages
David Woloszyn [Fri, 27 Jun 2025 01:57:09 +0000 (11:57 +1000)]
MDL-83519 core_sms: Remove URLs from long messages

8 months agoMDL-83519 mod_assign: Use shortlinks in SMS notifications
David Woloszyn [Thu, 26 Jun 2025 06:54:16 +0000 (16:54 +1000)]
MDL-83519 mod_assign: Use shortlinks in SMS notifications

8 months agoMDL-83519 mod_assign: Add shortlink handler
David Woloszyn [Thu, 26 Jun 2025 02:18:00 +0000 (12:18 +1000)]
MDL-83519 mod_assign: Add shortlink handler

Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
8 months agoMDL-83519 core_sms: Add shortlinks to SMS manager
David Woloszyn [Wed, 25 Jun 2025 07:47:03 +0000 (17:47 +1000)]
MDL-83519 core_sms: Add shortlinks to SMS manager

Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
8 months agoMDL-83519 core: Support for short links
David Woloszyn [Tue, 24 Jun 2025 05:07:58 +0000 (15:07 +1000)]
MDL-83519 core: Support for short links

Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
8 months agoMDL-86348 libraries: Upgrade GeoIP2 and Maxmind DB Reader
yusufwib01 [Thu, 21 Aug 2025 17:44:18 +0000 (00:44 +0700)]
MDL-86348 libraries: Upgrade GeoIP2 and Maxmind DB Reader

- GeoIP2 PHP API 3.2.0
- MaxMind DB Reader API 1.12.1

8 months agoMDL-86345 libraries: upgrade to version 1.3.75 of Minify.
yusufwib01 [Thu, 21 Aug 2025 09:35:51 +0000 (16:35 +0700)]
MDL-86345 libraries: upgrade to version 1.3.75 of Minify.

8 months agoMerge branch 'MDL-83889-main' of https://github.com/laurentdavid/moodle
ferran [Thu, 21 Aug 2025 14:58:10 +0000 (16:58 +0200)]
Merge branch 'MDL-83889-main' of https://github.com/laurentdavid/moodle

8 months agoMDL-71147 enrol_manual: allow start date selection in enrolment form.
Paul Holden [Thu, 21 Aug 2025 13:55:06 +0000 (14:55 +0100)]
MDL-71147 enrol_manual: allow start date selection in enrolment form.

8 months agoMDL-85592 output: export missing node `sort` attribute for template.
Paul Holden [Thu, 26 Jun 2025 13:13:38 +0000 (21:13 +0800)]
MDL-85592 output: export missing node `sort` attribute for template.

8 months agoMDL-85618 filter_displayh5p: change regular expression delimeter.
Paul Holden [Tue, 3 Jun 2025 12:32:08 +0000 (13:32 +0100)]
MDL-85618 filter_displayh5p: change regular expression delimeter.

Ensure we don't confuse the expression parser when supplied "Allowed
source" contains coincidental control characters in the URL, e.g. '/'
and '#'.

Note that `preg_quote(...)` isn't appropriate here, because the given
URL may indeed contain genuine control characters already.

8 months agoMDL-86338 course_format: Resources overview page redirection
Laurent David [Mon, 18 Aug 2025 10:06:05 +0000 (12:06 +0200)]
MDL-86338 course_format: Resources overview page redirection

8 months agoMDL-81455 behat: Add accessibility coverage to default start page tests
Jun Pataleta [Thu, 21 Aug 2025 09:32:32 +0000 (17:32 +0800)]
MDL-81455 behat: Add accessibility coverage to default start page tests

8 months agoMerge branch 'MDL-81455-main' of https://github.com/rajutm25/moodle
Jun Pataleta [Thu, 21 Aug 2025 09:48:20 +0000 (17:48 +0800)]
Merge branch 'MDL-81455-main' of https://github.com/rajutm25/moodle

8 months agoMDL-85284 core_course: deprecate changenumsections.php
ferran [Thu, 21 Aug 2025 07:59:40 +0000 (09:59 +0200)]
MDL-85284 core_course: deprecate changenumsections.php

8 months agoMerge branch 'MDL-86202-main' of https://github.com/rjnl/moodle
Jun Pataleta [Thu, 21 Aug 2025 07:21:03 +0000 (15:21 +0800)]
Merge branch 'MDL-86202-main' of https://github.com/rjnl/moodle

8 months agoMDL-86202 mod_lesson: Use correct heading level
Rajneel Totaram [Wed, 13 Aug 2025 07:09:35 +0000 (19:09 +1200)]
MDL-86202 mod_lesson: Use correct heading level

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

8 months agoMerge branch 'MDL-86311' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 21 Aug 2025 02:29:49 +0000 (09:29 +0700)]
Merge branch 'MDL-86311' of https://github.com/paulholden/moodle

8 months agoMerge branch 'MDL-82943-main' of https://github.com/stevandoMoodle/moodle
Huong Nguyen [Thu, 21 Aug 2025 02:13:41 +0000 (09:13 +0700)]
Merge branch 'MDL-82943-main' of https://github.com/stevandoMoodle/moodle

8 months agoMerge branch 'MDL-80611' of https://github.com/marinaglancy/moodle
Huong Nguyen [Thu, 21 Aug 2025 01:54:38 +0000 (08:54 +0700)]
Merge branch 'MDL-80611' of https://github.com/marinaglancy/moodle

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

8 months agoMerge branch 'MDL-80556-main' of https://github.com/sarjona/moodle
ferran [Wed, 20 Aug 2025 14:55:41 +0000 (16:55 +0200)]
Merge branch 'MDL-80556-main' of https://github.com/sarjona/moodle

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

8 months agoMerge branch 'MDL-84739' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 20 Aug 2025 09:24:36 +0000 (17:24 +0800)]
Merge branch 'MDL-84739' of https://github.com/paulholden/moodle

8 months agoMDL-85684 mod_assign: format course/assignment notification content.
Paul Holden [Thu, 5 Jun 2025 22:26:24 +0000 (23:26 +0100)]
MDL-85684 mod_assign: format course/assignment notification content.

8 months agoMDL-85348 cohort: disable report bulk deletion for managed cohorts.
Paul Holden [Fri, 2 May 2025 10:12:16 +0000 (11:12 +0100)]
MDL-85348 cohort: disable report bulk deletion for managed cohorts.

8 months agoMDL-83474 webservice: fix empty/zero $itemid handling in text format.
Paul Holden [Tue, 17 Dec 2024 13:51:52 +0000 (13:51 +0000)]
MDL-83474 webservice: fix empty/zero $itemid handling in text format.

8 months agoMerge branch 'MDL-86015' of https://github.com/paulholden/moodle
Mihail Geshoski [Wed, 20 Aug 2025 01:55:21 +0000 (09:55 +0800)]
Merge branch 'MDL-86015' of https://github.com/paulholden/moodle

8 months agoMerge branch 'matrix-user-prefix' of https://github.com/geichelberger/moodle
Huong Nguyen [Wed, 20 Aug 2025 01:44:41 +0000 (08:44 +0700)]
Merge branch 'matrix-user-prefix' of https://github.com/geichelberger/moodle

8 months agoMerge branch 'MDL-73845-main' of https://github.com/HuongNV13/moodle
Huong Nguyen [Wed, 20 Aug 2025 01:41:25 +0000 (08:41 +0700)]
Merge branch 'MDL-73845-main' of https://github.com/HuongNV13/moodle

8 months agoMDL-86375 report_outline: consistent icon sizing/alignment.
Paul Holden [Tue, 19 Aug 2025 23:00:11 +0000 (00:00 +0100)]
MDL-86375 report_outline: consistent icon sizing/alignment.

Tighten selector for actual table so we don't break others on the
page (e.g. debug footer cache table).

8 months agoMDL-86374 report_outline: use formatted activity name in report.
Paul Holden [Tue, 19 Aug 2025 23:18:34 +0000 (00:18 +0100)]
MDL-86374 report_outline: use formatted activity name in report.

8 months agoMDL-71749 assign: Add resize function to grader
Scott Verbeek [Tue, 1 Jul 2025 05:28:46 +0000 (15:28 +1000)]
MDL-71749 assign: Add resize function to grader

8 months agoMDL-86142 reportbuilder: Add course url columns
Russell England [Fri, 1 Aug 2025 16:19:57 +0000 (17:19 +0100)]
MDL-86142 reportbuilder: Add course url columns

Co-authored-by: Paul Holden <paulh@moodle.com>