- 06 Apr, 2021 8 commits
-
-
Sara Arjona authored
-
-
-
sam marshall authored
-
-
Adrian Greeve authored
The showactivitydates field had the wrong length of 4. This changes it to 1.
-
-
AMOS Bot authored
-
- 04 Apr, 2021 2 commits
-
-
-
AMOS Bot authored
-
- 02 Apr, 2021 14 commits
-
-
jun authored
It should be under the "Completion tracking" subheading just like in the course form.
-
Part of MDL-70817
-
Part of MDL-70817
-
Part of MDL-70817
-
Part of MDL-70817
-
jun authored
-
jun authored
-
jun authored
The activity information output component displays information about an activity module that can contain: 1. Activity dates 2. Completion information a. A manual completion button; or b. A list of automatic completion conditions and their statuses. This patch also includes a new JS module called core_course/manual_completion_toggle for toggling the completion state of activities that support manual completion.
-
jun authored
Add the functionality of toggling the completion state of an activity with manual completion to the core_course/repository JS module.
-
jun authored
-
jun authored
Allow the core_completion_update_activity_completion_status_manually web service function to be called from AJAX as well. This is needed by the new manual completion toggle button in the core_course/completion_manual template.
-
jun authored
-
jun authored
* Class cm_completion_details builds the custom completion details for an activity module.
-
AMOS Bot authored
-
- 01 Apr, 2021 1 commit
-
-
AMOS Bot authored
-
- 31 Mar, 2021 5 commits
-
-
https://github.com/mkassaei/moodlejun authored
-
sam marshall authored
This change removes references in code and comments to a few deprecated functions that were accidentally missed in the larger change. The code changes only affect service_users.php. I made it support custom user profile fields in this query, because it was easy enough, rather than adding another TODO to fix later.
-
Mahmoud Kassaei authored
-
-
Eloy Lafuente authored
Note that there wasn't any case of multiple testcase classes in 1 file. All the cases reported in the issue were false positives caused but other "mock/fixture" files being named _test. So all this issue does is: 1) rename any _test suffixed class in test files, because we are going to start renaming a lot of test classes to _test. 2) ensure that the 2 test case classes modified in this issue, are already observing the filename = classname rule that will be implemented soon (and verigy it works).
-
- 30 Mar, 2021 2 commits
-
-
victor authored
-
-
- 29 Mar, 2021 7 commits
-
-
-
Sara Arjona authored
This patch adds some changes to guarantee that OpenBadges 2.1 (OBv2.1) will return always the same JSON format that OBv2.0 (because the only difference between both versions it's the BadgeConnect API).
-
-
-
AMOS Bot authored
-
-
-
- 28 Mar, 2021 1 commit
-
-
AMOS Bot authored
-