-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d287f1
commit df2d351
Showing
7 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[submodule "mod/booking"] | ||
path = mod/booking | ||
url = https://github.com/Wunderbyte-GmbH/moodle-mod_booking.git | ||
branch = USI | ||
[submodule "auth/saml2"] | ||
path = auth/saml2 | ||
url = https://github.com/Wunderbyte-GmbH/moodle-auth_saml2.git | ||
branch = MOODLE_39_STABLE | ||
[submodule "local/wunderbyte_table"] | ||
path = local/wunderbyte_table | ||
url = https://github.com/Wunderbyte-GmbH/moodle-local_wunderbyte_table.git | ||
branch = USI | ||
[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/payunity"] | ||
path = payment/gateway/payunity | ||
url = https://github.com/Wunderbyte-GmbH/moodle-payment_gw_payunity.git | ||
branch = USI | ||
[submodule "admin/tool/forcedcache"] | ||
path = admin/tool/forcedcache | ||
url = https://github.com/catalyst/moodle-tool_forcedcache.git | ||
branch = MOODLE_40_STABLE | ||
[submodule "blocks/configurable_reports"] | ||
path = blocks/configurable_reports | ||
url = https://github.com/jleyva/moodle-block_configurablereports.git | ||
branch = MOODLE_36_STABLE | ||
[submodule "filter/shortcodes"] | ||
path = filter/shortcodes | ||
url = https://github.com/branchup/moodle-filter_shortcodes.git |
Submodule saml2
updated
5826 files
Submodule musi
updated
10 files
+24 −0 | .github/workflows/erpnext.yml | |
+8 −0 | CHANGES.md | |
+17 −0 | classes/output/userinformation.php | |
+100 −46 | classes/shortcodes.php | |
+36 −0 | classes/table/musi_table.php | |
+13 −1 | lang/de/local_musi.php | |
+12 −1 | lang/en/local_musi.php | |
+48 −0 | settings.php | |
+2 −1 | templates/table_list_container.mustache | |
+5 −5 | version.php |
Submodule shopping_cart
updated
14 files
+15 −0 | CHANGES.md | |
+2 −2 | classes/external/search_users.php | |
+0 −2 | classes/form/dynamic_select_users.php | |
+5 −0 | classes/form/modal_cancel_all_addcredit.php | |
+186 −5 | classes/shopping_cart.php | |
+99 −0 | daily_sums_pdf.php | |
+12 −2 | lang/de/local_shopping_cart.php | |
+13 −3 | lang/en/local_shopping_cart.php | |
+13 −0 | receipt.php | |
+23 −157 | report.php | |
+26 −13 | settings.php | |
+17 −7 | templates/report_daily_sums.mustache | |
+55 −0 | templates/report_daily_sums_pdf.mustache | |
+3 −3 | version.php |
Submodule wunderbyte_table
updated
12 files
+10 −0 | CHANGES.md | |
+278 −0 | classes/editfilter.php | |
+27 −29 | classes/filter.php | |
+10 −1 | classes/output/table.php | |
+43 −4 | classes/wunderbyte_table.php | |
+7 −1 | db/caches.php | |
+29 −0 | db/install.xml | |
+82 −0 | db/upgrade.php | |
+3 −0 | lang/de/local_wunderbyte_table.php | |
+3 −0 | lang/en/local_wunderbyte_table.php | |
+40 −0 | settings.php | |
+3 −3 | version.php |
Submodule booking
updated
48 files