- 26 Oct, 2018 2 commits
-
-
-
New method added block_base::get_content_for_external(). It will return all the block contents rendered for external functions. If your block is returning formatted content or provide files for download, you should override this method to use the external_format_text, external_format_string functions for formatting or external_util::get_area_files for files. See block_html as example.
-
- 25 Oct, 2018 18 commits
-
-
-
Tim Hunt authored
-
-
-
-
-
https://github.com/tonibarbera/moodlejun authored
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Toni Barberà Melià authored
-
-
Michael Hawkins authored
This issue is a part of the MDL-62560 Epic.
-
Michael Hawkins authored
This issue is a part of the MDL-62560 Epic. Also added test_get_contexts_for_userid unit test.
-
-
-
-
-
- 24 Oct, 2018 13 commits
-
-
bas authored
-
Andrew Nicols authored
-
Tim Hunt authored
And extra checks to head off possible idnumber='' issues in two other places.
-
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Andrew Nicols authored
Inheritance should behave such that all contexts inherit from their parent context. Prior to this fix, if the value was not set on a context, then it was getting a default of 'Inherit', but instead of inheritting from the parent context, it was inheritting from its parent context _level_ which is just wrong.
-
Andrew Nicols authored
-
Andrew Nicols authored
-
- 23 Oct, 2018 7 commits
-
-
David Monllaó authored
-
-
-
David Monllaó authored
-
-
Damyon Wiese authored
If javascript is disabled, we can't open the menu.
-
Revert accessibility changes for menus in standard themes.
-