Gareth J Barnard

Results 32 issues of 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': ![Screenshot 2022-07-03 132403](https://user-images.githubusercontent.com/1058419/177146089-116f8b64-1c45-473e-a810-2ab6ae7926c0.png) 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: ![2014-11-16 15_35_12-grades_ view](https://cloud.githubusercontent.com/assets/1058419/5061975/b2c9fa34-6da6-11e4-9076-2900c97b657a.jpg) 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

bug
question

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: ![2016-01-31 19_06_55-moo30_ administration_ appearance_ themes_ shoehorn_ look and feel settings](https://cloud.githubusercontent.com/assets/1058419/12704231/0dea0c80-c84e-11e5-89b2-c56177362cd1.png) Solution: ``` // admin.less. .admin_colourpicker { .previewcolour, .currentcolour { box-sizing: content-box; } } ```

bug

Using the theme tester tool: https://moodle.org/plugins/tool_themetester On /admin/tool/themetester/bs_components.php under 'Vertical variation' button margin issue. -> ![2016-01-22 18_16_33-moo30_ administration_ development_ theme tester](https://cloud.githubusercontent.com/assets/1058419/12519063/695bb968-c134-11e5-9995-419e4b85832d.png) changing .btn-lineup { margin: 0 0 10px 5px; }...

With the theme tester tool on: /admin/tool/themetester/bs_components.php - Go to 'Basic example': ![2016-01-22 18_55_51-moo30_ administration_ development_ theme tester](https://cloud.githubusercontent.com/assets/1058419/12520035/1eb5d938-c13a-11e5-928b-268f3058e66f.png) Fix should be: ``` // forms.less. form .input-group { select, input[type="text"], input[type="password"],...