devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Source of the Moodle Developer Resources and Documentation

Results 134 devdocs issues
Sort by recently updated
recently updated
newest added

In https://tracker.moodle.org/browse/MDL-82212 a new deprecation mechanism has been implemented to remove icons.

blocked-by-tracker

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

waiting-for-feedback

[devdoc] Devdocs Bootstrap theme-color-level refactor Blocked by MDL-81816

blocked-by-tracker

### 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...

documentation
enhancement
help wanted
needs-triage

[MDL-81031](https://tracker.moodle.org/browse/MDL-81031)

blocked-by-tracker

### 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...

bug
documentation
help wanted
needs-triage

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() ```