- 24 Aug, 2016 6 commits
-
-
-
-
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 16 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
-
-
-
-
Jake Dallimore authored
Added an upgrade step to remove duplicate stamps, added a unique index on (contextid, stamp) and modified the question_category edit code such that stamp duplication in the same context is not permitted.
-
Brendan Heywood authored
-
- 19 Aug, 2016 5 commits
-
-
Dan Poltawski authored
-
Devang Gaur authored
-
An Pham Van authored
In a Workshop activity, comment fields on Assessment forms do not properly link to the corresponding Aspect. So screen reader users may find it difficult to complete the Assessment forms. There should be a hidden label text for each comment field.
-
Rajesh Taneja authored
-
Rajesh Taneja authored
Delete tablesupdatedbyscenario before db reset to ensure db is fully reset. In case user exits or process terminated then the file will be left and can lead to wrong results
-