- 27 Sep, 2021 3 commits
-
-
Sara Arjona authored
The joubel/core and joubel/editor libraries have been moved to Moodle namespace. This commit adds the new namespace to the places where these classes are used. Besides, a couple of minor changes have been done to replace the _test.php classname and remove some unnecessary defined('MOODLE_INTERNAL').
-
Sara Arjona authored
The joubel/editor is a third-party library. A namespace has been added to avoid collision with other plugins using it (such as mod_hvp). That way, they will be able to have a different version without side effects.
-
Sara Arjona authored
The joubel/core is a third-party library. A namespace has been added to avoid collision with other plugins using it (such as mod_hvp). That way, they will be able to have a different version without side effects.
-
- 24 Sep, 2021 2 commits
-
-
ilya authored
-
-
- 23 Sep, 2021 8 commits
-
-
-
jun authored
* Plus use example domain for user email in the Behat test
-
git://github.com/lameze/moodlejun authored
-
git://github.com/junpataleta/moodlejun authored
-
-
AMOS Bot authored
-
-
git://github.com/ilyatregubov/moodleilya authored
-
- 22 Sep, 2021 13 commits
-
-
git://github.com/ferranrecio/moodlejun authored
-
-
git://github.com/sarjona/moodleilya authored
-
Ferran Recio Calderó authored
-
-
git://github.com/ilyatregubov/moodlejun authored
-
-
AMOS Bot authored
-
-
-
ilya authored
-
-
- 21 Sep, 2021 9 commits
-
-
-
git://github.com/peterRd/moodleilya authored
-
Andrew Nicols authored
When using a try/catch for a find if the first match is not met then we have an implicit 6 second delay waiting for the search to time out. We can avoid this by combining the searches in a comma-separated selection. I have also taken the opportunity to convert the use of ->click() to the i_click_on function which has the benefit of supporting wait for pendingJS.
-
Andrew Nicols authored
The standard NodeElement functions for getAttribute, getTagName, getParent, and friends go back to WebDriver and parse the DOM for each request. This is insanely slow per request, and in the case of forms we do a lot of checking to determine the field type. This change modifies the form field detection to copy the entire node content into a DOMDocument and parse the document locally. This is significantly faster - in some cases where there are large documents minutes faster. I believe that this should be a safe change as the document fetched from the browser is normalised to match the doctype specified.
-
Andrew Nicols authored
-
git://github.com/sarjona/moodlejun authored
-
-
Amaia authored
-
-
- 20 Sep, 2021 5 commits
-
-
git://github.com/aanabit/moodleilya authored
-
Amaia authored
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Huong Nguyen authored
The write_setting() should only use the internal validation if no validation function was provided
-