Adaptable theme for Moodle 3.9 to 3.11 updated

Adaptable theme for Moodle 3.9 to 3.11 updated

by Gareth J Barnard -
Number of replies: 6
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hello,

I've updated Adaptable as follows:

Version 3.11.0.3 for Moodle 3.11 version 2021051700.00 (Build: 20210517) and above within the 3.11 branch until the next release:

with:

  1. Fix 'setting colours (courses)' - Ref: https://moodle.org/mod/forum/discuss.php?d=426492.
  2. Fix empty setting value of 'pageheaderheight' causes SCSS compilation issue - Ref: https://moodle.org/mod/forum/discuss.php?d=426553.
  3. Change SCSS comments from CSS to SCSS ones so that they are not in the 'all' file sent to the browser and hence it will be smaller.
  4. Fix dialog text colour, i.e. adding a new question to a quiz.
  5. Fix 'Title moved to top by search', ref: https://moodle.org/mod/forum/discuss.php?d=425729#p1718073.

Version 3.10.1.4 for Moodle 3.10 version 2020110900.00 (Build: 20201109) and above within the 3.10 branch until the next release:

with:

  1. Remove redundant CSS selector - #33.
  2. Fix 'Grader report preferences layout broken', ref: https://moodle.org/mod/forum/discuss.php?d=425016&parent=1715752.
  3. Remove redundant navbar toggler and tidy the CSS.
  4. Further CSS tidy and refactor some to SCSS.
  5. Settings in the CSS can now be pre-processed before passed to the SCSS compiler.  Thus enabling further transition to SCSS of the CSS.  This will reduce the amount of source 'CSS' and help to spot duplication and mistakes.
  6. Added extra information in the settings tabs about maturity of the release.
  7. Fix 'Userdata cache not used' - #247.
  8. Fix 'setting colours (courses)' - Ref: https://moodle.org/mod/forum/discuss.php?d=426492.
  9. Fix empty setting value of 'pageheaderheight' causes SCSS compilation issue - Ref: https://moodle.org/mod/forum/discuss.php?d=426553.
  10. Change SCSS comments from CSS to SCSS ones so that they are not in the 'all' file sent to the browser and hence it will be smaller.
  11. Fix dialog text colour, i.e. adding a new question to a quiz.
  12. Fix 'Title moved to top by search', ref: https://moodle.org/mod/forum/discuss.php?d=425729#p1718073.

Version 3.9.1.4 for Moodle 3.9 version 2020061500.00 (Build: 20200615) and above within the 3.9 branch until the next release:

with:

  1. Fix 'Drag-and-drop onto image question type - preview not visible' - Ref: https://moodle.org/mod/forum/discuss.php?d=426557.
  2. And the same as 3.10.1.4 above.

As always:

  • If you find this post useful, then please mark it so.
  • Install and check on a test server first.
  • Post issues about these versions only here.

Gareth

Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Séverin Terrier -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Thanks Gareth for the continues improvment of the Adaptable theme smile

Séverin
Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Eugene T. -
Gareth, thanks for new fixes.

But after upgrades
3.11.0.2 -> 3.11.0.3 #5: title is still on top
3.10.1.3 -> 3.10.1.4 #12: title has mooved on top
Using two row style2
In reply to Eugene T.

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
a) I fixed row style one as that appeared to have the issue.
b) Row style two did not seem to be affected.
c) You didn't tell me that it was row style two.
In reply to Gareth J Barnard

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Eugene T. -
Sorry for uncomlete info.
I hope you check it soon.

Thanks.
In reply to Eugene T.

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Dear Eugene,

Please try this patch: https://gitlab.com/jezhops/moodle-theme_adaptable/-/commit/bb12b765e14e98696f7a83d81a1f25f7f66e64d5 - then 'Purge all caches'.

Gareth
In reply to Gareth J Barnard

Re: Adaptable theme for Moodle 3.9 to 3.11 updated

by Eugene T. -
It works.

I'm very grateful for your help.