Gareth J Barnard
Gareth J Barnard
Ref, annotation notices on https://github.com/gjb2048/moodle-format_grid/actions/runs/3236667881 Leads to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - but no idea how to solve this one!
Hello, With version 3.3.0, I get the following about 'doctype':  However, if I were to add 'doctype' to the templates and remove the 'doctype()' call in PHP,...
Hi Bas, Makes the floating bit of the M2.8 grader report look consistent with the background colours:  Cheers, Gareth
Hi Bas, This updates the LESS and AMD JS to BS3.3.7 - I've hand updated the AMD JS from the bootstrap.js difference on https://github.com/twbs/bootstrap/compare/v3.3.4...v3.3.7. In recompiling the JS using the...
Hi Bas, More of a question to see if the theme needs this patch? Cheers, Gareth
Hi Bas, I'm updating Shoehorn with this fix in Essential: https://github.com/gjb2048/moodle-theme_essential/issues/629 - and noticed that Bootstrap needs it too. Cheers, Gareth
Refs: https://github.com/moodle/moodle/commit/024b1eade034bbc3379ed7c79a812177747b89b2 - means changing enrolment.less and https://tracker.moodle.org/browse/MDL-52936.
Issue:  Solution: ``` // admin.less. .admin_colourpicker { .previewcolour, .currentcolour { box-sizing: content-box; } } ```
Using the theme tester tool: https://moodle.org/plugins/tool_themetester On /admin/tool/themetester/bs_components.php under 'Vertical variation' button margin issue. ->  changing .btn-lineup { margin: 0 0 10px 5px; }...
With the theme tester tool on: /admin/tool/themetester/bs_components.php - Go to 'Basic example':  Fix should be: ``` // forms.less. form .input-group { select, input[type="text"], input[type="password"],...