Mark Johnson

Results 29 issues of Mark Johnson

**Describe the bug** CloudFormationCreateOrUpdateStack has a documented "timeoutInMins" parameter, which is how long it will wait for the stack to reach UPDATE_COMPLETE state. However, setting this parameter has no effect,...

bug
pending-release

Steps to reproduce (PHP 8): 1. Add a new Interactive Content activity to a course 2. In the "Editor" field, find a content type showing "Update available" 3. Click "Details"...

The previous code could result in a curl error if $CFG->tempdir didn't already exist, and a chmod error if it did exist as it was being passed $stream as a...

MySQL 5.7 uses utf8mb3 encoding by default, meaning 4-byte characters (such as emoji) are not supported. This ensures compatibility of the presigned URL testing across databases, and prevents errors when...

We have noticed that our cron is running lots of instances of the generate_status_report scheduled task, that never seem to complete. Doing some digging, I have found that location_report_builder reaches...

Hi, We've just merged Moodle 3.10, and I was looking at switching to the MOODLE_310_STABLE branch of objectfs as it contains updates to the unit test signatures that are needed...

I tried the following: ``` export MOODLE_DOCKER_WWWROOT=/path/to/moodle/code export MOODLE_DOCKER_DB=pgsql export MOODLE_DOCKER_BROWSER=chrome cp config.docker-template.php $MOODLE_DOCKER_WWWROOT/config.php bin/moodle-docker-compose up -d bin/moodle-docker-wait-for-db bin/moodle-docker-compose run webserver php admin/tool/behat/cli/init.php --parallel=4 bin/moodle-docker-compose run webserver php admin/tool/behat/cli/run.php ```...

There was no license file allowing use or distribution of the code. Apache License v2 seems like a sensible default.

Lexy looks like just to tool I was after, however, there's no instructions on what its dependencies are, how to configure it, how to get it to run, etc. I...

This change adds a link to the Merged user logs page to download the logs shown in the table as a CSV file. It also adds a new field to...