100955 Commits

Author SHA1 Message Date
Marina Glancy
d7d609162e MDL-71395 block_tag_youtube: sometimes exception may have empty message 2021-05-06 14:44:24 +02:00
Sara Arjona
1c9837a557 weekly release 4.0dev 2021-05-04 13:27:45 +02:00
Sara Arjona
f7c0ba49cf Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2021-05-04 13:27:42 +02:00
Adrian Greeve
ca01567790 Merge branch 'MDL-66673-master' of https://github.com/ScottVerbeek/moodle 2021-05-04 15:49:15 +08: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
Michael Hawkins
8e843696a2 MDL-71401 core_completion: Fix completion status caching
When an automatic completion condition may have had its state change,
we now unset the cached value for the user's completion in the relevant
activity, so up-to-date values are re-fetched and available to students.
The previous behaviour was that custom conditions would remain cached
until the activity reached overall completion.
2021-05-04 12:18:36 +08:00
AMOS bot
e77692ab7c Automatically generated installer lang files 2021-05-04 00:07:57 +00:00
Eloy Lafuente (stronk7)
75dcac4716 Merge branch 'MDL-71463' of https://github.com/paulholden/moodle 2021-05-03 19:00:19 +02: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
Jun Pataleta
a8c8d2edf6 Merge branch 'MDL-71454-master' of git://github.com/lameze/moodle 2021-05-03 15:34:22 +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
Jake Dallimore
08e3b32181 Merge branch 'MDL-71273-master' of git://github.com/dpalou/moodle 2021-05-03 14:39:14 +08:00
Simey Lameze
0102485180 MDL-71454 theme: fix paddings for label resource 2021-05-03 14:35:42 +08: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
Michael Hawkins
f105612d7f MDL-71189 core_completion: Implementing custom completion sort ordering
This adds the requirement for activities supporting custom completion to
specify the order all completion conditions should be displayed for that
activity. It also implements the sorting that takes place.
2021-05-03 13:36:11 +08:00
Michael Hawkins
c997fc7784 MDL-71189 core_completion: Updates to meet current coding standards 2021-05-03 13:36:11 +08:00
Jake Dallimore
e5e5a06190 Merge branch 'MDL-52724-master' of git://github.com/merrill-oakland/moodle 2021-05-03 13:25:05 +08:00
Adrian Greeve
661b168483 Merge branch 'MDL-71258' of https://github.com/timhunt/moodle 2021-05-03 11:09:47 +08:00
Eloy Lafuente (stronk7)
e26b639281 Merge branch 'MDL-66431-master' of git://github.com/ilyatregubov/moodle 2021-05-02 19:12:47 +02:00
Víctor Déniz
4b847b673d Merge branch 'MDL-69956-master' of https://github.com/dcai/moodle 2021-05-02 19:11:10 +02:00
Víctor Déniz
bd8600e923 Merge branch 'MDL-70753-master' of https://github.com/sharidas/moodle 2021-05-02 19:11:10 +02:00
Ilya Tregubov
7d9fa772d9 MDL-66431 core: Fix lti test for classic theme. 2021-05-02 16:06:17 +02:00
Ilya Tregubov
bff4be683a MDL-66431 core: Fix section 0 not being dispayed on course page.
This is just to make Behat tests to pass. There is a bug
discovered MDL-71382. We will address that tracker after 3.11
release. For now we just replicate stables behavior.
2021-05-01 16:22:03 +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
Ilya Tregubov
430746d3a2 MDL-66431 core: Remove activity chooser user preference.
This commit removes activity chooser user preference and
course preference page. Separate dropdowns to activity and
resource is also removed.
2021-05-01 16:21:59 +02:00
Víctor Déniz
0a986fdf13 weekly release 4.0dev 2021-04-30 12:54:01 +01:00
Mahmoud Kassaei
95782015ba MDL-71258 questions: privacy support for settings defaults preferences 2021-04-30 10:14:38 +01: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