- 25 Aug, 2016 7 commits
-
-
David Monllaó authored
- If the database contains has than 4 valid fields all fields from the 4th one to the last one will be merged into the 4th one so we index all entry contents - get_content_value now receives the whole data_content record as fields may need other values than just the content to prepare the value - phpunit database generator changes to separate checkboxes from radio buttons options and to separate multimenu options from menu options
-
-
Simey Lameze authored
-
-
-
Rajesh Taneja authored
-
Rajesh Taneja authored
-
- 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 8 commits
-
-
-
-
-
-
-
-
Dan Poltawski authored
-
Andrew Nicols authored
If the user cannot subscribe, there is no point showing the digest options.
-