Skip to content

Commit

Permalink
Add Berta plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mona-shakiba committed Feb 15, 2024
1 parent 2e333d0 commit 312c435
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 6 deletions.
43 changes: 43 additions & 0 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion auth/saml2
Submodule saml2 updated 5826 files
2 changes: 1 addition & 1 deletion local/entities
2 changes: 1 addition & 1 deletion mod/booking
Submodule booking updated 48 files
+61 −0 CHANGES.md
+6 −4 classes/bo_availability/conditions/booking_time.php
+8 −1 classes/bo_availability/conditions/cancelmyself.php
+5 −0 classes/bo_availability/conditions/customform.php
+6 −6 classes/bo_availability/conditions/enrolledincourse.php
+9 −1 classes/bo_availability/conditions/fullybooked.php
+3 −4 classes/bo_availability/conditions/previouslybooked.php
+13 −0 classes/booking_answers.php
+64 −70 classes/booking_option.php
+27 −3 classes/booking_option_settings.php
+6 −0 classes/calendar.php
+43 −0 classes/customfield/booking_handler.php
+1 −1 classes/customfield/optiondate_cfields.php
+31 −4 classes/dates.php
+11 −14 classes/observer.php
+26 −159 classes/option/dates_handler.php
+1 −3 classes/option/fields/actions.php
+10 −6 classes/option/fields/addtogroup.php
+125 −0 classes/option/fields/canceluntil.php
+2 −1 classes/option/fields/id.php
+9 −1 classes/option/fields/optiondates.php
+28 −0 classes/option/fields/price.php
+2 −1 classes/option/fields_info.php
+95 −4 classes/option/optiondate.php
+3 −3 classes/output/bookingoption_description.php
+3 −3 classes/output/signin_downloadform.php
+3 −1 classes/output/view.php
+6 −4 classes/price.php
+24 −0 classes/shopping_cart/service_provider.php
+176 −82 classes/signinsheet/signinsheet_generator.php
+48 −7 classes/table/bookingoptions_wbtable.php
+3 −1 classes/teachers_handler.php
+1 −0 db/caches.php
+28 −19 lang/de/booking.php
+24 −16 lang/en/booking.php
+1 −0 lib.php
+13 −9 locallib.php
+1 −1 report.php
+19 −0 settings.php
+12 −10 subscribeusers.php
+8 −8 templates/signin_downloadform.mustache
+1 −1 tests/behat/booking_add_and_book_option.feature
+12 −12 tests/behat/booking_availability.feature
+5 −1 tests/behat/booking_create_template.feature
+1 −1 tests/behat/booking_duplicate_with_options.feature
+2 −2 tests/behat/booking_multisessions.feature
+10 −10 tests/behat/booking_semesters.feature
+3 −3 version.php

0 comments on commit 312c435

Please sign in to comment.