Commit graph

14 commits

Author SHA1 Message Date
Jeremy Schulz
466a73b18c
MDL-79190 theme_boost: removed obsolete comment 2023-08-29 17:10:43 -04:00
Gareth Barnard
9636ca7e36 MDL-73719 themes: Redundant theme_reset_all_caches callback. 2022-02-03 15:11:00 +01:00
Sara Arjona
341a7b2a97 MDL-73347 blocks: New unaddableblocks theme setting
A new method, get_unaddable_by_theme_block_types(), has been added to
block_manager class to let themes define, using the unaddableblocks
theme setting, the blocks that won't be displayed in the "Add a block"
list.
For now, only the boost theme uses it, to disable some of the blocks,
like settings, navigation, course_list and section_links (they are still
required for classic).
2022-01-14 13:08:48 +01:00
Bas Brands
7c2e6d07af MDL-69371 theme_boost: allow configuring a login background image 2021-10-19 13:47:04 +02:00
Bas Brands
8040fafaa8 MDL-62757 themes: validate theme preset files
Preset files need to be validated to ensure compiling SCSS does not
break.
2019-12-04 19:12:44 +01:00
Craig R Morton
6961f78dca MDL-60309 theme_boost: Add background image filepicker to Boost 2017-10-06 21:48:22 +02:00
Dan Poltawski
0e34e46fd0 MDL-56488 boost: validate scss settings for parsable scss
* Parses the scss and fails validation if a parse error is found

* Does not detect the situation when variables are not present - this
  would involve us parsing the entire tree and would be slow. It could
  also change over time, depending on whats defined in the scss
  from themes.

* Introduces a new admin_setting_scsscode to do this
2016-12-23 09:51:29 +00:00
Damyon Wiese
76132d1eb9 MDL-56078 theme_boost: Preset settings for release
Allow user uploaded preset files and remove the bootswatch based existing presets.
2016-10-26 15:27:43 +08:00
Frédéric Massart
258143e34d MDL-56005 output: Support prepending SCSS code instead of variables only 2016-10-10 10:59:52 +02:00
Andrew Nicols
5bba36f63f Merge branch 'MDL-56016-master' of git://github.com/FMCorz/moodle 2016-10-05 08:10:02 +08:00
Frédéric Massart
b90843c821 MDL-56168 theme_boost: Cannot use a null value for colour pickers 2016-10-04 10:21:01 +02:00
Frédéric Massart
239fd05cc9 MDL-56016 theme_boost: Add plain preset for plain Moodle & Bootstrap 2016-09-29 15:18:40 +02:00
Frédéric Massart
36553104da MDL-56168 theme_boost: Make default accent colour match preset 2016-09-29 10:02:13 +02:00
Damyon Wiese
2ede86d797 MDL-55996 theme_boost: Rename theme noname to theme boost
Part of MDL-55071
2016-09-23 10:57:13 +01:00
Renamed from theme/noname/settings.php (Browse further)