Jun Pataleta
10ed7500fb
MDL-71161 mod_folder: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
52b9a0c920
MDL-71161 mod_feedback: show feedback activity info
2021-04-13 01:21:11 +08:00
Simey Lameze
a45eca85bb
MDL-71161 mod_data: show database activity info
2021-04-13 01:21:11 +08:00
Jun Pataleta
0ba0dfe3a9
MDL-71161 mod_chat: Display activity information output component
2021-04-13 01:21:11 +08:00
Jun Pataleta
6b46ce4c48
MDL-71161 mod_book: Display activity information output component
2021-04-13 01:21:11 +08:00
Simey Lameze
8d38fc7eab
MDL-71161 mod_assign: show assign activity info
2021-04-13 01:21:11 +08:00
Sara Arjona
4a45b3f8ef
Merge branch 'MDL-68716' of git://github.com/paulholden/moodle
2021-04-12 17:24:33 +02:00
Anupama Sarjoshi
c4fa89d55a
MDL-71172 quiz: Improve quiz Behat tests
2021-04-12 11:31:44 +01:00
Adrian Greeve
d24df2a201
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-12 14:45:59 +08:00
Jun Pataleta
1c15796a75
MDL-70821 behat: Use new activity completion steps for Behat tests
...
Replace usages of completion Behat steps that check for the completion
checkboxes with the new activity completion Behat steps.
2021-04-12 11:41:37 +08:00
Eloy Lafuente (stronk7)
c33b5efaad
Merge branch 'master_MDL-32226' of https://github.com/danmarsden/moodle
2021-04-08 17:30:12 +02:00
Adrian Greeve
1145cf4659
Merge branch 'MDL-70935-master-4' of git://github.com/mickhawkins/moodle
2021-04-07 15:41:04 +08:00
Shamim Rezaie
a75861f78e
MDL-70935 mod_quiz: Custom completion implementation
2021-04-07 15:09:36 +08:00
Shamim Rezaie
7a9f13e37f
MDL-70935 mod_quiz: combine 'pass' and 'attemptsexhausted' rules
...
Custom rules are combined using the AND operator. However, the
'completionpass' and 'completionattemptsexhausted' rules are exceptions
because they are combined together with OR, and form a single new rule
that then will be combined with the rest of the rules using AND.
This commit combines the mentioned rules into a single rule named
'completionpassorattemptsexhausted'.
2021-04-07 15:09:36 +08:00
Shamim Rezaie
24b9ff4c71
MDL-70935 mod_quiz: Missing completionminattempts rule description
...
The mod_quiz_get_completion_active_rule_descriptions() function was not
returning the description for the 'completionminattempts' rule. Added
that.
2021-04-07 15:09:36 +08:00
Michael Hawkins
663b273a55
MDL-70935 mod_scorm: Custom completion implementation
2021-04-07 15:09:36 +08:00
Michael Hawkins
f85b36edc5
MDL-70935 mod_lesson: Custom completion implementation
2021-04-07 15:09:36 +08:00
Adrian Greeve
7ef3653b65
Merge branch 'MDL-70820-master' of git://github.com/lameze/moodle
2021-04-07 13:26:12 +08:00
Simey Lameze
7c7c1aafc8
MDL-70820 mod_forum: custom completion implementation
2021-04-07 12:17:30 +08:00
Simey Lameze
d8e2ca0aae
MDL-70820 mod_glossary: custom completion implementation
2021-04-07 12:17:30 +08:00
Simey Lameze
c8cb54f15a
MDL-70820 mod_assign: custom completion implementation
2021-04-07 12:17:30 +08:00
Simey Lameze
f807863ba3
MDL-70820 mod_data: custom completion implementation
2021-04-07 12:17:30 +08:00
Simey Lameze
5e26acf0b0
MDL-70820 mod_feedback: custom completion implementation
2021-04-07 12:17:30 +08:00
Simey Lameze
20e5a04776
MDL-70820 mod_survey: custom completion implementation
2021-04-07 12:17:30 +08:00
Víctor Déniz
f72cc98503
Merge branch 'MDL-71128' of git://github.com/paulholden/moodle
2021-04-06 19:41:04 +01:00
Adrian Greeve
b816b9566d
Merge branch 'MDL-70817-master-8' of git://github.com/junpataleta/moodle
2021-04-06 13:00:53 +08:00
Alex Rowe
c8be1d7e94
MDL-70049 assign: count_submissions_need_grading call when can't grade
2021-04-06 10:32:56 +10:00
Paul Holden
4b193ee3e1
MDL-70763 quiz_overview: export preferences for correct user.
2021-04-04 23:15:23 +01:00
Jun Pataleta
98f44ac00d
MDL-70817 mod_choice: Behat tests for the activity completion info
2021-04-02 21:53:20 +08:00
Jun Pataleta
469f035a4c
MDL-70817 mod_choice: Show choice activity info
2021-04-02 21:53:20 +08:00
Alison Blomenberg
2f8a102da7
MDL-62244 Resource: label view redirects to label, not course
2021-04-01 11:48:00 -06:00
Juan Leyva
b63065cea3
MDL-70863 mod_forum: Allow NULL in timecreated
2021-03-31 17:54:36 +02:00
sam marshall
611e2569aa
MDL-71215 core_user: User fields - remaining deprecated functions
...
This change removes references in code and comments to a few
deprecated functions that were accidentally missed in the larger
change.
The code changes only affect service_users.php. I made it support
custom user profile fields in this query, because it was easy
enough, rather than adding another TODO to fix later.
2021-03-31 11:12:16 +01:00
Paul Holden
a22604d6ed
MDL-68716 mod_forum: extra column sorting options in privacy export.
...
Accounts for extra sort options that were added in bc23cbaf
.
2021-03-29 14:05:57 +01:00
Eloy Lafuente (stronk7)
3ed772f418
Merge branch 'MDL-71099-master' of https://github.com/sammarshallou/moodle
2021-03-27 10:17:43 +01:00
Dan Marsden
21778d8d16
MDL-32226 mod_quiz: Add Plagiarism hooks to quiz and essay question.
2021-03-27 09:13:41 +13:00
sam marshall
5e72715e4f
MDL-71099 Lib: Move new user_fields class from core to core_user
...
This class would belong more appropriately within the 'user' API
(core_user) instead of within the 'core' API, since it is
directly related to user data.
Since the class has only just been added to Moodle, now is a good
time to move it.
2021-03-25 13:47:23 +00:00
Víctor Déniz
bd926ec382
Merge branch 'MDL-70842_master_v3' of https://github.com/TomoTsuyuki/moodle
2021-03-25 12:57:18 +00:00
Andrew Nicols
78e8d63182
Merge branch 'MDL-70980-master' of git://github.com/ferranrecio/moodle
2021-03-25 08:06:14 +08:00
Tomo Tsuyuki
9a46c4da29
MDL-70842 mod_assign: Add more cases to add file to archive
2021-03-24 16:00:00 +11:00
Simey Lameze
1fcd850859
MDL-71182 calendar: Revert "Merge branch 'MDL-67494-master' of git://github.com/lameze/moodle"
...
This reverts commit 9d58d4de46
, reversing
changes made to 535c0277de
.
2021-03-24 09:11:01 +08:00
Charlotte Peachey
e10428aa00
MDL-71181 Quiz: Pass grade not displayed on front page
2021-03-23 16:49:58 +00:00
Paul Phillips
00579c7583
MDL-71167 mod_scorm: use full url in redirect
2021-03-23 09:28:14 +00:00
David Mudrák
22ecf2f9b8
MDL-71169 external: Do not explicitly specify the default methodname
2021-03-22 15:56:46 +01:00
Ferran Recio
b08381b212
MDL-70980 mod_h5pactivity: fix review mode
2021-03-22 10:52:44 +01:00
Shamim Rezaie
029d6102ea
MDL-70816 mod_choice: activity_dates implementation
2021-03-22 16:15:24 +11:00
Adrian Greeve
4496a4e41c
Merge branch 'MDL-70977' of git://github.com/paulholden/moodle
2021-03-18 10:49:42 +08:00
Eloy Lafuente (stronk7)
ac086dcf23
Merge branch 'MDL-70896-master' of git://github.com/marinaglancy/moodle
2021-03-18 00:34:05 +01:00
Eloy Lafuente (stronk7)
cfba0366db
Merge branch 'MDL-70893-master' of git://github.com/marinaglancy/moodle
2021-03-18 00:23:26 +01:00
Jun Pataleta
ebf078458d
Merge branch 'MDL-71036' of https://github.com/stronk7/moodle
2021-03-17 20:05:25 +08:00