-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
MDL-76430-master -
-
2
-
HQ Sprint 1.3 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).
One of the major dependencies of the new reactive library is that it still rely on the old actions to refresh an activity or a section. This issue will implement proper fragment methods to get both activity and section HTML and JS without using the old YUI methods.
There's a proof of concept of the highlight option migrated entirely to the topics format:
https://github.com/ferranrecio/moodle/commit/9576978d6d825d6c1ef0d695cc9eef6f0173fea3
- blocks
-
MDL-76431 Course editor: move the format base class to namespace like the rest of subsystems integrations
- Open
- caused a regression
-
MDL-78006 Activity chooser opens twice in the newly added sections (4.2 regression)
- Closed
- is blocked by
-
MDL-74987 Course editor: Migrate duplicate activity course tools to the new reactive actions.
- Closed
-
MDL-74989 Course editor: Migrate delete activity course tools to the new reactive actions.
- Closed
-
MDL-76188 Course editor: Migrate highlight/unhighlight topics to new reactive actions.
- Closed