Alistair Spark
Alistair Spark
*_get_completion_state() callback functions such as hvp_get_completion_state have been deprecated and should no longer be used. Please implement the custom completion class mod_hvp\completion\custom_completion which extends \core_completion\activity_custom_completion. line 731 of /lib/completionlib.php: call...
https://moodlehq.github.io/moodle-plugin-ci/#github-actions This might allow catching issues like #398 in development branches rather than after a release ;)
I just noticed on one of our test servers the site logo wasn't loading, which is weird since all the data comes from s3. By opening image in a new...
The Use Cases defined in the readme including use of old files and re-use in multiple environments. This currently works well for prod, a snapshot copy of prod once all...
User sync should allow new accounts to be created with samaccountname rather than UPN. Quite simply our users have been created from AD via ldap plugin and all of the...
Currently the sync will do the following ...... 510001 users received. Syncing... ...... 10000 users in chunk. Syncing... These chunks are pretty meaningless as all users are still being processed...
This was one of the really nice features we saw with going down the auth_saml2 route but have now committed to using auth_oidc. It would detect if the user was...
See #155
Adding https://github.com/catalyst/moodle-tool_excimer to our build and it requires this extension, running our unit testing pipelines through https://github.com/moodlehq/moodle-docker so seems fitting to suggest to add here. Looks to be a pretty...
Noting this down for reference, following on from some discussions in Moodle Dev chat. The current JMeter scripts do not call AJAX services. The following rely heavily on AJAX: -...