Shamim Rezaie
35d1ac13d2
MDL-71518 core: Add weekday to activity dates
2021-05-05 13:56:06 +10:00
Jun Pataleta
fd8544b37c
Merge branch 'MDL-71401-master-3' of git://github.com/mickhawkins/moodle
2021-05-04 12:26:34 +08:00
Michael Hawkins
2984de32ff
MDL-71401 mod_scorm: Completion behat test fix
2021-05-04 12:19:29 +08:00
Michael Hawkins
cac5b30e01
MDL-71401 mod_quiz: Add behat testing for multiple completion conditions
...
Other tests check behaviour of individual conditions, this tests that
when multiple core and custom conditions are required, each will be
updated as required and not cache until all are completed.
2021-05-04 12:19:29 +08:00
Michael Hawkins
c2dd5d7bc7
MDL-71401 mod_lesson: Update completion behat to test individual changes
2021-05-04 12:19:29 +08:00
Michael Hawkins
7c368add9c
MDL-71401 mod_glossary: Update completion behat to test all changes
2021-05-04 12:19:29 +08:00
Michael Hawkins
9db08b47de
MDL-71401 mod_forum: Update completion behat to test individual changes
2021-05-04 12:19:29 +08:00
Michael Hawkins
6469e8c1a9
MDL-71401 mod_data: Update completion behat to test individual changes
2021-05-04 12:18:36 +08:00
Michael Hawkins
70a653aa44
MDL-71401 assign: Update completion behat to test individual changes
2021-05-04 12:18:36 +08:00
Shamim Rezaie
47f7c24f2b
MDL-71163 mod_lesson: Fix behat failures
2021-05-03 15:41:43 +02:00
Sara Arjona
b04d1c3041
Merge branch 'MDL-71163-master' of git://github.com/rezaies/moodle
2021-05-03 11:59:58 +02:00
Eloy Lafuente (stronk7)
3f9812835b
Merge branch 'MDL-66431-fix' of github.com:sarjona/moodle
2021-05-03 10:07:47 +02:00
Adrian Greeve
c0fcd9bd64
Merge branch 'MDL-71440-master' of git://github.com/mihailges/moodle
2021-05-03 16:05:24 +08:00
Sara Arjona
1e40093bfa
MDL-66431 behat: fix goutte + classic failure
2021-05-03 09:32:04 +02:00
Mihail Geshoski
1fa872b84f
MDL-71440 mod_assign: New capability for viewing the submission summary
...
Creates a new capability mod/assign:viewownsubmissionsummary which will
be required in order to display the submission summary to the user in
the assignment page.
2021-05-03 15:27:27 +08:00
Víctor Déniz
6d3107641d
Merge branch 'MDL-71189-master-3' of git://github.com/mickhawkins/moodle
2021-05-03 08:08:34 +01:00
Michael Hawkins
a9a4e56bb3
MDL-71189 mod_quiz: Update completion rule descriptions method
...
Allow for conditions that are not set, consistent with other modules.
They will usually always be set in practice, but best to handle it,
which also helps with unit testing.
2021-05-03 13:36:11 +08:00
Michael Hawkins
b77c66ac10
MDL-71189 core_completion: Adding completion sort order to activities
...
This implements sort ordering for all completion conditions, in
activities which support custom completion conditions.
2021-05-03 13:36:11 +08:00
Ilya Tregubov
7d9fa772d9
MDL-66431 core: Fix lti test for classic theme.
2021-05-02 16:06:17 +02:00
Ilya Tregubov
cf1cf222e7
MDL-66431 core: Fix behat tests.
...
Move activity creation to data generators. Only fixing those
tests failing due to removing usemodchooser preference.
2021-05-01 16:22:03 +02:00
Shamim Rezaie
7e50138905
MDL-71163 mod_lesson: Remove duplicate info for open and close time
2021-04-30 17:13:56 +10:00
Shamim Rezaie
70ac3b091f
MDL-71163 mod_forum: Remove duplicate due date info
2021-04-30 17:13:56 +10:00
Shamim Rezaie
2946894701
MDL-71163 mod_data: Remove duplicate info for open and close time
2021-04-30 17:13:56 +10:00
Shamim Rezaie
3ba12dcc5d
MDL-71163 mod_scorm: Remove duplicate info for open and close time
2021-04-30 17:13:56 +10:00
Shamim Rezaie
e25be6bd22
MDL-71163 quizaccess_openclosedate: remove duplicate date info
...
The quiz module now showa the quiz open and close dates at the top of
the page. So there is no need for the quizaccess_openclosedate plugin to
display these dates in the middle of the page.
2021-04-30 17:13:56 +10:00
Shamim Rezaie
1da9d7a8c7
MDL-71163 mod_feedback: remove duplicate date info
...
The $extradetails parameter in the constructor of the
mod_feedback\output\summary class is no longer used by any of the codes
that instantiate the class. Therefore, it is removed.
The respective template is updated as well.
2021-04-30 17:13:56 +10:00
Shamim Rezaie
0fc6bfab6c
MDL-71163 mod_choice: remove duplicate info for timeopen and timeclose
2021-04-30 17:13:56 +10:00
Shamim Rezaie
7dbd7ee195
MDL-71163 mod_assign: remove duplicate available from and due date info
2021-04-30 17:13:56 +10:00
Shamim Rezaie
940f57d519
MDL-71163 mod_assign: Show the selected group's dates
2021-04-30 17:13:56 +10:00
Shamim Rezaie
9e3b2d6f47
MDL-71163 core: support relative dates in activity dates
...
AMOS BEGIN
CPY [relativedatessubmissionduedateafter,mod_assign],[relativedatessubmissionduedateafter,core_course]
CPY [relativedatessubmissionduedatebefore,mod_assign],[relativedatessubmissionduedatebefore,core_course]
AMOS END
2021-04-30 17:13:51 +10:00
Sara Arjona
1aa318d3e0
Merge branch 'MDL-71162-master-2' of git://github.com/mickhawkins/moodle
2021-04-29 17:27:20 +02:00
Jun Pataleta
0e904ad5db
Merge branch 'MDL-70863-master' of git://github.com/jleyva/moodle
2021-04-29 15:04:11 +08:00
Víctor Déniz
0ff631fabc
Merge branch 'MDL-71200' of git://github.com/paulholden/moodle
2021-04-28 18:54:41 +01:00
Michael Hawkins
bf8818f9a6
MDL-71162 mod_assign: Update and improve completion behat testing
2021-04-29 00:46:27 +08:00
Michael Hawkins
c02e9af3ed
MDL-71162 mod_resource: Improve behat testing for completion conditions
2021-04-29 00:46:27 +08:00
Michael Hawkins
ec3ec899b6
MDL-71162 mod_label: Improve behat testing for completion conditions
2021-04-29 00:46:28 +08:00
Michael Hawkins
941330feac
MDL-71162 mod_imscp: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
a74f47af90
MDL-71162 mod_h5pactivity: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
0ef85f4c0b
MDL-71162 mod_folder: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
5ccda6fa5c
MDL-71162 mod_chat: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
b7289dfd80
MDL-71162 mod_quiz: Improve behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
9fec71fe27
MDL-71162 mod_survey: Improve behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
f9c276632a
MDL-71162 mod_scorm: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
4bf3b7a48d
MDL-71162 mod_glossary: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
36d5523904
MDL-71162 mod_wiki: Improve behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
194a38b0a3
MDL-71162 mod_wiki: Ensure completion conditions displayed on all tabs
2021-04-29 00:41:07 +08:00
Michael Hawkins
2c2745cd89
MDL-71162 mod_book: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
3b715af830
MDL-71162 mod_forum: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
8970651506
MDL-71162 mod_feedback: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Michael Hawkins
1f2daaefc7
MDL-71162 mod_data: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00