AMOS bot
6424a1817b
Automatically generated installer lang files
2021-08-26 00:07:29 +00:00
Sara Arjona
5b2c9cf18b
Merge branch 'MDL-72106-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-25 18:38:38 +02:00
Eloy Lafuente (stronk7)
cf2d9cdfef
Merge branch 'MDL-72163-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2021-08-24 20:12:22 +02:00
Sara Arjona
c59c09a65d
Merge branch '311_MDL-70006' of git://github.com/danmarsden/moodle into MOODLE_311_STABLE
2021-08-24 13:13:13 +02:00
Shamim Rezaie
a45b9e347f
MDL-72403 calendar: prereserve courseid after form submit
2021-08-24 18:05:00 +10:00
Jake Dallimore
c7ae5b9a0f
MDL-69504 mod_lti: check role switches when setting lti roles on launch
...
is_siteadmin isn't aware of role switches, so make sure we're not in a
switched role before calling that method.
2021-08-24 14:33:49 +08:00
Andrew Nicols
fb13698049
Merge branch 'MDL-72014_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-08-24 09:16:53 +08:00
Andrew Nicols
6c6dc64458
Merge branch 'MDL-72207-311' of git://github.com/jleyva/moodle into MOODLE_311_STABLE
2021-08-24 09:06:36 +08:00
Kateryna Degtyariova
094a136394
MDL-72342 groups: Use get_columns() to handle BOM in CSV
...
Ensuring that BOM was properly removed from input CSV file by using get_columns() instead of parsing the raw data.
2021-08-24 10:50:17 +10:00
Eloy Lafuente (stronk7)
72e15b8845
Merge branch 'MDL-71055-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2021-08-23 23:22:25 +02:00
Sara Arjona
084f74a5a2
Merge branch 'MDL-72257-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-23 17:52:26 +02:00
Shamim Rezaie
fa1da2e471
MDL-71602 qtype_essay: label essay question's answer area
2021-08-24 00:59:18 +10:00
Eloy Lafuente (stronk7)
a9a2127ddd
MDL-72312 environment: Add new optional custom check for igbinary
...
This optional environmental check will look if:
- the site is running php72.
- the site has igbinary extension enabled.
- the igbinary extension version is a buggy one >=3.2.2 <= 3.2.4
- the bug is reproducible.
And will warn if all the conditions are met.
2021-08-23 15:11:11 +02:00
Andrew Nicols
81ee8fe275
MDL-71055 behat: Update core settings to use generator
...
These changes have only been applied to settings which were already
using settings names and values, but which were still using the UI.
2021-08-23 12:23:03 +08:00
Eloy Lafuente (stronk7)
46bac04f41
Merge branch 'MDL-71973-311' of https://github.com/mohalisad/moodle into MOODLE_311_STABLE
2021-08-20 19:07:04 +02:00
Eloy Lafuente (stronk7)
4a0ed883e0
MDL-72014 nodejs: audit fix to solve some security reports
...
Simply run npm audit fix that updates these main packages:
- xmldom 0.6.0
- grunt 1.4.1
- gherkin-lint 4.2.2
(and also a bunch of dependencies
2021-08-20 13:49:50 +02:00
Ilya Tregubov
f9ea7e747f
weekly release 3.11.2+
2021-08-20 13:24:33 +02:00
Ilya Tregubov
01465a4ee4
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-08-20 13:24:31 +02:00
Tomo Tsuyuki
b1ab339ee0
MDL-70176 mod_forum: Grading respects separate groups filter
2021-08-20 13:35:28 +10:00
Ilya Tregubov
7569f511b5
MDL-49202 core: Comment broken test.
...
Should be fixed properly as part of MDL-72377.
2021-08-19 17:14:17 +02:00
Ilya Tregubov
8de0f4896f
Merge branch 'MDL-49202_311' of git://github.com/mdjnelson/moodle into MOODLE_311_STABLE
2021-08-19 17:06:04 +02:00
Mark Nelson
03a3b7124c
MDL-49202 core: fix failing unit tests
...
See MDL-72377.
2021-08-19 20:16:10 +08:00
Mark Nelson
150231444f
MDL-49202 core_grades: add Behat tests
2021-08-19 20:16:10 +08:00
Juan Leyva
3a229f93cc
MDL-72207 assign: Support all participants in get_submission_status WS
2021-08-19 14:11:57 +02:00
Mark Nelson
e6ea2e72f4
MDL-49202 core_grades: perform same action on categories in form
...
When you click on 'Edit' then 'Hide' on a grade item like a course category
that contains many grade items, the course and the grade items are set to
hidden. However, if you use the 'hidden' option on the 'Edit settings'
page it only hides that item and none of the items (assignment etc)
under that course category. We want them to be consistent.
2021-08-19 17:44:02 +08:00
Mark Nelson
9396dacf81
MDL-49202 core_grades: perform same action on items in form
...
When you click on 'Edit' then 'Hide' on a grade item like an
assignment it also hides the grades. However, If you use the
'hidden' option on the 'Edit settings' page it just hides that
item and doesn't hide grades as well. We want them to be
consistent.
2021-08-19 17:44:02 +08:00
Julien Boulen
63e37835e0
MDL-71093 backup: fix backup when activity names use HTML tags
2021-08-19 11:24:34 +02:00
Thong Bui
49d1413f72
MDL-72064 Questions: response selection area enough
2021-08-19 14:33:45 +07:00
Bas Brands
6fb325de02
MDL-71550 theme_boost: improve dropdown hover styles
2021-08-19 09:17:24 +02:00
Andrew Nicols
1780caf656
Merge branch 'MDL-68639-3.11' of https://github.com/xcaro/moodle into MOODLE_311_STABLE
2021-08-19 10:06:08 +08:00
Eloy Lafuente (stronk7)
60d3bfca83
Merge branch 'MOODLE_311-MDL-72210' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-08-18 19:55:02 +02:00
Eloy Lafuente (stronk7)
4ee195b5cc
Merge branch 'MDL-72206-311' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-08-18 19:32:37 +02:00
Andrew Nicols
97834dc094
Merge branch 'MDL-69451-shared-temptables-3.11' of https://github.com/srdjan-catalyst/moodle into MOODLE_311_STABLE
2021-08-18 21:40:19 +08:00
Víctor Déniz
e3e071c9c9
Merge branch 'MOODLE_311_MDL-72239-v2' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-08-18 13:57:35 +01:00
Mikhail Golenkov
36b7ae3e52
MDL-72239 phpunit: Assert the number of db queries to be less or equal
...
The course unit test assumes the number of db call. This assumption
is correct in vanilla moodle only. Once some plugins installed their
observers may do extra db calls. Due to caching the number of actual
db calls in the unit test may be fewer.
2021-08-18 21:29:14 +10:00
Víctor Déniz
22dd5c744b
Merge branch 'MDL-71487-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-18 09:54:48 +01:00
AMOS bot
d3fbaed60d
Automatically generated installer lang files
2021-08-18 00:07:25 +00:00
Nhan Vo
1b99453e1f
MDL-68639 HTML Editor (Atto): Invalid HTML for nested lists
2021-08-17 10:26:06 +07:00
Frédéric Massart
c1b68bf712
MDL-72286 editor_atto: Declare type on plugins button groups
2021-08-17 12:00:10 +10:00
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