Michiel Boerman

Results 5 issues of Michiel Boerman

This plugin only allows enabling the indent guide for a fixed set of content types. Is it be possible to enable indent guides for other content types than the ones...

You often need to set boolean attributes (checked, selected,disabled) conditionally in a template in Haml you can do something like: ``` %input{:selected => false} ``` which will evaluate to: ```...

indexes common module data (name and intro) see https://docs.moodle.org/dev/Search_API#Easy_case:_Activity_information (cherry picked from commit 6819a4658bcde9f493bbf2dc8499fbd639e4e801)

I am trying to set up a connection with my idp but I get an exception here (v.2019110701, auth.php, lines 519-528): ```php foreach ($attributes[$attr] as $key => $uid) { $uid...

bug

**Describe the bug** Special characters in section titles will be displayed as encoded entities in grid popups. e.g. the title _Safety & Security_ will be displayed as _Safety & Security_...

Bug