Marina Glancy

Results 70 comments of Marina Glancy

I run this script on non-mdk installations so it was convenient for me if it does everything out-of-the-box. But if you think it's not needed, ignore this pull request

I found at least one more place where "upstream" is referred to as "stable": ``` git checkout MOODLE_30_STABLE mdk precheck Exception: Cannot pre-check the stable branch ``` I was very...

Here is a cross-link with the same report on Moodle LMS side: https://tracker.moodle.org/browse/MDL-69415

Just commenting here that is a way to do it in github actions, for example: - name: Moodle PHPDoc Checker if: ${{ always() }} run: moodle-plugin-ci phpdoc - name: Validating...

We found an easy workaround, just call phpunit directly: ``` cd moodle vendor/bin/phpunit --filter tool_dataprivacy_metadata_registry_testcase ```

There are situations when it is necessary to specify BinaryMediaTypes: - '*.*' Because this is the "Accept" header that browsers and curl send and the BinaryMediaTypes must match it. Unfortunately...

Thank you for the report. I can see why it is happening. I assume you have the 'accordion' effect enabled (so when one section is expanded others get collapsed). When...