- 25 Aug, 2016 1 commit
-
-
- 24 Aug, 2016 12 commits
-
-
-
Simey Lameze authored
-
-
David Monllaó authored
-
-
David Monllaó authored
-
-
-
Russell Smith authored
When a cachable object is store in the static cache from the backing store, it was incorrect serialised rather than using the wake function. This has been resolved and tests added. During the investigation into cacheable_object, it was discovered that set_identifiers never removes identifiers when you call it, so set_identifiers(array('a')) and set_identifiers(array('b')) really resulted in array('a','b') as the identifiers rather than 'b'. The fix for this issue depends on the set_identifiers fix and they have been coupled together as a result.
-
Rajesh Taneja authored
if theme/tests/behat/behat_theme_{THEME_NAME}_behat_selectors.php file exits, and has class with same file name then we will call behat_theme_{THEME_NAME}_behat_selectors::register_moodle_selectors() to register theme specific selectors. If they are different then core then they will override
-
Rajesh Taneja authored
-
-
- 23 Aug, 2016 13 commits
-
-
-
Dan Poltawski authored
This isn't used in moodle core and is problematic on oracle, don't test it.
-
Mark Johnson authored
-
-
-
-
-
-
Rajesh Taneja authored
-
Rajesh Taneja authored
If error is not displayed in web browser then it will be caught in shutdown hook, so we can show it to user
-
-
-
sam marshall authored
The completion cache is currently not marked as simpledata. On the course page it is frequently retrieved hundreds of times which results in many calls to the slow unserialize function. By making a slight change to the data format (using arrays instead of objects) we can mark it as simpledata, which will avoid using unserialize.
-
- 22 Aug, 2016 14 commits
-
-
-
-
-
-
-
-
Dan Poltawski authored
-
Andrew Nicols authored
If the user cannot subscribe, there is no point showing the digest options.
-
Andrew Nicols authored
Daily digest options should not be generated if the user cannot subscribe to anything in the first place.
-
-
Dan Poltawski authored
-
-
-
-