Skip to content
Snippets Groups Projects
Select Git revision
  • 9f2fd2f1f3827a5318b1f5752c343988a37e6174
  • master default protected
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
21 results

test.tex

Blame
  • CHANGES.md 23.41 KiB

    moodle-theme_boost_campus

    Changes

    Unreleased

    • 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.9-r5

    • 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.9-r4

    • 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.

    v3.8-r3

    • 2020-08-26 - Removed nasty hack in Behat tests as it is not needed anymore.
    • 2020-08-25 - Changed calling of footer and footnote layouts to fix behat issues.
    • 2020-08-25 - Fixed favicon 404 Error when no individual favicon is uploaded in Boost Campus.
    • 2020-08-19 - Added capability theme/boost_campus:viewhintinhiddencourse for setting showhintcoursehidden.
    • 2020-08-14 - Reduced inflationary call to reset theme caches for the settings.
    • 2020-08-12 - Fixed undefined variables notices.
    • 2020-08-11 - Added setting to be able to show a hint for a unrestricted self enrolment in a visible course. NOTE: Capability theme/boost_campus:viewhintcourseselfenrol introduced.
    • 2020-08-07 - Added rule to show description border for all users for restricted activities.
    • 2020-08-07 - Added check for empty string to regular expression for time controlled info banner settings.
    • 2020-08-05 - Added settings to be able to show a banner with information on selected pages. PLEASE NOTE: For all scenarios to pass, the Moodle version 3.8.4+ (Build: 2019111804) is needed.