- 24 Apr, 2020 2 commits
-
-
jun authored
-
-
- 23 Apr, 2020 22 commits
-
-
-
-
Sara Arjona authored
-
Sara Arjona authored
-
Sara Arjona authored
-
Sara Arjona authored
-
Sara Arjona authored
-
Sara Arjona authored
-
Sara Arjona authored
-
Eloy Lafuente authored
The suggested SQL in some of the assertions was not cross-db but db-dependent. Now we just keep that part out from the assertions, because it's not important to verify the errors that are being asserted.
-
-
-
https://github.com/stronk7/moodlejun authored
-
git://github.com/lameze/moodlejun authored
-
git://github.com/cescobedo/moodlejun authored
-
https://github.com/stronk7/moodlejun authored
-
git://github.com/cescobedo/moodlejun authored
-
git://github.com/andrewnicols/moodlejun authored
-
AMOS Bot authored
-
Mark Nelson authored
-
Mark Nelson authored
-
Mark Nelson authored
-
- 22 Apr, 2020 3 commits
-
-
Mark Nelson authored
-
Mark Nelson authored
-
Mark Nelson authored
-
- 21 Apr, 2020 3 commits
-
-
Simey Lameze authored
-
Simey Lameze authored
-
Simey Lameze authored
-
- 20 Apr, 2020 5 commits
-
-
cescobedo authored
Add a correct mime type for h5p files and update existing mime type for stored h5p files.
-
Adam Eijdenberg authored
These pages are often loaded in parallel.
-
Adam Eijdenberg authored
-
-
Andrew Nicols authored
This links directly to our own pages relating to funding.
-
- 19 Apr, 2020 1 commit
-
-
AMOS Bot authored
-
- 17 Apr, 2020 4 commits
-
-
-
cescobedo authored
When deploying a new H5P resource we need to ensure that we don't start deploying the same H5P in another thread (e.g. for another session/user).
-
Eloy Lafuente authored
It comes with behat/mink 1.8.x that provides php74 compatibility. lock file generated with php72 (min version supported by the branch)
-
Eloy Lafuente authored
Before Mink 1.8.0, any call to getSession() used to auto-start the session if it was not avaliable there. That always has been an unsupported detail. With https://github.com/minkphp/Mink/pull/705 new sessions aren't auto-created anymore. And we were relying on that. So this is, simply about to explicitly create the new session in our before_scenario stuff, to guarantee that it's always there.
-