Skip to content

Commit

Permalink
Updated mod/diary to v3.7.6 (2023092500).
Browse files Browse the repository at this point in the history
  • Loading branch information
ctam committed Oct 9, 2023
1 parent 637cc7b commit 00b5e88
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 @@ -132,7 +132,7 @@
path = mod/diary
url = https://github.com/drachels/moodle-mod_diary
branch = master
tag = v3.7.5
tag = v3.7.6
[submodule "mod/giportfolio"]
path = mod/giportfolio
url = https://github.com/synergylearning/moodle-mod_giportfolio
Expand Down
2 changes: 1 addition & 1 deletion mod/diary
Submodule diary updated 56 files
+126 −92 backup/moodle2/backup_diary_stepslib.php
+23 −14 backup/moodle2/restore_diary_activity_task.class.php
+1 −1 backup/moodle2/restore_diary_stepslib.php
+5 −3 classes/event/course_module_viewed.php
+5 −3 classes/event/download_diary_entries.php
+5 −3 classes/event/entries_viewed.php
+5 −3 classes/event/entry_created.php
+5 −3 classes/event/entry_updated.php
+5 −3 classes/event/feedback_updated.php
+5 −1 classes/event/invalid_access_attempt.php
+5 −3 classes/event/invalid_entry_attempt.php
+5 −3 classes/event/journal_to_diary_entries_transfer.php
+5 −1 classes/event/prompt_created.php
+5 −1 classes/event/prompt_edited.php
+5 −1 classes/event/prompt_in_use.php
+5 −1 classes/event/prompt_removed.php
+5 −1 classes/event/prompts_viewed.php
+283 −223 classes/local/diarystats.php
+11 −11 classes/local/pluralise.php
+89 −74 classes/local/prompts.php
+114 −94 classes/local/results.php
+155 −149 classes/local/syllables.php
+4 −4 classes/privacy/provider.php
+5 −3 classes/search/activity.php
+18 −12 classes/search/entry.php
+7 −12 classes/task/cron_task.php
+23 −27 db/access.php
+23 −23 db/log.php
+4 −4 db/tag.php
+5 −5 db/tasks.php
+52 −41 edit.php
+1 −1 edit_form.php
+8 −10 index.php
+30 −22 journaltodiaryxfr.php
+69 −73 lib.php
+17 −11 locallib.php
+47 −40 mod_form.php
+64 −52 prompt_edit.php
+36 −22 renderer.php
+81 −75 report.php
+28 −31 reportsingle.php
+43 −61 settings.php
+66 −0 tests/behat/0_test_dev.feature
+46 −0 tests/behat/1_basic.feature
+60 −0 tests/behat/1_basic_template.feature
+60 −0 tests/behat/2_multiple_entries_edit_entry_dates_no.feature
+62 −0 tests/behat/2_multiple_entries_edit_entry_dates_yes.feature
+60 −0 tests/behat/2_multiple_entries_one_user.feature
+46 −0 tests/behat/3_multiple_entries_multiple_users.feature
+46 −0 tests/behat/4_multiple_entries_multiple_courses.feature
+116 −0 tests/behat/5_grade_entries.feature
+48 −0 tests/behat/behat_mod_diary.php
+33 −13 tests/behat/grade_entries.feature
+22 −6 upgrade.txt
+2 −2 version.php
+88 −72 view.php

0 comments on commit 00b5e88

Please sign in to comment.