- 22 Sep, 2022 2 commits
-
-
Eloy Lafuente authored
In stables, just minors updates to components. Generated using the instructions @ https://docs.moodle.org/dev/Composer and using PHP 7.2 (always the min version supported) to generate the lock file.
-
Eloy Lafuente authored
-
- 19 Sep, 2022 1 commit
-
-
https://github.com/stronk7/moodlejun authored
-
- 18 Sep, 2022 1 commit
-
-
Eloy Lafuente authored
Recently, PHPUnit (all versions) did some changes about how the comparators worked and this has caused some float comparisons to stop working. We need to move them to assertEqualsWithDelta(), allowing a small tolerance to workaround the floats comparison problem. 0.00001 has been decided. And applied to all the similar assertions within the unittest function, so if more cases are added to them better be copied with the agreed tolerance.
-
- 10 Sep, 2022 1 commit
-
-
Eloy Lafuente authored
-
- 09 Sep, 2022 1 commit
-
-
jun authored
-
- 08 Sep, 2022 2 commits
-
-
-
This is a backport from MDL-71662.
-
- 07 Sep, 2022 3 commits
-
-
-
This commit is based on an outstanding pull request to the Mustache repo
-
- 06 Sep, 2022 2 commits
-
-
Paul Holden authored
-
https://github.com/lameze/moodlejun authored
-
- 05 Sep, 2022 2 commits
-
-
-
https://github.com/stronk7/moodlejun authored
-
- 04 Sep, 2022 1 commit
-
-
Eloy Lafuente authored
With IANA TZDB (timezone database) release 2022b, Europe/Kiev has been renamed to Europe/Kyiv. So we need to add this string to our list to keep tests passing. Note that the old Europe/Kiev continues working (is an alias) and, also, there are places in core where we are using it. Just we cannot remove/replace those uses in core until we ensure that everybody is using PHP 8.0.23 (TZDB 2022b) or more recent versions. Hence, not changing those uses now.
-
- 02 Sep, 2022 1 commit
-
-
ilya authored
-
- 31 Aug, 2022 3 commits
-
-
https://github.com/andelacruz/moodlejun authored
-
https://github.com/andelacruz/moodleilya authored
-
Michael Hawkins authored
Mustache version 2.14.1 is already included, but the VERSION const incorrectly listed 2.14.0 in the tagged Mustache release. A later upstream commit corrected this in the library, which this now matches.
-
- 22 Aug, 2022 1 commit
-
-
Simey Lameze authored
This commit changes changes the unit test calculations to keep track of the time the bucket starts/finishes bursting and use milliseconds instead of seconds to have a precise time to sleep.
-
- 19 Aug, 2022 1 commit
-
-
Sara Arjona authored
-
- 18 Aug, 2022 2 commits
-
-
Sara Arjona authored
-
* As a student I should only be able to access the next question or the current question * The API should not show more than the current question * Once the quiz is previewed we can see the question in any order (existing behaviour) * Related to ticket MDL-71728 Co-authored-by:
Rajneel Totaram <rjnlfj@yahoo.com> Co-authored-by:
Tim Hunt <t.j.hunt@open.ac.uk>
-
- 16 Aug, 2022 1 commit
-
-
- 12 Aug, 2022 6 commits
-
-
Mark Johnson authored
MDL-67114 local change removed as it is now available upstream.
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
This reverts commit 9f270d95.
-
Petr Skoda authored
This reverts commit 47c211ba.
-
Shamim Rezaie authored
-
- 11 Aug, 2022 1 commit
-
-
Noel De Martin authored
Based on Andrew's WIP from https://github.com/andrewnicols/moodle/commit/b3d40cb20d1f0edf0bf21077c8f94bce5dec56db Co-authored-by:
Andrew Nicols <andrew@nicols.co.uk>
-
- 09 Aug, 2022 1 commit
-
-
https://github.com/timhunt/moodlejun authored
-
- 08 Aug, 2022 2 commits
-
-
Angelia Dela Cruz authored
Replace steps that manually add H5Pactivity instances via the UI and use Behat generators. This improves the speed of the Behat test runs. Co-authored-by:
Simey Lameze <simey@moodle.com>
-
https://github.com/lameze/moodlejun authored
-
- 05 Aug, 2022 3 commits
-
-
https://github.com/aanabit/moodleilya authored
-
ilya authored
-
Angelia Dela Cruz authored
Replace steps that manually add Folder instances via the UI and use Behat generators. This improves the speed of the Behat test runs.
-
- 04 Aug, 2022 2 commits
-
-
Marina Glancy authored
for example in case of editor field, the textarea element is hidden by wysiwyg widget but we still need to be able to set it
-
-