Skip to content

Commit d843521

Browse files
committed
Upgrade: Verify the built-in SCSS snippets on 5.1.
1 parent 1b966e3 commit d843521

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes
66

77
### Unreleased
88

9+
* 2025-10-26 - Upgrade: Verify the built-in SCSS snippets on 5.1.
910
* 2025-10-26 - Upgrade: Remove the timelinetintenabled and upcomingeventstintenabled settings from Boost Union as the timeline block and the upcoming events blocks have colored icons from Moodle 5.1 on
1011
* 2025-10-26 - Upgrade: Adopt changes to settings.php from MDL-80556
1112
* 2025-10-26 - Prepare compatibility for Moodle 5.1.

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Visual checks
3636
-------------
3737

3838
* As this is a theme, you should have a close look at all functionalities of the theme and all major Moodle GUI pages to make sure that everything is displayed nicely and correctly.
39-
* Within the SCSS snippets feature, several snippets are shipped as built-in snippets and are provided as well in the Boost Union SCSS repository. These snippets should be checked and updated if necessary.
39+
* Within the SCSS snippets feature, several snippets are shipped as built-in snippets and are provided as well in the Boost Union SCSS repository. These snippets should be checked and updated if necessary and, in any case, the tested version should be raised in each snippet.

snippets/builtin/calendar_height.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: easeofuse
55
* Description: The day cells within the month view of the calendar on the dashboard / site home have an unnecessarily large and fixed height. This is cumbersome especially if new users still have an empty calendar. This snippet reduces the height to a more reasonable value.
66
* Creator: Alexander Bias
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
*
99
* @copyright 2025 Alexander Bias, ssystems GmbH
1010
* @author Alexander Bias <[email protected]>

snippets/builtin/debugging_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: devsonly
55
* Description: By default, the performance footer in Moodle aligns with the content width and integrates in the page layout in a suboptimal way. This snippet changes the performance footer to be full-width and 'below the fold'. Additionally, it slightly improves the content styling in the performance footer as well.
66
* Creator: Alexander Bias
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
*
99
* @copyright 2025 Alexander Bias, ssystems GmbH
1010
* @author Alexander Bias <[email protected]>

snippets/builtin/no_round_corners.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: eyecandy
55
* Description: By default, Moodle uses round corners for buttons and other elements as they are provided by Bootstrap. This snippet removes the round corners and replaces them with square corners.
66
* Creator: Stefan-Alexander Scholz
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
*
99
* @copyright 2025 Stefan-Alexander Scholz, bdecent GmbH
1010
* @author Stefan-Alexander Scholz <[email protected]>

snippets/builtin/rainbow_navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: eyecandy
55
* Description: 17 May is a special day for the queer community - the international day against homophobia, biphobia and transphobia. This snippet changes the background of the navbar to rainbow colors to commemorate and support this special day.
66
* Creator: Nils Promer and Alexander Brehm
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
* Usage note: To use this snippet, the 'theme_boost_union | navbarcolor' setting must be set to 'Light navbar with dark font color'. Otherwise, the snippet's SCSS would interfere with the configured navbar color.
99
*
1010
* @copyright 2024 University of Applied Science Hamburg

snippets/builtin/site_policy_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: easeofuse
55
* Description: Change the site policy banner which is shown at the bottom of the page when first visiting the site to a modal dialogue which is much more eye-catching and convenient for the user.
66
* Creator: Heba Amer
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
*
99
* @copyright 2024 The American University in Cairo, based on pre-existing work by lern.link
1010
* @author Heba Amer <[email protected]>

snippets/builtin/tertiary_navigation_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Goal: accessibility
55
* Description: This snippet increases the visibility of the dropdown toggle in the tertiary navigation (e.g. on the "Participants" page in courses).
66
* Creator: Stefan Scholz
7-
* Tested on: Moodle 5.0, Firefox for Mac
7+
* Tested on: Moodle 5.1, Firefox for Mac
88
*
99
* @copyright 2025 bdecent gmbh
1010
* @author Stefan Scholz <[email protected]>

0 commit comments

Comments
 (0)