- 12 May, 2022 4 commits
-
-
jun authored
-
https://github.com/stronk7/moodlejun authored
-
https://github.com/stronk7/moodlejun authored
-
-
- 11 May, 2022 1 commit
-
-
https://github.com/macgirvin/moodlejun authored
-
- 10 May, 2022 3 commits
-
-
https://github.com/timhunt/moodlejun authored
-
https://github.com/junpataleta/moodlejun authored
-
Without this index, a full table scan / table level locking occurs when logging out of Moodle. This can result in slow performance in a busy Moodle site.
-
- 08 May, 2022 1 commit
-
-
Eloy Lafuente (stronk7) authored
Applied the following changes to various testcase classes: - Namespaced with component[\level2-API] - Moved to level2-API subdirectory when required. - Fixed incorrect use statements with leading backslash. - Remove file phpdoc block - Remove MOODLE_INTERNAL if not needed. - Changed code to point to global scope when needed. - Fix some relative paths and comments here and there. - All them passing individually. - Complete runs passing too. Special mention to: - Moved to the level2 "privacy" namespace: - \mod_assign\privacy\feedback_legacy_polyfill_test - \mod_assign\privacy\submission_legacy_polyfill_test - Moved to the level2 "task" namespace: - \core_message\task\migrate_message_data_test - \ltiservice_gradebookservices\task\cleanup_test - \message_email\task\send_email_test - \mod_lti\task\clean_access_tokens_test - \mod_workshop\task\cron_task_test - Moved to the level2 "event" namespace: - \core_h5p\event\dele...
-
- 07 May, 2022 1 commit
-
-
Eloy Lafuente (stronk7) authored
Applied the following changes to various testcase classes: - Namespaced with component[\level2-API] - Moved to level2-API subdirectory when required. - Fixed incorrect use statements with leading backslash. - Remove file phpdoc block - Remove MOODLE_INTERNAL if not needed. - Changed code to point to global scope when needed. - Fix some relative paths and comments here and there. - All them passing individually. - Complete runs passing too. Special mention to: - Some fixtures, initially defined in the test files have been moved to new files in fixtures subdirectory, leaving the unit test files clearer: - moodle2_course_format_test.php - Rename wrong named test: - baseoptiogroup_test = baseoptigroup_test
-
- 06 May, 2022 13 commits
-
-
Eloy Lafuente (stronk7) authored
-
Jake Dallimore authored
-
https://github.com/mihailges/moodlejun authored
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
Mihail Geshoski authored
Adds new parameter in get_module_types_names() to optionally reset the $modnames static cache.
-
Mihail Geshoski authored
Adds a new install script for the BBB module and a new upgrade step. The BBB module now will be disabled by default for new installations and also it will be disabled for the existing sites that use the default BBB server configuration. Admistrators will be required to confirm the acceptance of the related DPA prior to (re)enabling the plugin once again.
-
Mihail Geshoski authored
Adds a note in the BBB general settings page to raise awareness about the legal obligations related to the data processing agreement with the service provider which is currently configured.
-
Mihail Geshoski authored
Implements a function for the 'pre_enable_plugin_actions' callback. When the default BBB server settings are used while the administrator attempts to enable the BBB plugin, the function will prevent this action and trigger a dynamic form requesting the admin to conifrm their acceptance of the related data processing agreement. The process of enabling the plugin will continue as usual in cases where the admin has already confirmed the acceptance of the dpa or a different BBB server configuration is used other than the default.
-
Mihail Geshoski authored
Adds a callback xxx_pre_enable_plugin_actions in admin/modules.php which plugins can use to force additional actions before enabling the plugin. The return value (bool) from the plugin callback method specifies whether the process of enabling the plugin should continue after the added actions or not.
-
-
Andrew Nicols authored
-
https://github.com/rschrenk/moodleilya authored
-
- 05 May, 2022 11 commits
-
-
-
-
-
Hien Dinh authored
-
jun authored
-
https://github.com/snake/moodlejun authored
-
-
https://github.com/snake/moodleilya authored
-
https://github.com/snake/moodlejun authored
-
ilya authored
-
-
- 04 May, 2022 6 commits
-
-
Tim Hunt authored
-
Tim Hunt authored
-
This patch wraps the login_failed_count logic in a resource lock and forces a user preferences cache reload. Each thread must wait for the lock and must fetch the current count before incrementing it. This ensures that login_failed_count is correct across threads and that the lockout threshold is correctly honoured. Co-Authored-By:
Sujith Haridasan <sujith@moodle.com>
-
-
https://github.com/paulholden/moodleilya authored
-
Ferran Recio Calderó authored
-