- 16 Feb, 2016 1 commit
-
-
jun authored
-
- 11 Feb, 2016 2 commits
-
-
David Monllaó authored
-
-
- 10 Feb, 2016 4 commits
-
-
renderable should not be used for extracting details. Use cm to get context and dir information
-
-
-
AMOS Bot authored
-
- 09 Feb, 2016 16 commits
-
-
-
-
-
When $CFG->divertallemailsto is specified, this allows a list of email or domain exceptions to be whitelisted enabling easier testing by groups of testers who don't share a single email address.
-
-
-
-
-
-
-
-
-
-
-
-
-
- 08 Feb, 2016 9 commits
-
-
-
-
David Monllaó authored
Merge branch 'm31_MDL-52637_Disable_Automatically_Enabling_TLS_Encryption' of https://github.com/scara/moodle
-
Simey Lameze authored
-
Adam Olley authored
This change resolves a problem where a long sheet name, which gets trimmed down with substr($name, 0, 31), could result in a sheet name with a single quote on the end because the quote removal was done before the substr.
-
-
The code that stored lastmodified in gradingtable used a different method to produce it than the processor used to generate the check value. Fix that and also check that the attempt number has not changed.
-
-
Andrew Nicols authored
-
- 06 Feb, 2016 1 commit
-
-
AMOS Bot authored
-
- 05 Feb, 2016 7 commits
-
-
Andrew Nicols authored
-
Josh Marshall authored
-
David Monllaó authored
Thanks to Andrew Nicols for cleaning my eyes.
-
Andrew Nicols authored
Derived table support was altered in MySQL 5.7 changing the way in which DELETE FROM works in some cases. This change modifies the way in which deletion occurs by selecting all IDs and batching them into groups of 1000.
-
David Mudrák authored
When restoring the random glossary entry block, we need to check that the associated glossary has also been included in the backup and is being restored. If not, we must invalidate the block configuration. Before this patch, the block configuration was not invalidated. Additionally, as a result of MDL-20131, the block configuration also contains the course id of the associated glossary (which by the way does not seem to be a wise choice, but I may be missing something). So we need to remap this course id as well to avoid mismatch.
-
Matteo Scaramuccia authored
-
David Mudrák authored
Without the context being explicitly set, debugging warning can be displayed in certain rare situations.
-