- 20 Aug, 2021 5 commits
-
-
The course index is the first UI component that implements the new drawers and the reactive components. The course index uses the course state to present the current course structure and changes whenever that structure change.
-
Now a reactive component could inherit the reactive instance from the parent DOM element. This way components are more reusable. Apart, some new state updates have been added. To the previous create, update and delete, now the update message could provide also put and override, making the state update message more REST alike and simplifying the backend returns processing.
-
ilya authored
-
-
Co-authored-by:
Iñaki Arenaza <iarenaza@mondragon.edu>
-
- 19 Aug, 2021 28 commits
-
-
ilya authored
-
ilya authored
Should be fixed properly as part of MDL-72377.
-
git://github.com/mdjnelson/moodleilya authored
-
Mark Nelson authored
See MDL-72377.
-
Mark Nelson authored
-
Andrew Nicols authored
-
-
-
This implementation will introduce a qbank plugin "deletequestion" which will implement the delete question action in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling this action.
-
git://github.com/rezaies/moodleilya authored
-
-
-
-
Mark Nelson authored
When you click on 'Edit' then 'Hide' on a grade item like a course category that contains many grade items, the course and the grade items are set to hidden. However, if you use the 'hidden' option on the 'Edit settings' page it only hides that item and none of the items (assignment etc) under that course category. We want them to be consistent.
-
- 18 Aug, 2021 2 commits
-
-
Mikhail Golenkov authored
The course unit test assumes the number of db call. This assumption is correct in vanilla moodle only. Once some plugins installed their observers may do extra db calls. Due to caching the number of actual db calls in the unit test may be fewer.
-
AMOS Bot authored
-
- 17 Aug, 2021 3 commits
-
-
Mark Nelson authored
When you click on 'Edit' then 'Hide' on a grade item like an assignment it also hides the grades. However, If you use the 'hidden' option on the 'Edit settings' page it just hides that item and doesn't hide grades as well. We want them to be consistent.
-
safatshahin authored
This commit implements the qbank api so that any plugin can implement its own question bank. This api currently works parallely with the moodle core classes and the added qbank in the core, means the moment a plugin is installed, that object is replaced with the object from the plugin instead of core, which means the api has flexibility till the plugins are integrated and the plugins can be integrated in any order. All the old classes are still there and not deprecated as there is a different tracker for the changes to the quiz and another tracker for class deprecation and class renaming. Core question units tests are pointing to the new api structure but the classes are pointing to the location related to the plugin availability. Co-Authored-By:
Luca Bösch <luca.boesch@bfh.ch> Co-Authored-By:
Guillermo Gomez Arias <guillermogomez@catalyst-au.net> one more array fix
-
Nhan Vo authored
-
- 16 Aug, 2021 2 commits
-
-
Thach Le Huy authored
-
safatshahin authored
This commit implements the qbank plugin type which includes the boilerplate for the qbank plugin, the qbank plugin management admin page and required core code addition.
-