Mahmoud Kassaei
d25f0453cf
MDL-71258 questions: privacy support for settings defaults preferences
2021-04-30 10:16:14 +01:00
Shamim Rezaie
3a70953cf5
MDL-71163 mod_lesson: Remove duplicate info for open and close time
2021-04-30 17:15:54 +10:00
Shamim Rezaie
4b593aaeef
MDL-71163 mod_forum: Remove duplicate due date info
2021-04-30 17:15:54 +10:00
Shamim Rezaie
b23bbc2711
MDL-71163 mod_data: Remove duplicate info for open and close time
2021-04-30 17:15:54 +10:00
Shamim Rezaie
cb80fa82b2
MDL-71163 mod_scorm: Remove duplicate info for open and close time
2021-04-30 17:15:53 +10:00
Shamim Rezaie
1de059a261
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:15:53 +10:00
Shamim Rezaie
a1411bb562
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:15:53 +10:00
Shamim Rezaie
c49d99d1a5
MDL-71163 mod_choice: remove duplicate info for timeopen and timeclose
2021-04-30 17:15:53 +10:00
Shamim Rezaie
1abf669d99
MDL-71163 mod_assign: remove duplicate available from and due date info
2021-04-30 17:15:53 +10:00
Shamim Rezaie
dcbfe15f37
MDL-71163 mod_assign: Show the selected group's dates
2021-04-30 17:15:53 +10:00
Shamim Rezaie
d8a1cf696e
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:15:53 +10:00
Jun Pataleta
7103cf86d0
Merge branch 'MDL-71051-311' of git://github.com/abgreeve/moodle into MOODLE_311_STABLE
2021-04-30 14:18:27 +08:00
Adrian Greeve
ffe3fa8ea8
MDL-71051 profilefield_datetime: Fix to missing required param.
...
The define_after_data method was looking for a required_param
when it should have been an optional parameter. This was causing
error messages when creating a new datetime field.
2021-04-30 13:05:35 +08:00
Dongsheng Cai
4f1c48ef54
MDL-69956 forum: throw exception when advanced grading is not ready
2021-04-30 14:59:31 +10:00
Adrian Greeve
f104a01ba5
Merge branch 'MDL-71481-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-30 11:19:27 +08:00
Jun Pataleta
f852b7d938
Merge branch 'MDL-71486-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-04-30 11:08:44 +08:00
Sujith Haridasan
9d60d0dd82
MDL-70753 report: Provide a separate page for course report
...
Provide page for the reports in the course administration.
The page has a drop down to navigate to different reports.
The navigation is remembered just like the grade reports in
the course.
Signed-off-by: Sujith Haridasan <sujith@moodle.com>
2021-04-30 08:37:13 +05:30
Jun Pataleta
67d1960126
Merge branch 'MDL-70947-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-04-30 10:34:17 +08:00
Sara Arjona
ca3f88fd1f
Merge branch 'MDL-60331-311_take3' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-04-29 17:49:48 +02:00
Sara Arjona
76cda8ba33
Merge branch 'MDL-71162-311-2' of git://github.com/mickhawkins/moodle into MOODLE_311_STABLE
2021-04-29 17:27:27 +02:00
Dani Palou
185ed20456
MDL-71273 tool_mobile: Change the LTI disabled feature
2021-04-29 14:57:07 +02:00
Paul Holden
e810f798ee
MDL-71463 dml: escape square brackets for SQL Server LIKE operator.
2021-04-29 13:49:35 +01:00
Jun Pataleta
b4edfb9031
Merge branch 'MDL-71455-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-04-29 18:05:17 +08:00
Amaia Anabitarte
3d932a0fd9
MDL-71274 analytics: Don't generate insight for hidden courses
...
Hidden courses can be used for training
but we do not want to generate insights for them
because students do not have access to hidden courses.
This was fixed in MDL-66806 for "Students at risk" model.
Fixed for "Students who have not accessed the course recently" in this issue.
2021-04-29 11:15:34 +02:00
Paul Holden
864bf17afb
MDL-71481 repository_flickr_public: return more file data.
...
A HTTP HEAD request is required to get the image filesize.
The remaining data can be obtained from existing calls to
the Flickr API.
2021-04-29 09:48:12 +01:00
Huong Nguyen
89fe45e38c
MDL-70947 File upload: Upload protection
...
Interacts badly with double-submit protection, and not all uploads protected
2021-04-29 15:32:00 +07:00
Huong Nguyen
feb8548a45
MDL-71486 course: Notice when in site home/course page
2021-04-29 14:43:06 +07:00
Sara Arjona
d7f2abf5af
Merge branch 'MDL-71016-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-29 09:21:44 +02:00
Jun Pataleta
20f2014d0d
Merge branch 'MDL-70863-311' of git://github.com/jleyva/moodle into MOODLE_311_STABLE
2021-04-29 15:04:32 +08:00
Adrian Greeve
cd96ef301c
Merge branch 'MDL-71235-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-04-29 14:41:55 +08:00
Adrian Greeve
24695a6e42
Merge branch 'MDL-71470-311' of git://github.com/mihailges/moodle into MOODLE_311_STABLE
2021-04-29 14:26:23 +08:00
Andrew Nicols
3bc386e69e
Merge branch 'MDL-70965-311' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE
2021-04-29 13:51:02 +08:00
Dongsheng Cai
4104a24196
MDL-71235 webservices: add activity completion data to web services
2021-04-29 13:52:52 +10:00
Andrew Nicols
50a6634639
Merge branch 'MDL-70897-311' of git://github.com/kabalin/moodle into MOODLE_311_STABLE
2021-04-29 10:33:20 +08:00
Dongsheng Cai
0ebdf3f1b4
MDL-71455 core_backup: fix course completion options when backup/restore
2021-04-29 11:42:47 +10:00
Andrew Nicols
14add58a7f
Merge branch 'MDL-56609_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-04-29 09:41:40 +08:00
Adrian Greeve
702ea8590e
Merge branch 'MDL-71051-311-2' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE
2021-04-29 09:22:37 +08:00
Víctor Déniz
da781a899a
Merge branch 'MDL-71200-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-28 20:53:27 +01:00
Paul Holden
23f0859a9c
MDL-71016 gradeexport_xml: ensure user/grade idnumbers are encoded.
2021-04-28 19:03:50 +01:00
Michael Hawkins
635a53e293
MDL-71162 mod_assign: Update and improve completion behat testing
2021-04-29 00:47:21 +08:00
Michael Hawkins
3ac450e1fc
MDL-71162 mod_resource: Improve behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
5c0a2b0d7d
MDL-71162 mod_label: Improve behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
0fb2ea4eef
MDL-71162 mod_imscp: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
f84235eac7
MDL-71162 mod_h5pactivity: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
7b9a10b175
MDL-71162 mod_folder: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
29cb40286a
MDL-71162 mod_chat: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
ef3b5d9297
MDL-71162 mod_quiz: Improve behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
619b5d1b98
MDL-71162 mod_survey: Improve behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
0773b2c4c6
MDL-71162 mod_scorm: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00
Michael Hawkins
5150efa190
MDL-71162 mod_glossary: Add behat testing for completion conditions
2021-04-29 00:47:21 +08:00