Select Git revision
HsH-report.cls
CHANGES.md 27.46 KiB
moodle-theme_boost_campus
Changes
Unreleased
- 2022-11-28 - Updated Moodle Plugin CI to latest upstream recommendations
v3.11-r4
- 2022-11-03 - Bugfix: Return Boost Campus favicon as moodle_url instead of string, solves #120.
- 2022-07-10 - Add Capabilities section to README.md
v3.11-r3
- 2022-06-26 - Make codechecker happy again
- 2022-06-26 - Updated Moodle Plugin CI to latest upstream recommendations
- 2022-06-26 - Add UPGRADE.md as internal upgrade documentation
- 2022-06-26 - Update maintainers and copyrights in README.md.
v3.11-r2
- 2022-01-06 - Improvement: Add frontpage support for infobanner - Thanks to Melanie Treitinger.
- 2022-01-06 - Improvement: Profile button with "editadvanced" link for users with capability 'moodle/user:update' - Thanks to Melanie Treitinger.
v3.11-r1
- 2021-12-28 - Adjust loginform.mustache and help_icon.mustache templates after upstream changes in MDL-70721.
- 2021-12-08 - Prepare compatibility for Moodle 3.11.
v3.10-r9
- 2021-09-16 - Regression: The switch role functionality caused a fatal error with some theme configurations - Thanks to Klaus Steitz.
v3.10-r8
- 2021-08-17 - Bugfix: The timed info banner had a wrong CSS ID - Credits to Tim Schroeder.
v3.10-r7
- 2021-08-16 - Bugfix: Fix Behat test which checks the 'Hide link to the Moodle docs' feature which broke since the last release.
- 2021-08-16 - Bugfix: In-course settings have been shown below course information banners instead of above them.
- 2021-08-16 - Improvement: Add in-course settings only to HTML tree of the setting is enabled.
- 2021-08-16 - Adjust activity_settings_incourse.mustache template based on changes in settings_link_page.mustache
- 2021-08-16 - Improvement: Adjusted tab appearance for in-course settings.
- 2021-08-16 - Adjusted settings_link_page.mustache template due to upstream changes in theme Boost.
- 2021-08-16 - Adjusted loginform.mustache template due to upstream changes in theme Boost.
- 2021-08-16 - Bugfix: Remove overwritten template full_header.mustache. If the setting showsettingsincourse is enabled, this will place the cog icon over instead of near the edit button. This will fix a presentation issue with the in-course settings menu on smaller screens.
- 2021-08-16 - Improvement: Re-add the margin below the breadcrumb as this does not need to differ between theme_boost and theme_boost_campus anymore
v3.10-r6
- 2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173).
v3.10-r5
- 2021-04-14 - Bugfix: Help Icon content in the modal dialog versions sometimes inherited unwanted CSS layout - Credits to @danowar2k
- 2021-04-14 - Improvement: Improve floating icons in information / hint banners
- 2021-04-12 - Improvement: Modify the hint for unrestricted self enrolment in a way that it is more understandable if enrolment end dates are set or not.
- 2021-04-11 - Fix Behat test for random login background image
- 2021-03-14 - Fix Behat test for unrestricted self enrolment hint
v3.10-r4
- 2021-03-13 - Bugfix: Option to output the information banner without any particular Bootstrap color was broken on the login page.
- 2021-03-13 - Make Behat tests functional again on Github Actions.
- 2021-03-13 - Bugfix: Unrestricted self enrolment hint did not respect existing but disabled enrolment instances.
v3.10-r3
- 2021-02-05 - Improvement: Add missing catch branch in Back-to-top button JS
- 2021-02-05 - Bugfix: Moodle core Back-to-top button was not clickable over Boost Campus footer
- 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
v3.10-r2
- 2021-01-14 - Improvement: Add option to output the information banner without any particular Bootstrap color.
- 2021-01-14 - Bugfix: The infobanner should not clean the entered HTML code too strictly.
v3.10-r1
- 2020-11-28 - Adjusted occurrences of the .row-fluid grid class to .row after the BS4Alpha compatibility layer has been removed in theme Boost core.
- 2020-11-28 - Adjusted SCSS brand color and gray color variables after the BS4Alpha compatibility layer has been removed in theme Boost core. PLEASE NOTE: If you have used $brand-* or $gray-* variables in your RAW SCSS as we did in Boost Campus up to now, you might have to adapt your SCSS code now as well. See https://github.com/moodle/moodle/blob/MOODLE_38_STABLE/theme/boost/scss/moodle/bs4alphacompat.scss#L29-L43 for the compatibility variable assignments which have vanished.
- 2020-11-28 - Adjusted navbar.mustache due to upstream changes in theme Boost core.
- 2020-11-28 - Prepare compatibility for Moodle 3.10.
- 2020-11-18 - Change in Moodle release support: For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle. Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release.
- 2020-11-18 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details).
v3.9-r3
- 2020-11-18 - Bugfix: Fixed another regression when showing description border for restricted activities.
v3.9-r2
- 2020-11-17 - Bugfix: Dashboard columns did not collapse correctly when blockcolumnwidthdashboard != blockcolumnwidth.
v3.9-r1
- 2020-09-30 - Adjusted settings.php due to upstream changes in theme Boost settings.
- 2020-09-28 - Added setting to be able to enable the initial Boost Campus back to top button instead of the new Boost Go to top button.
- 2020-09-25 - Fixed Bug that content bank view page cog icon showed course context menu entries. NOTE: This is just a kind of hacky interim solution until MDL-69793 is done.
- 2020-09-23 - Updated referenced Bootstrap version to latest in upstream used version 4.5.
- 2020-09-18 - Removed fix that bullet points are cut off because it is fixed in upstream Boost now. NOTE: requires minimum Moodle version Moodle 3.9.2 (2020061502)
- 2020-09-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
- 2020-09-03 - Adjusted navbar.mustache template due to upstream changes in theme Boost.
- 2020-09-03 - Fixed Behat issues after upgrading to 3.9.
- 2020-09-02 - Deleted own additional edit button for courses because upstream Boost reimplemented it. Many thanks to @christianwolters for providing this fix.
- 2020-09-02 - Prepare compatibility for Moodle 3.9.
v3.8-r5
- 2020-09-01 - Fixed bug that multiple imagearea rows are displayed dependent on the amount of uploaded images.
v3.8-r4
- 2020-08-27 - Fixed bug in image area feature if link attribute was left empty.
- 2020-08-27 - Fixed regression for commit Added rule to show description border for all users for restricted activities.