Skip to content

Commit

Permalink
Add musi plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas authored and mona-shakiba committed Jan 29, 2024
1 parent 560f4d8 commit b3e369f
Show file tree
Hide file tree
Showing 26 changed files with 117 additions and 0 deletions.
92 changes: 92 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[submodule "auth/saml2"]
path = auth/saml2
url = https://github.com/catalyst/moodle-auth_saml2.git
branch = MOODLE_39_STABLE
[submodule "mod/booking"]
path = mod/booking
url = https://github.com/Wunderbyte-GmbH/moodle-mod_booking
branch = USI
[submodule "local/wunderbyte_table"]
path = local/wunderbyte_table
url = https://github.com/Wunderbyte-GmbH/moodle-local_wunderbyte_table.git
branch = USI
[submodule "filter/shortcodes"]
path = filter/shortcodes
url = https://github.com/branchup/moodle-filter_shortcodes.git
branch = master
[submodule "customfield/field/dynamic"]
path = customfield/field/dynamic
url = https://github.com/soorajsingh/moodle-customfield_dynamic.git
branch = master
[submodule "local/entities"]
path = local/entities
url = https://github.com/Wunderbyte-GmbH/moodle-local_entities.git
branch = USI
[submodule "local/shopping_cart"]
path = local/shopping_cart
url = https://github.com/Wunderbyte-GmbH/moodle-local_shopping_cart.git
branch = USI
[submodule "local/musi"]
path = local/musi
url = https://github.com/Wunderbyte-GmbH/local_musi.git
branch = USI
[submodule "payment/gateway/mpay24"]
path = payment/gateway/mpay24
url = https://github.com/Wunderbyte-GmbH/moodle-payment_gw_mpay24.git
branch = USI
[submodule "payment/gateway/payunity"]
path = payment/gateway/payunity
url = https://github.com/Wunderbyte-GmbH/moodle-payment_gw_payunity.git
branch = USI
[submodule "theme/musi"]
path = theme/musi
url = ssh://[email protected]:7999/musi/moodle-theme_musi.git
branch = master
[submodule "admin/tool/forcedcache"]
path = admin/tool/forcedcache
url = https://github.com/catalyst/moodle-tool_forcedcache.git
branch = MOODLE_40_STABLE
[submodule "auth/external"]
path = auth/external
url = ssh://[email protected]:7999/musi/moodle-auth_external.git
branch = master
[submodule "local/external_users"]
path = local/external_users
url = ssh://[email protected]:7999/musi/moodle-local_external_users.git
branch = master
[submodule "local/staticpage"]
path = local/staticpage
url = https://github.com/moodle-an-hochschulen/moodle-local_staticpage.git
branch = MOODLE_400_STABLE
[submodule "local/event_manager"]
path = local/event_manager
url = ssh://[email protected]:7999/musi/moodle-local_event_manager.git
[submodule "local/news_manager"]
path = local/news_manager
url = ssh://[email protected]:7999/musi/moodle-local_news_manager.git
[submodule "mod/events"]
path = mod/events
url = ssh://[email protected]:7999/musi/moodle-mod_events.git
[submodule "mod/news"]
path = mod/news
url = ssh://[email protected]:7999/musi/moodle-mod_news.git
[submodule "mod/sportcategories"]
path = mod/sportcategories
url = ssh://[email protected]:7999/musi/moodle-mod_sportcategories.git
[submodule "user/profile/field/calculated"]
path = user/profile/field/calculated
url = ssh://[email protected]:7999/musi/moodle-profilefield_calculated.git
[submodule "blocks/configurable_reports"]
path = blocks/configurable_reports
url = https://github.com/jleyva/moodle-block_configurablereports.git
branch = MOODLE_36_STABLE
[submodule "payment/gateway/unigraz"]
path = payment/gateway/unigraz
url = [email protected]:Wunderbyte-GmbH/moodle-payment_gw_unigraz.git
branch = USI
[submodule "blocks/musi_userdashboard"]
path = blocks/musi_userdashboard
url = ssh://[email protected]:7999/musi/moodle-block_musi_userdashboard.git
[submodule "local/age_check"]
path = local/age_check
url = ssh://[email protected]:7999/musi/moodle-local_age_check.git
1 change: 1 addition & 0 deletions admin/tool/forcedcache
Submodule forcedcache added at 7f7e90
1 change: 1 addition & 0 deletions auth/external
Submodule external added at 1a2d7a
1 change: 1 addition & 0 deletions auth/saml2
Submodule saml2 added at 455071
1 change: 1 addition & 0 deletions blocks/configurable_reports
Submodule configurable_reports added at f63cf9
1 change: 1 addition & 0 deletions blocks/musi_userdashboard
Submodule musi_userdashboard added at 5db802
1 change: 1 addition & 0 deletions customfield/field/dynamic
Submodule dynamic added at c15c6c
1 change: 1 addition & 0 deletions filter/shortcodes
Submodule shortcodes added at df6217
1 change: 1 addition & 0 deletions local/age_check
Submodule age_check added at d7b357
1 change: 1 addition & 0 deletions local/entities
Submodule entities added at 20f914
1 change: 1 addition & 0 deletions local/event_manager
Submodule event_manager added at f95d7f
1 change: 1 addition & 0 deletions local/external_users
Submodule external_users added at 3877bc
1 change: 1 addition & 0 deletions local/musi
Submodule musi added at b6c65f
1 change: 1 addition & 0 deletions local/news_manager
Submodule news_manager added at 2f4e75
1 change: 1 addition & 0 deletions local/shopping_cart
Submodule shopping_cart added at a01cbe
1 change: 1 addition & 0 deletions local/staticpage
Submodule staticpage added at 17fafe
1 change: 1 addition & 0 deletions local/wunderbyte_table
Submodule wunderbyte_table added at f5c2eb
1 change: 1 addition & 0 deletions mod/booking
Submodule booking added at c40c24
1 change: 1 addition & 0 deletions mod/events
Submodule events added at 6d178b
1 change: 1 addition & 0 deletions mod/news
Submodule news added at 0cb491
1 change: 1 addition & 0 deletions mod/sportcategories
Submodule sportcategories added at 691a8d
1 change: 1 addition & 0 deletions payment/gateway/mpay24
Submodule mpay24 added at c2e273
1 change: 1 addition & 0 deletions payment/gateway/payunity
Submodule payunity added at cf1c1c
1 change: 1 addition & 0 deletions payment/gateway/unigraz
Submodule unigraz added at 528574
1 change: 1 addition & 0 deletions theme/musi
Submodule musi added at b53d7c
1 change: 1 addition & 0 deletions user/profile/field/calculated
Submodule calculated added at 3bb2a1

0 comments on commit b3e369f

Please sign in to comment.