Skip to content
Snippets Groups Projects
Select Git revision
  • a8b9a1eae6b3629fdaa6da1209f260da00c8b094
  • main default protected
  • Gregorgd
  • sounds_alex
  • gamedesign
  • GameDesign
6 results

fireball_wizard.tscn

Blame
  • CHANGES.md 8.94 KiB

    moodle-block_course_overview_campus

    Changes

    v3.5-r1

    • 2018-07-02 - Fix some visual flaws and changes which came with BS 4 stable.
    • 2018-05-29 - Check compatibility for Moodle 3.5, no functionality change.

    v3.4-r2

    • 2018-05-16 - Implement Privacy API.

    v3.4-r1

    • 2018-03-30 - Check compatibility for Moodle 3.4, no functionality change.

    v3.3-r1

    • 2018-03-07 - Add a nice slide animation when hiding a course.
    • 2018-03-06 - Add a note about the future of the course news feature to README.
    • 2018-03-06 - Bugfix: Add a default title string to this plugin instead of fetching it from block_course_overview which is EOL.
    • 2018-03-06 - Activity icons should be rendered with image_icon() and not with pix_icon anymore.
    • 2018-03-06 - pix_url() is deprecated in Moodle 3.3, change to pix_icon() and fontawesome icons.
    • 2017-12-12 - Prepare compatibility for Moodle 3.3, no functionality change.

    v3.2-r6

    • 2017-06-16 - Bugfix: Prevent debug notice when there are no modules supporting the print_overview() function
    • 2017-05-29 - Add Travis CI support

    v3.2-r5

    • 2017-05-05 - Improve README.md

    v3.2-r4

    • 2017-03-29 - Tighten parameter filtering for user preferences saved by block_course_overview_campus
    • 2017-03-16 - Bugfix: Eliminate debug message about duplicate teacher role entries - Credits to Davo Smith
    • 2017-03-10 - Don't show course news when hidden courses management is active
    • 2017-03-10 - Bugfix: The hidden courses management box was partly broken after the styling changes in v3.2-r3
    • 2017-03-10 - Bugfix: The fallback for browsers with JavaScript disabled was broken after the styling changes in v3.2-r3
    • 2017-03-10 - Restructure code in several areas, especially to support our companion plugin local_boostcoc; No functionality change

    v3.2-r3

    • 2017-03-04 - Change the styling of the block even more to Bootstrap 4

    v3.2-r2

    • 2017-01-27 - Bugfix: Set filter correctly after using the browser's back functionality - Credits to Davo Smith