Collapsed Topics and Grid formats updated for Moodle 3.5 and 3.6.1

Collapsed Topics and Grid formats updated for Moodle 3.5 and 3.6.1

by Gareth J Barnard -
Number of replies: 2
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hello,

I've updated Collapsed Topics (CT) and the Grid formats for Moodle 3.5 and 3.6.1 as follows:

CT:

M3.5 - V3.5.0.3: https://moodle.org/plugins/pluginversion.php?id=18575

M3.6 - V3.6.0.1: https://moodle.org/plugins/pluginversion.php?id=18576

With:

  1. Fix CONTRIB-7434:
        With reference to 'global_start_keyboard_drag' and 'find_element_text' in /lib/yui/src/dragdrop/js/dragdrop.js
        and 'initializer' of /course/yui/src/dragdrop/js/resource.js this is down to the 'droptargets' list not containing
        a node that contains the section name because CT has broken down the section content into two separate sub-sections
        and other core course formats only have the one section containing the section markup.  Therefore the solution effectively
        allows 'find_element_text' to find the hidden section name first within the 'labelroot' node that is determined.
  2. When accessing a module through a single section page (not the navigation block) then ensure that you are returned
     to the same single section page when using the breadcrumb.
  3. Fix 'Edit section name button disappearing when moving section and Toggle word added' - #44 - with thanks to
     Joshua Ebarvia - https://github.com/jebarviabb - for the patch.


Grid format:

M3.5 - V3.5.0.3: https://moodle.org/plugins/pluginversion.php?id=18572

M3.6 - V3.6.0.1: https://moodle.org/plugins/pluginversion.php?id=18574

With:

  1. New: French 'New activity image', thanks to Momar -> https://github.com/Momardiakhate.
  2. Fix PHPUnit test with 'defaultsectiontitlesummarybackgroundopacity' failure.


Gareth

Average of ratings: -
In reply to Gareth J Barnard

Re: Collapsed Topics and Grid formats updated for Moodle 3.5 and 3.6.1

by Rick Jerz -
Picture of Particularly helpful Moodlers Picture of Testers

Gareth, I just upgraded my Collapsed Topic on my production Moodle 3.6.1+, and all is well.

Thanks.

In reply to Rick Jerz

Re: Collapsed Topics and Grid formats updated for Moodle 3.5 and 3.6.1

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Thank you Rick, really helpful to know smile