-
Improvement
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
MDL-76188-master -
-
3
-
HQ Sprint 1.2 Moppies
Since Moodle 4.0 the course editor frontend part uses two main modules to handle the edition tools:
- core_course/actions: responsible for handling all non-reactive tools and the legacy formats
- core_courseformat/courseeditor: the new reactive library that updates the course index and the course content
Since the reactive implementation starts, the final goal is to replace all legacy actions with new ones as soon as possible. The most complex ones like moving elements, deleting, and creating sections are already migrated and others like indent are just deprecated (or leave it to third-party plugins).
In this issue the visibility tools will be migrated to the new module:
- Highlight section
This feature is used only in the topics format. Since Moodle 3.11 this feature was half implemented in the core and half in the topics format creating some inconsistencies. When this issue is integrated, all the highlight logic will be moved to the topics format plugin. Only the most internal methods will remain in the code implementation. This change has the extra benefit of having a good example of how to extend the current course editor features within a plugin.
There's a proof of concept of the highlight option migrated entirely to the topics format: https://github.com/ferranrecio/moodle/commit/e15fcf0d85534c1c78c3df70077b9e6e946c1fcf
- blocks
-
MDL-74989 Course editor: Migrate delete activity course tools to the new reactive actions.
-
- Closed
-
-
MDL-76430 Course editor: replace activity and section refresh webservices for fragment methods
-
- Closed
-
-
MDL-76432 Course editor: migrate Drag and drop files into the course/course-index to the new editor
-
- Closed
-