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
Jun Pataleta
021d14896f
Merge branch 'MDL-71051-master' of git://github.com/abgreeve/moodle
2021-04-30 14:18:41 +08:00
Adrian Greeve
d6040d3056
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:00:21 +08:00
Dongsheng Cai
9e1dacc3c6
MDL-69956 forum: throw exception when advanced grading is not ready
2021-04-30 14:57:33 +10:00
Adrian Greeve
c94a0090e0
Merge branch 'MDL-71481' of git://github.com/paulholden/moodle
2021-04-30 11:19:02 +08:00
Jun Pataleta
6d24e7fb17
Merge branch 'MDL-71486-master' of git://github.com/HuongNV13/moodle
2021-04-30 11:07:57 +08:00
Sujith Haridasan
686bd2681e
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:38 +05:30
Jun Pataleta
c646a8eaec
Merge branch 'MDL-70947-master' of git://github.com/HuongNV13/moodle
2021-04-30 10:34:11 +08:00
Sara Arjona
3a07ee3191
Merge branch 'MDL-60331-master_take3' of git://github.com/lucaboesch/moodle
2021-04-29 17:49:43 +02:00
Sara Arjona
1aa318d3e0
Merge branch 'MDL-71162-master-2' of git://github.com/mickhawkins/moodle
2021-04-29 17:27:20 +02:00
Paul Holden
586cc05bce
MDL-71463 dml: escape square brackets for SQL Server LIKE operator.
2021-04-29 13:49:43 +01:00
Dani Palou
7248aa0276
MDL-71273 tool_mobile: Change the LTI disabled feature
2021-04-29 13:54:42 +02:00
Jun Pataleta
e61f3796dd
Merge branch 'MDL-71455-master' of https://github.com/dcai/moodle
2021-04-29 18:05:09 +08:00
Amaia Anabitarte
8732ddd5d3
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:13:37 +02:00
Paul Holden
643b0ccabe
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:19 +01:00
Huong Nguyen
c6fb80b639
MDL-70947 File upload: Upload protection
...
Interacts badly with double-submit protection, and not all uploads protected
2021-04-29 15:28:19 +07:00
Huong Nguyen
3e2570611f
MDL-71486 course: Notice when in site home/course page
2021-04-29 14:42:49 +07:00
Adrian Greeve
e17333c342
Merge branch 'MDL-71141-master' of git://github.com/ferranrecio/moodle
2021-04-29 15:40:51 +08:00
Sara Arjona
af1d676fb8
Merge branch 'MDL-71016' of git://github.com/paulholden/moodle
2021-04-29 09:21:39 +02:00
Jun Pataleta
0e904ad5db
Merge branch 'MDL-70863-master' of git://github.com/jleyva/moodle
2021-04-29 15:04:11 +08:00
Adrian Greeve
98edee3c4a
Merge branch 'MDL-71235-master' of https://github.com/dcai/moodle
2021-04-29 14:42:35 +08:00
Adrian Greeve
e42ce0baee
Merge branch 'MDL-71470-master' of git://github.com/mihailges/moodle
2021-04-29 14:27:06 +08:00
Andrew Nicols
b4baf69846
Merge branch 'MDL-70965-master' of git://github.com/marinaglancy/moodle
2021-04-29 13:49:59 +08:00
Dongsheng Cai
36bc7b07db
MDL-71235 webservices: add activity completion data to web services
2021-04-29 13:52:32 +10:00
Andrew Nicols
430caa5de1
Merge branch 'MDL-70897-master' of git://github.com/kabalin/moodle
2021-04-29 10:18:01 +08:00
Dongsheng Cai
2935cb508d
MDL-71455 core_backup: fix course completion options when backup/restore
2021-04-29 11:38:31 +10:00
Andrew Nicols
72498d5f99
Merge branch 'MDL-56609' of https://github.com/stronk7/moodle
2021-04-29 09:34:18 +08:00
Adrian Greeve
d4673e3047
Merge branch 'MDL-71051-master-2' of git://github.com/marinaglancy/moodle
2021-04-29 09:27:07 +08:00
Paul Holden
0bda284937
MDL-71016 gradeexport_xml: ensure user/grade idnumbers are encoded.
2021-04-28 19:03:45 +01: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