Skip to content

Commit

Permalink
Added these additional plugins to Moodle release 4.1.5
Browse files Browse the repository at this point in the history
 * auth/emailadmin
 * blocks/completion_progress
 * course/format/onetopic
 * enrol/coursecompleted
 * enrol/easy
 * local/profilecohort
 * mod/customcert
 * mod/facetoface
 * mod/questionnaire
 * report/coursestats
 * user/profile/field/associated
 * user/profile/field/conditional
 * user/profile/field/multiselect
  • Loading branch information
ctam committed Sep 26, 2023
1 parent b156b18 commit 65bd594
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[submodule "auth/emailadmin"]
path = auth/emailadmin
url = https://github.com/hrimhari/moodle-auth_emailadmin
branch = master
tag = 1.4.6
[submodule "blocks/completion_progress"]
path = blocks/completion_progress
url = https://github.com/jonof/moodle-block_completion_progress
branch = master
tag = 2023063000
[submodule "course/format/onetopic"]
path = course/format/onetopic
url = https://github.com/davidherney/moodle-format_onetopic
branch = master
tag = v4.1.05
[submodule "enrol/coursecompleted"]
path = enrol/coursecompleted
url = https://github.com/ewallah/moodle-enrol_coursecompleted
branch = main
tag = v4.0.9
[submodule "enrol/easy"]
path = enrol/easy
url = https://github.com/dbnschools/moodle-enrol_easy
branch = master
[submodule "local/profilecohort"]
path = local/profilecohort
url = https://github.com/moodle-an-hochschulen/moodle-local_profilecohort
branch = MOODLE_401_STABLE
tag = v4.1-r2
[submodule "mod/customcert"]
path = mod/customcert
url = https://github.com/mdjnelson/moodle-mod_customcert
branch = MOODLE_401_STABLE
tag = v4.1.1
[submodule "mod/facetoface"]
path = mod/facetoface
url = https://github.com/catalyst/moodle-mod_facetoface
branch = MOODLE_400_STABLE
[submodule "mod/questionnaire"]
path = mod/questionnaire
url = https://github.com/PoetOS/moodle-mod_questionnaire
branch = MOODLE_401_STABLE
[submodule "report/coursestats"]
path = report/coursestats
url = https://github.com/dired-ufla/coursestats
branch = master
[submodule "user/profile/field/associated"]
path = user/profile/field/associated
url = https://github.com/rezaies/moodle-profilefield_associated
branch = master
[submodule "user/profile/field/conditional"]
path = user/profile/field/conditional
url = https://github.com/rezaies/moodle-profilefield_conditional
branch = master
[submodule "user/profile/field/multiselect"]
path = user/profile/field/multiselect
url = https://github.com/nitinwaves/moodle-profilefield_multiselect
branch = master
1 change: 1 addition & 0 deletions auth/emailadmin
Submodule emailadmin added at 919e03
1 change: 1 addition & 0 deletions blocks/completion_progress
Submodule completion_progress added at 4458bc
1 change: 1 addition & 0 deletions course/format/onetopic
Submodule onetopic added at b4f25e
1 change: 1 addition & 0 deletions enrol/coursecompleted
Submodule coursecompleted added at 6c5706
1 change: 1 addition & 0 deletions enrol/easy
Submodule easy added at a97f84
1 change: 1 addition & 0 deletions local/profilecohort
Submodule profilecohort added at 82bc21
1 change: 1 addition & 0 deletions mod/customcert
Submodule customcert added at 7e1cea
1 change: 1 addition & 0 deletions mod/facetoface
Submodule facetoface added at 10d696
1 change: 1 addition & 0 deletions mod/questionnaire
Submodule questionnaire added at 04023c
1 change: 1 addition & 0 deletions report/coursestats
Submodule coursestats added at 82b4ee
1 change: 1 addition & 0 deletions user/profile/field/associated
Submodule associated added at 6d481f
1 change: 1 addition & 0 deletions user/profile/field/conditional
Submodule conditional added at ff92db
1 change: 1 addition & 0 deletions user/profile/field/multiselect
Submodule multiselect added at 4fa306

0 comments on commit 65bd594

Please sign in to comment.