devdocs
devdocs copied to clipboard
Source of the Moodle Developer Resources and Documentation
In https://tracker.moodle.org/browse/MDL-82212 a new deprecation mechanism has been implemented to remove icons.
This issue is to document changes done in [MDL-82497](https://tracker.moodle.org/browse/MDL-82497), [MDL-82211](https://tracker.moodle.org/browse/MDL-82211) and [MDL-82210](https://tracker.moodle.org/browse/MDL-82210).
https://deploy-preview-1088--moodledevdocs.netlify.app/general/development/policies/codingstyle#copyright
[devdoc] Devdocs Bootstrap theme-color-level refactor Blocked by MDL-81816
### What is the Moodle feature that needs documenting? The existence of `editor_styles.css` in plugins, including information about where it can be placed, what it's for, etc. ### Is this...
[MDL-81031](https://tracker.moodle.org/browse/MDL-81031)
### What is the URL of the page? https://moodledev.io/general/development/tools/nodejs#using-grunt-in-additional-plugins ### What is the issue with this page? I tried to follow the docs to make grunt compile scss into CSS...
Change of function in export_user_preferences(). > get_user_preference -> get_user_preferences() Unit test failing. ``` tool_dataprivacy\expired_data_requests_test::test_data_request_expiry Unexpected debugging() call detected. Debugging: Call to undefined function mod_xxxxx\privacy\get_user_preference() ```