Skip to content

Commit

Permalink
Updates Quickmail block to release R4.3, version 2024061000.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jun 10, 2024
1 parent 51ed747 commit 887506c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
[submodule "blocks/quickmail"]
path = blocks/quickmail
url = https://github.com/ucsf-education/moodle-block_quickmail
branch = UCSFCLE_37_STABLE
branch = UCSFCLE_403_STABLE
[submodule "enrol/ilios"]
path = enrol/ilios
url = https://github.com/ilios/moodle-enrol-ilios
Expand Down
2 changes: 1 addition & 1 deletion blocks/quickmail
Submodule quickmail updated 43 files
+112 −0 .github/workflows/ci.yml
+4 −0 .phpcs.xml
+130 −90 admin_email.php
+44 −14 admin_email_form.php
+31 −13 alt_form.php
+183 −78 alt_lib.php
+9 −8 alternate.php
+60 −18 backup/moodle2/backup_quickmail_block_task.class.php
+49 −32 backup/moodle2/backup_quickmail_stepslib.php
+91 −40 backup/moodle2/restore_quickmail_block_task.class.php
+79 −32 backup/moodle2/restore_quickmail_stepslib.php
+85 −60 block_quickmail.php
+47 −24 classes/event/alternate_email_added.php
+121 −80 classes/message.php
+303 −0 classes/privacy/provider.php
+12 −11 config_qm.php
+54 −21 config_qm_form.php
+60 −37 db/access.php
+139 −71 db/upgrade.php
+64 −42 db/upgradelib.php
+187 −122 email.php
+175 −101 email_form.php
+64 −57 emaillog.php
+175 −141 lang/en/block_quickmail.php
+174 −140 lang/en_us/block_quickmail.php
+35 −8 lang/sv/block_quickmail.php
+465 −243 lib.php
+54 −33 settings.php
+61 −45 signature.php
+37 −15 signature_form.php
+8 −11 styles.css
+26 −27 tests/behat/admin_email.feature
+87 −0 tests/behat/course.feature
+3,990 −0 tests/behat/ferpa.disabled_feature
+0 −3,994 tests/behat/ferpa.feature
+59 −73 tests/behat/groups.feature
+0 −89 tests/behat/quickmail.feature
+0 −26 tests/behat/quickmailConfigMatrix.csv
+7 −10 tests/behat/student_usage.feature
+183 −0 tests/generator/lib.php
+238 −0 tests/generator_test.php
+461 −0 tests/privacy/provider_test.php
+6 −4 version.php

0 comments on commit 887506c

Please sign in to comment.