Mihail Geshoski [Fri, 8 Aug 2025 02:48:40 +0000 (10:48 +0800)]
Moodle release 4.4.10
Sara Arjona [Thu, 7 Aug 2025 14:45:21 +0000 (16:45 +0200)]
weekly release 4.4.9+
Sara Arjona [Thu, 7 Aug 2025 14:45:19 +0000 (16:45 +0200)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Ilya Tregubov [Fri, 4 Jul 2025 03:47:42 +0000 (11:47 +0800)]
MDL-63395 user: Fix profile visibility check.
It needs to be done in user_get_user_details as well.
Jun Pataleta [Thu, 7 Aug 2025 02:44:03 +0000 (10:44 +0800)]
Merge branch 'MDL-85674-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
AMOS bot [Thu, 7 Aug 2025 00:07:52 +0000 (00:07 +0000)]
Automatically generated installer lang files
ferran [Wed, 6 Aug 2025 14:22:01 +0000 (16:22 +0200)]
Merge branch 'MDL-86176-404' of https://github.com/sarjona/moodle into MOODLE_404_STABLE
Sara Arjona [Mon, 4 Aug 2025 14:34:42 +0000 (16:34 +0200)]
MDL-86176 badges: Adjust badges due to Canvas Credentials changes
This change addresses necessary adjustments to how OBV2.0 badges are
sent to backpacks, specifically to ensure compatibility and correct
functionality following recent updates to Canvas Credentials' conditions.
It ensures our badge integration continues to operate smoothly despite
these external changes.
Simey Lameze [Wed, 6 Aug 2025 09:40:06 +0000 (17:40 +0800)]
MDL-85674 behat: replace multiple steps by a single table step
andelacruz [Wed, 23 Jul 2025 12:16:21 +0000 (20:16 +0800)]
MDL-85674 mod_grade: Behat test for multiple questions manual grading
Huong Nguyen [Wed, 6 Aug 2025 03:39:19 +0000 (10:39 +0700)]
MDL-84464 report_log: Fix EOF
Laurent David [Tue, 3 Jun 2025 11:22:17 +0000 (13:22 +0200)]
MDL-84464 report_loglive: Hide report for teacher without groups
Laurent David [Tue, 3 Jun 2025 11:22:03 +0000 (13:22 +0200)]
MDL-84464 report_log: Hide report for teachers without groups
* Teachers without groups in SEPARATEGROUP mode should not see the report log page nor access it
Laurent David [Tue, 8 Jul 2025 07:59:45 +0000 (09:59 +0200)]
MDL-84463 mod_feedback: Fix behat test
* Fix typo in test description
* Use the right step to edit questions
Laurent David [Tue, 15 Apr 2025 16:21:15 +0000 (18:21 +0200)]
MDL-84463 mod_feedback: Fix users in no group and email
* Non editing teachers in no group should not receive feedback emails
from students in no group
Laurent David [Mon, 14 Apr 2025 13:36:34 +0000 (15:36 +0200)]
MDL-84463 mod_feedback: Fix show entries and nonrespondents
* Non editing teachers not in a groups should not see entries
from other users
raortegar [Thu, 26 Jun 2025 11:55:52 +0000 (13:55 +0200)]
MDL-85704 mod_bigbluebuttonbn: Update sesskey handling for compatibility
Mihail Geshoski [Tue, 5 Aug 2025 03:34:21 +0000 (11:34 +0800)]
Merge branch 'MDL-85565_404' of https://github.com/PhilippImhof/moodle into MOODLE_404_STABLE
Sara Arjona [Thu, 31 Jul 2025 14:08:47 +0000 (16:08 +0200)]
weekly release 4.4.9+
Sara Arjona [Thu, 31 Jul 2025 14:08:43 +0000 (16:08 +0200)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Michael Hawkins [Thu, 31 Jul 2025 06:39:58 +0000 (14:39 +0800)]
Merge branch 'MDL-85362-404' of https://github.com/HuongNV13/moodle into MOODLE_404_STABLE
Huong Nguyen [Thu, 31 Jul 2025 03:17:58 +0000 (10:17 +0700)]
Merge branch 'MDL-84485-Select-webservice-in-wstoken-behat-breadcrumb-404' of https://github.com/farhan6318/moodle into MOODLE_404_STABLE
AMOS bot [Thu, 31 Jul 2025 00:07:58 +0000 (00:07 +0000)]
Automatically generated installer lang files
Mihail Geshoski [Wed, 30 Jul 2025 15:28:53 +0000 (23:28 +0800)]
Merge branch 'MDL-86113-404' of https://github.com/snake/moodle into MOODLE_404_STABLE
Farhan Karmali [Tue, 29 Jul 2025 10:37:05 +0000 (16:07 +0530)]
MDL-84485 webservice: Add Behat step for mobile web service selection
AMOS bot [Mon, 28 Jul 2025 13:16:54 +0000 (13:16 +0000)]
Automatically generated installer lang files
Philipp Imhof [Fri, 23 May 2025 08:31:31 +0000 (10:31 +0200)]
MDL-85565 phpunit: check for <select> before <option>
Make sure that assert_select_options() will fail when the output does
not contain a <select> and therefore does not have the given options.
Jake Dallimore [Fri, 25 Jul 2025 08:23:28 +0000 (16:23 +0800)]
MDL-86113 mod_lti: skip slow network calls during tests
This check exists to determine whether a given tool URL is a cartridge,
specifically when the URL does not end in .xml. It hits the URL to
determine this. In tests, we have many mock tool URLs, which won't
resolve, and running this code causes large hangs and random failures.
Any tests covering cartridge support still work fine, provided they
continue to use URLs ending in .xml; this change only skips the check
during tests for other non-xml URLs.
Michael Hawkins [Fri, 25 Jul 2025 04:14:47 +0000 (12:14 +0800)]
weekly release 4.4.9+
Huong Nguyen [Thu, 24 Jul 2025 02:47:59 +0000 (09:47 +0700)]
Merge branch 'MDL-86049-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
Huong Nguyen [Tue, 22 Jul 2025 03:53:25 +0000 (10:53 +0700)]
MDL-85362 core: Define environment requirements for Moodle 5.1
Andrew Nicols [Wed, 16 Jul 2025 13:14:10 +0000 (21:14 +0800)]
MDL-86049 core: Do not use the component cache before purge
When trying to resolve a corrupt cache where it is not possible to
complete the Moodle setup/bootstrap, it is necessary to ignore the
current cache to load the cache purging infrastructure.
Mihail Geshoski [Fri, 18 Jul 2025 06:52:58 +0000 (14:52 +0800)]
weekly release 4.4.9+
Mihail Geshoski [Fri, 18 Jul 2025 06:52:54 +0000 (14:52 +0800)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Mihail Geshoski [Thu, 17 Jul 2025 04:14:24 +0000 (12:14 +0800)]
Merge branch 'MDL-85055-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
Paul Holden [Wed, 16 Jul 2025 18:39:21 +0000 (19:39 +0100)]
MDL-85055 task: correct use of DI provided frozen Clock API.
Fixes some of the usage introduced in tests as part of
a35335a9.
Huong Nguyen [Tue, 15 Jul 2025 02:56:47 +0000 (09:56 +0700)]
Merge branch 'MDL-86016-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
Andrew Nicols [Tue, 15 Jul 2025 01:31:51 +0000 (09:31 +0800)]
MDL-86016 core: Remove xmldb test in favour of unit test
Andrew Nicols [Tue, 15 Jul 2025 01:23:17 +0000 (09:23 +0800)]
MDL-86016 tests: Make install.xml test less restrictive
AMOS bot [Sat, 12 Jul 2025 00:07:49 +0000 (00:07 +0000)]
Automatically generated installer lang files
Michael Hawkins [Fri, 11 Jul 2025 04:49:36 +0000 (12:49 +0800)]
weekly release 4.4.9+
Mihail Geshoski [Thu, 10 Jul 2025 03:38:16 +0000 (11:38 +0800)]
Merge branch 'MDL-85689-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
andelacruz [Wed, 25 Jun 2025 07:27:12 +0000 (15:27 +0800)]
MDL-85689 mod_quiz: Behat for adding and deleting page from quiz
Huong Nguyen [Wed, 9 Jul 2025 02:11:00 +0000 (09:11 +0700)]
Merge branch 'MDL-85697-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
Huong Nguyen [Tue, 8 Jul 2025 10:35:18 +0000 (17:35 +0700)]
Merge branch 'MDL-85947-M404_bump-GHA-ubuntu-24-04' of https://github.com/ziegenberg/moodle into MOODLE_404_STABLE
andelacruz [Tue, 8 Jul 2025 09:03:21 +0000 (17:03 +0800)]
MDL-85697 mod_lesson: Behat for lesson group and user overrides
andelacruz [Tue, 8 Jul 2025 09:02:06 +0000 (17:02 +0800)]
MDL-85697 mod_assign: Behat for assignment group and user overrides
andelacruz [Tue, 8 Jul 2025 08:59:49 +0000 (16:59 +0800)]
MDL-85697 mod_quiz: Behat for quiz group and user overrides
Daniel Ziegenberg [Mon, 7 Jul 2025 13:57:39 +0000 (15:57 +0200)]
MDL-85947 ci: Bump GHA to Ubuntu 24.04
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Mihail Geshoski [Sun, 6 Jul 2025 01:30:58 +0000 (09:30 +0800)]
weekly release 4.4.9+
Mihail Geshoski [Sun, 6 Jul 2025 01:30:54 +0000 (09:30 +0800)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Mihail Geshoski [Thu, 3 Jul 2025 03:09:05 +0000 (11:09 +0800)]
Merge branch 'MDL-85563-m404' of https://github.com/NeillM/moodle into MOODLE_404_STABLE
Mihail Geshoski [Thu, 3 Jul 2025 01:53:37 +0000 (09:53 +0800)]
Merge branch 'patch/MDL-85666-404' of https://github.com/skodak/moodle into MOODLE_404_STABLE
Petr Skoda [Tue, 10 Jun 2025 09:12:27 +0000 (11:12 +0200)]
MDL-85666 phpunit: add general plugin tests
This defines new group which can be used
to limit execution of these tests to one plugin only.
For example to execute all tests for Label module use:
phpunit --testsuite=mod_label_testsuite
phpunit --group=plugin_checks --filter=mod_label
or
phpunit --filter=mod_label
AMOS bot [Wed, 2 Jul 2025 00:09:49 +0000 (00:09 +0000)]
Automatically generated installer lang files
Neill Magill [Thu, 22 May 2025 09:17:37 +0000 (10:17 +0100)]
MDL-85563 phpunit: Clock API should always use Moodle system time
When using `clock::now()` the frozen cloxk and incrementing clock will now
always return a `DateTimeImmutable` that uses the configured Moodle system
time. In unit tests this will be Australia/Perth.
Before this change, it would sometimes be UCT.
Huong Nguyen [Sun, 29 Jun 2025 09:18:57 +0000 (16:18 +0700)]
weekly release 4.4.9+
Huong Nguyen [Sun, 29 Jun 2025 09:18:55 +0000 (16:18 +0700)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Mihail Geshoski [Thu, 26 Jun 2025 02:43:04 +0000 (10:43 +0800)]
Merge branch 'MDL-85665-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
andelacruz [Wed, 11 Jun 2025 09:21:03 +0000 (17:21 +0800)]
MDL-85665 mod_quiz: Behat to build quiz in single activity format course
AMOS bot [Sun, 15 Jun 2025 00:09:48 +0000 (00:09 +0000)]
Automatically generated installer lang files
Mihail Geshoski [Fri, 13 Jun 2025 06:43:50 +0000 (14:43 +0800)]
weekly release 4.4.9+
Huong Nguyen [Thu, 12 Jun 2025 10:01:14 +0000 (17:01 +0700)]
MDL-85316 dml: Revert DB vendor changes
Huong Nguyen [Wed, 11 Jun 2025 06:34:00 +0000 (13:34 +0700)]
Merge branch 'MDL-85316-404-mysql-version' of https://github.com/meirzamoodle/moodle into MOODLE_404_STABLE
meirzamoodle [Fri, 23 May 2025 03:59:56 +0000 (10:59 +0700)]
MDL-85316 admin: Add environment check for AWS Aurora database
Mihail Geshoski [Fri, 6 Jun 2025 04:26:06 +0000 (12:26 +0800)]
Moodle release 4.4.9
Sara Arjona [Thu, 5 Jun 2025 14:43:43 +0000 (16:43 +0200)]
weekly release 4.4.8+
Michael Hawkins [Fri, 14 Feb 2025 07:18:26 +0000 (15:18 +0800)]
MDL-83762 core_files: Bind resolve IPs and ports to cURL calls
Vincent Schneider [Tue, 13 May 2025 15:50:14 +0000 (17:50 +0200)]
MDL-84518 course: improved course visibility state handling
Mark Johnson [Fri, 2 May 2025 15:39:22 +0000 (16:39 +0100)]
MDL-85323 core: Don't cache the login page
meirzamoodle [Tue, 20 May 2025 02:48:29 +0000 (09:48 +0700)]
MDL-85375 libraries: Escaping a query parameter on pg_insert_id()
Vincent Schneider [Fri, 11 Apr 2025 19:42:29 +0000 (21:42 +0200)]
MDL-84706 bigbluebuttonbn: improved authorization and mitigate CSRF risks
Huong Nguyen [Wed, 14 May 2025 05:18:32 +0000 (12:18 +0700)]
MDL-79993 course: Fix PHPUnit failure
raortegar [Tue, 29 Apr 2025 07:10:15 +0000 (09:10 +0200)]
MDL-79993 course: Improve user access to recent courses service
Vincent Schneider [Fri, 11 Apr 2025 09:08:34 +0000 (11:08 +0200)]
MDL-84497 badges: fix missing action sesskey checks.
Michael Hawkins [Fri, 30 May 2025 08:29:34 +0000 (16:29 +0800)]
weekly release 4.4.8+
Michael Hawkins [Fri, 30 May 2025 08:29:29 +0000 (16:29 +0800)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Huong Nguyen [Thu, 29 May 2025 02:52:00 +0000 (09:52 +0700)]
Merge branch 'MDL-85525-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
Huong Nguyen [Thu, 29 May 2025 02:00:03 +0000 (09:00 +0700)]
Merge branch 'MDL-85400-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
Huong Nguyen [Thu, 29 May 2025 01:52:58 +0000 (08:52 +0700)]
Merge branch 'MDL-85389-404' of https://github.com/andelacruz/moodle into MOODLE_404_STABLE
AMOS bot [Thu, 29 May 2025 00:07:51 +0000 (00:07 +0000)]
Automatically generated installer lang files
andelacruz [Tue, 27 May 2025 07:23:47 +0000 (15:23 +0800)]
MDL-85525 mod_quiz: Behat test for quiz attempt page block display
andelacruz [Tue, 13 May 2025 09:32:52 +0000 (17:32 +0800)]
MDL-85389 mod_lesson: Behat for filtering lesson reports/essays by group
sam marshall [Wed, 7 May 2025 14:18:51 +0000 (15:18 +0100)]
MDL-85400 PHPunit: Hard to test code that uses encryption
This change stops the encryption code setting created key files to
read-only during PHPunit runs, which means they will be safely
deleted when the system resets after a test.
ferran [Mon, 26 May 2025 11:50:21 +0000 (13:50 +0200)]
Merge branch 'MDL-84304-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
Huong Nguyen [Fri, 23 May 2025 04:04:00 +0000 (11:04 +0700)]
weekly release 4.4.8+
Huong Nguyen [Fri, 23 May 2025 04:03:59 +0000 (11:03 +0700)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
Huong Nguyen [Thu, 22 May 2025 03:48:46 +0000 (10:48 +0700)]
Merge branch 'MDL-84793-m404' of https://github.com/sammarshallou/moodle into MOODLE_404_STABLE
Huong Nguyen [Thu, 22 May 2025 03:34:51 +0000 (10:34 +0700)]
Merge branch 'MDL-84918-404' of https://github.com/HuongNV13/moodle into MOODLE_404_STABLE
David Woloszyn [Wed, 30 Apr 2025 04:41:10 +0000 (14:41 +1000)]
MDL-84918 core: Add zend.exception_ignore_args environment check
Huong Nguyen [Thu, 22 May 2025 02:58:26 +0000 (09:58 +0700)]
MDL-84918 core: Add initial environment requirements for Moodle 5.1
Huong Nguyen [Wed, 21 May 2025 02:56:20 +0000 (09:56 +0700)]
Merge branch 'MDL-85374-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
AMOS bot [Wed, 21 May 2025 00:07:48 +0000 (00:07 +0000)]
Automatically generated installer lang files
Andrew Nicols [Mon, 19 May 2025 23:19:57 +0000 (07:19 +0800)]
MDL-85374 report_competency: Create custom step for setting autocomplete
The autocompletes used in the competency report have been bastardised to
redirect on selection. Unfortunately this also applies when when making
null-op changes like deleting the initial "Please select a value"
option.
The autocomplete code removes all current options before creating an
option, and because of this redirect the browser is redirecting before
the new value can be entered, but we retain a reference to the field as
`$this->field`, which is now stale.
Laurent David [Thu, 20 Mar 2025 11:12:08 +0000 (12:12 +0100)]
MDL-84304 core_courseformat: Remove COMPLETION_COMPLETE_FAIL test
* Because we removed this status in mod_scorm, we cannot test it
anymore against any module as no module has custom_rules that leads
to COMPLETION_COMPLETE_FAIL
Laurent David [Tue, 25 Feb 2025 06:30:01 +0000 (07:30 +0100)]
MDL-84304 mod_scorm: Remove completion failed from behat test
* Now that we removed the COMPLETION_COMPLETE_FAIL status for scorm
behat tests needs to be updated
Magnus Samuelsson [Thu, 23 Jan 2025 11:12:18 +0000 (12:12 +0100)]
MDL-84304 mod_scorm: Remove the COMPLETION_COMPLETE_FAIL status
Mihail Geshoski [Fri, 16 May 2025 04:59:13 +0000 (12:59 +0800)]
weekly release 4.4.8+
Mihail Geshoski [Fri, 16 May 2025 04:59:03 +0000 (12:59 +0800)]
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
sam marshall [Mon, 10 Mar 2025 15:57:21 +0000 (15:57 +0000)]
MDL-84793 Behat: Allow CLI scripts to run on Behat instance