Ruslan Kabalin
Ruslan Kabalin
Hi Marina, this has been refactored to support automatic enddate adjustment similar to what weekly format does:  All the other issues are also addressed, `get_default_course_enddate()` is removed completely, it...
I believe this is no longer an issue in 4.0. I tested with a sharing cart [4.0 stable branch](https://github.com/donhinkelman/moodle-block_sharing_cart/tree/MOODLE_40_STABLE) - pasting sharing cart item is possible to any section, including...
I was going to take it. In fact I have done it partly.
@SachaG yep, will do in that case, it is a good excercise for me :)
The main problem with Cloudflare is that it [can't build preview on PR from forks](https://developers.cloudflare.com/pages/platform/known-issues/#builds-and-deployment) yet. Merging PR also does not delete a deployment from account. I read the other...
@shaikhfati this issue was addressed at #810, you need to update your code to the latest state.
Thinking if it needs some watchdog for while loops count? (if someone add a new elements mapping that would point to each other, this may produce an infinite loop) :/
Yes, to be honest Dan I found MDL-56504 ticket when the code for this solution was ready, thus decided to create PR anyway. Need to make it a habit to...
Hm, this is likely caused by #278 (included in 4.5.1)
The fundamental issue is that we do not expect `scss/` directory to present in non-theme plugins when calling `grunt stylelint:scss`, so it is not added to gruntfile config. This issue...