Ilya Tregubov
c7a0f15a14
Merge branch 'MDL-71814-311' of git://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-08-16 13:57:10 +02:00
Jun Pataleta
9b0616be13
MDL-69855 mod_forum: Don't show reply link in email for private replies
2021-08-16 17:46:00 +08:00
Thach Le Huy
a76e6df756
MDL-71814 Atto: File picker – file info panel focus issue
2021-08-16 16:38:16 +07:00
Mikhail Golenkov
2af7fbcdbf
MDL-72210 phpunit: Remove excessive curl mock responses
2021-08-14 10:40:30 +10:00
AMOS bot
099a04142e
Automatically generated installer lang files
2021-08-14 00:07:26 +00:00
Paul Holden
667f621ca6
MDL-72153 privacy: correctly export user description/files.
2021-08-13 12:41:00 +01:00
Ilya Tregubov
30991deb7c
Merge branch 'MDL-72035-excel_csv_bom-311' of git://github.com/leonstr/moodle into MOODLE_311_STABLE
2021-08-13 11:24:55 +02:00
Jun Pataleta
8eddaa6479
Merge branch 'MDL-72330-311' of git://github.com/vmdef/moodle into MOODLE_311_STABLE
2021-08-13 11:00:47 +08:00
Andrew Nicols
137aed09fd
Merge branch 'MDL-72325-311-tourspolicy' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-08-13 09:58:59 +08:00
Víctor Déniz
b6bb3e46dd
MDL-72330 behat: revert previous incorrect change
2021-08-12 23:43:57 +01:00
Ilya Tregubov
707d09a568
weekly release 3.11.2+
2021-08-12 16:50:17 +02:00
Ilya Tregubov
bd7eb39d7c
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-08-12 16:50:15 +02:00
David Mudrák
3188b6fc52
MDL-72325 user: Do not show user tours without site policy agreed
...
Fetching user tours used to fail on external_api::validate_context() and
require_login() calls if the user did not have the site policy agreed.
The patch introduces a check to see if the user is fully set up and
ready to use the site before attempting to load the tours.
2021-08-12 13:22:07 +02:00
Víctor Déniz
c5ff109f53
MDL-71500 calendar_threemonth: fix wrong behat step
2021-08-12 11:42:09 +01:00
Andrew Nicols
a4cfda4e51
Merge branch 'MDL-71844-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-12 10:25:18 +08:00
Eloy Lafuente (stronk7)
6865a3a0a1
Merge branch 'MDL-72265_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-08-12 00:05:44 +02:00
Eloy Lafuente (stronk7)
a990007a77
Merge branch 'MDL-71500-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-08-11 20:16:46 +02:00
Eloy Lafuente (stronk7)
8bb82b5bc7
Merge branch 'MDL-71945-M311S' of https://github.com/lucisgit/moodle into MOODLE_311_STABLE
2021-08-11 11:47:09 +02:00
Eloy Lafuente (stronk7)
9bcac8370b
Merge branch 'MDL-72242-311-svgforcedfilter' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-08-11 11:40:05 +02:00
Eloy Lafuente (stronk7)
774f6ff070
Merge branch 'MDL-71656-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-08-10 19:09:41 +02:00
Eloy Lafuente (stronk7)
1f343bf0a2
Merge branch 'MDL-70165-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-10 18:52:18 +02:00
Ilya Tregubov
983d456fa2
Merge branch 'MDL-72033-311' of git://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-08-10 16:08:38 +02:00
Tony Butler
bf2a7643ef
MDL-71945 mod_assign: Remove unneccesary call to assign_update_grades()
...
The update_grade() call achieves the same thing with additional checks.
2021-08-10 11:07:30 +01:00
Lars Bonczek
637ab9420c
MDL-72271 mod_quiz: fix secure_window close function
2021-08-10 11:53:28 +02:00
Paul Holden
f20a20b7b0
MDL-72106 calendar: redirect to same page post-subscription process.
...
Avoid issues when reloading page/re-sending POST data.
2021-08-10 09:40:54 +01:00
Paul Holden
84d1f3c078
MDL-71844 tool_task: preserve navigation when executing task.
2021-08-09 10:44:53 +01:00
Paul Holden
a8fe74f951
MDL-71487 admin: ensure filesize settings don't overflow integer.
2021-08-09 10:36:04 +01:00
Paul Holden
dd01ce509f
MDL-70165 course: always import inplace editable module.
...
It's required on the course participants table for the roles/groups
columns, but isn't always loaded after adding the first participant.
2021-08-09 10:30:15 +01:00
AMOS bot
0f6ce1dce9
Automatically generated installer lang files
2021-08-06 00:07:28 +00:00
Srdjan
e02b3beb79
MDL-69451 dml: use same temptables for both rw and ro database handle
...
moodle_read_slave_trait: when creating another handle, restore temptables
property that is clobbered by raw_connect().
Also a better condition for temptable related queries detection in
pgsql_native_moodle_database.
dml_pgsql_read_slave_test::test_temp_table(): use real db connection
if possible, otherwise skip the test.
2021-08-06 10:02:31 +10:00
Víctor Déniz
605ce2781b
weekly release 3.11.2+
2021-08-05 16:27:25 +01:00
Víctor Déniz
9f434e5844
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-08-05 16:27:20 +01:00
Tim Hunt
1c25e9ec53
MDL-72265 backup: fix checking of override capabilites on restore
...
Thanks to Peter Dias <peter@moodle.com> for his help with the unit test.
2021-08-05 14:28:37 +01:00
Víctor Déniz
fb50327bcf
Merge branch 'MDL-71835-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-04 23:32:01 +01:00
Víctor Déniz
435c0c34d6
Merge branch 'MDL-71152-311' of git://github.com/roland04/moodle into MOODLE_311_STABLE
2021-08-04 20:37:49 +01:00
Víctor Déniz
22ee833a80
Merge branch 'MDL-72262-311' of git://github.com/ilyatregubov/moodle into MOODLE_311_STABLE
2021-08-04 12:43:37 +01:00
abgreeve
439092427b
Merge branch 'MDL-71050-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-04 15:53:15 +08:00
abgreeve
0af232b461
Merge branch 'MDL-67833-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-03 10:26:49 +08:00
Dan Marsden
1f1ecab583
MDL-70006 analytics: Don't send notifications to suspended enrolments.
2021-08-03 10:55:17 +12:00
Paul Holden
f8cffa2803
MDL-71121 backup: apply config defaults for async backups.
2021-08-02 23:35:03 +01:00
David Mudrák
7e3ea17638
MDL-72242 files: Do not force text filtering of SVG files
...
It was a mistake to force filtering of SVG files in MDL-55243. It can
easily lead to corrupted SVG files.
The patch removes that forced filtering and clarifies the inline comment
of what and why we need to do.
2021-08-02 14:43:21 +02:00
Paul Holden
4feb3c4835
MDL-72257 gradeexport_xml: detect absense of grade items to export.
...
Where there are no grade items with idnumbers for selection, then
nothing should be exported. Currently, this is being interpreted as
the user exporting all grade items.
2021-08-02 10:24:01 +01:00
Ilya Tregubov
8521213b82
MDL-72262 behat: Make alias shorter to fix Oracle failures.
2021-08-02 08:26:39 +02:00
AMOS bot
205438924a
Automatically generated installer lang files
2021-07-31 00:07:30 +00:00
Víctor Déniz
b3a82b1b1e
Merge branch 'MDL-72085-MOODLE_311_STABLE' of https://github.com/dmitriim/moodle into MOODLE_311_STABLE
2021-07-30 08:52:32 +01:00
Dmitrii Metelkin
a6a5070d06
MDL-72085 core_phpunit: reset session notifications
2021-07-30 10:02:49 +10:00
Jun Pataleta
0a21811ed0
Moodle release 3.11.2
2021-07-29 10:03:20 +08:00
Ilya Tregubov
5102a3a04f
weekly release 3.11.1+
2021-07-28 16:48:22 +02:00
Ilya Tregubov
ae77cfd5af
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-07-28 16:48:20 +02:00
Ilya Tregubov
6da13bc87a
Merge branch 'MDL-71672-311-2' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-07-28 11:16:47 +02:00