- 29 Nov, 2021 1 commit
-
-
Mathew May authored
-
- 26 Nov, 2021 7 commits
-
-
Sara Arjona authored
-
Sara Arjona authored
-
-
https://github.com/bmbrands/moodlejun authored
-
https://github.com/stronk7/moodlevictor authored
-
-
Eloy Lafuente authored
Data providers are executed at the beginning of the execution of the phpunit run, not when the test is run. So, setting anything on them being dependent of current time has high chances or fail when the test is executed (maybe some hours later in slow databases / systems). Data provider only can contain the relative values and then, when the test is effectively run, they are applied to *current* time.
-
- 25 Nov, 2021 10 commits
-
-
Ferran Recio Calderó authored
-
Ferran Recio Calderó authored
-
Ferran Recio Calderó authored
-
Ferran Recio Calderó authored
-
https://github.com/paulholden/moodlejun authored
-
Eloy Lafuente authored
Some columns in the database have already 29 characters, so we cannot use a prefix of 3 characters because that puts orcle over the 30 characters max.
-
AMOS Bot authored
-
-
-
victor authored
-
- 24 Nov, 2021 2 commits
-
-
-
This commit includes a copy of the bigbluebuttonbn activity module from: - branch: tags/v2.5-alpha.2^0 - commit:
-
- 23 Nov, 2021 15 commits
-
-
Ferran Recio Calderó authored
-
ilya authored
-
-
https://github.com/TomoTsuyuki/moodle
Added one extra TEXT column so we have it covered too.
-
Paul Holden authored
PHPUnit test dataProvider methods should not modify global state, such as initializing $OUTPUT, as they can cause failures in unrelated tests at a distance.
-
Paul Holden authored
-
- 22 Nov, 2021 5 commits
-
-
Sara Arjona authored
-
David Matamoros authored
-
Paul Holden authored
This allows a report creator to create personalised reports according to the user who is viewing the report.
-
Paul Holden authored
This change overcomes limitations in certain DB engines (such as MySQL[1]) which can lead to truncation of data when applying group concatenation to columns. Ensure we account for that by validating that we are able to extract the expected number of fields from each concatenated value. [1] https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_group_concat_max_len
-
Ferran Recio Calderó authored
-