gthomas2
6c578308b0
MDL-72173 behat: Add alternative login file for behat
2021-09-13 11:14:02 +08:00
Eloy Lafuente (stronk7)
ab931f6aa7
Moodle release 3.11.3
2021-09-12 12:37:26 +02:00
Eloy Lafuente (stronk7)
39cff78f7e
weekly release 3.11.2+
2021-09-11 12:12:19 +02:00
Eloy Lafuente (stronk7)
19cbc68871
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-09-11 12:12:15 +02:00
Shamim Rezaie
6e37e4606c
MDL-71240 filter_tex: Add allowlist for filter_tex_sanitize_formula
2021-09-10 18:10:02 +02:00
Eloy Lafuente (stronk7)
89f2984206
Merge branch 'MOODLE_311_STABLE' of git://github.com/cescobedo/moodle into MOODLE_311_STABLE
2021-09-09 18:04:14 +02:00
cescobedo
1d37ef7bbb
MDL-63207 auth_ldap: hot fix, remove remaining line
2021-09-09 17:59:51 +02:00
Eloy Lafuente (stronk7)
33c80edfae
Merge branch 'MDL-71385-311-3' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-09-09 12:59:45 +02:00
Jun Pataleta
f88a73bbe6
Merge branch 'MDL-71899-311-2' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-09-09 12:59:45 +02:00
Eloy Lafuente (stronk7)
b1216eefe4
Merge branch 'MDL-63207-311' of git://github.com/cescobedo/moodle into MOODLE_311_STABLE
2021-09-09 12:59:45 +02:00
Eloy Lafuente (stronk7)
fec2e6c661
Merge branch 'MDL-69855-311' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-09-09 12:59:45 +02:00
Jun Pataleta
6903d7e908
MDL-71385 theme: Fix contrast for dimmed text against striped table rows
...
In order to achieve good colour contrast between dimmed text and striped
table rows, the background colour of the striped rows are being
lightened to 0.03 alpha. While $gray-600 is being adjusted to a bit
darker shade of #6a737b. This gives a colour contrast ratio of 4.5:1
between the dimmed text colour and the striped table row background
which meets WCAG 2.1 Level AA requirements.
Comparing the normal font colour (#212529 ) with the adjusted dimmed text
colour gives a contrast ratio of 3.20:1 which meets WCAG 2.1 Level AA
requirements and still makes them distinguishable from one another.
2021-09-09 16:02:12 +08:00
Huong Nguyen
3a42d256af
MDL-71899 performance: Improve activity completion data caching
...
- Modified SQL in get_data() to get the activity completion of all course modules without calling get_fast_modinfo() to reduce the DB queries.
- Building activity completion cache for the whole course in one time instead of building the cache for each course module by passing $wholecourse = true to get_data()
2021-09-09 10:03:53 +07:00
Huong Nguyen
604d58ff4a
MDL-71899 performance: Improve course image caching
...
Changed to use get_course() instead of get_fast_modinfo() for better performance
2021-09-09 10:03:53 +07:00
AMOS bot
7831dff5ac
Automatically generated installer lang files
2021-09-09 00:07:25 +00:00
Eloy Lafuente (stronk7)
2f0752bd1c
Merge branch 'MDL-72358-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-09-08 17:08:14 +02:00
Eloy Lafuente (stronk7)
c7aad0eac2
Merge branch 'MDL-72216-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-09-08 11:29:01 +02:00
Eloy Lafuente (stronk7)
93c2d51181
Merge branch 'MDL-72499-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-09-07 23:52:01 +02:00
Eloy Lafuente (stronk7)
3f1828f78d
Merge branch 'MDL-72071-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-09-07 23:29:54 +02:00
Eloy Lafuente (stronk7)
8c3b24cc8e
Merge branch 'MDL-71925-311_wordcount' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-09-07 23:25:33 +02:00
Eloy Lafuente (stronk7)
f422c92b97
Merge branch 'MDL-72488-311-importdatastring' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-09-07 22:59:35 +02:00
cescobedo
4bd73eceb8
MDL-63207 auth_ldap: Update user profile if field is empty
2021-09-07 22:54:37 +02:00
Eloy Lafuente (stronk7)
a8b9b98827
Merge branch 'MDL-69504-311' of https://github.com/snake/moodle into MOODLE_311_STABLE
2021-09-07 20:03:15 +02:00
Eloy Lafuente (stronk7)
7c9fe59856
Merge branch 'MDL-67610-311-2' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-09-07 19:25:26 +02:00
Jun Pataleta
7b3b935a2e
MDL-67610 mod_forum: Do not include private replies in unread count
...
Fetching the counts of unread posts should only include unread regular
posts or unread private reply posts directed to the user unless the user
has the capability to read private replies.
In order to retrieve the correct counts, we also need to loop through
each forum instance in the course to check the capability of the user to
read private replies in each forum.
2021-09-07 23:20:23 +08:00
Eloy Lafuente (stronk7)
76a2decae9
Merge branch 'MDL-72025-m311' of https://github.com/sammarshallou/moodle into MOODLE_311_STABLE
2021-09-07 16:30:53 +02:00
AMOS bot
2955eda18a
Automatically generated installer lang files
2021-09-07 00:07:26 +00:00
Paul Holden
e09e5f427b
MDL-71726 course: respect user access when exporting participants.
...
We should ensure that users being exported are enrolled on the
course being exported from. In courses where the current user can't
access all groups we should ensure that users being exported belong
to the same groups as them.
2021-09-07 00:14:27 +02:00
Sujith Haridasan
ed4389857d
MDL-71160 auth_db: Use strict comaprison
...
Use strict comparison to avoid type juggling.
Signed-off-by: Sujith Haridasan <sujith@moodle.com>
2021-09-07 00:14:27 +02:00
Paul Holden
b5b7b1f54f
MDL-71976 auth_shibboleth: consistent session parsing during logout.
2021-09-07 00:14:27 +02:00
Shamim Rezaie
272780993d
MDL-71240 filter_tex: Sanitize the whole latex document
...
LaTeX documents have a preamble section and admins can use a \newcommand
statement to define new commands there (or to give an alias to another
command). This commit makes sure no blocked command can escape
sanitization by being used in a new seemingly harmless command that is
defined in the LaTeX preamble.
2021-09-07 00:14:27 +02:00
Shamim Rezaie
888c3288a2
MDL-71240 filter_tex: Support paranoid mode for openin_any in latex
2021-09-07 00:14:27 +02:00
Huong Nguyen
298951cd2e
MDL-71797 quiz: Improve the checks when fetching user's attempts
2021-09-07 00:14:27 +02:00
Eloy Lafuente (stronk7)
78b3472f5d
Merge branch 'MDL-72286-311-test' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-09-06 23:58:04 +02:00
David Mudrák
ef8cda836f
MDL-72488 lang: Fix hard-coded English string at grades import form
...
Also adding a help tooltip as this seems to be the most important field
in the form and yet it was the only one without a help.
2021-09-06 17:41:09 +02:00
Paul Holden
14781b4c2e
MDL-72499 event: add/correct event language strings as required.
2021-09-06 11:16:38 +01:00
Thong Bui
aaa2f20a5f
MDL-71137 File upload: progress bar issues display when D&D multi files
2021-09-06 14:11:59 +07:00
Eloy Lafuente (stronk7)
08f9a7a431
Merge branch 'MDL-72428-311-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-09-03 19:10:26 +02:00
Eloy Lafuente (stronk7)
596cace356
Merge branch 'MDL-72478-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-09-03 17:03:01 +02:00
Sara Arjona
7b3ef08994
MDL-72478 calendar: Fix PHPUnit failure with offset
...
Before PHP 8.0.10, the time is lost when datetime->modify() is used
with weekdays. However, with PHP 8.0.10, the time is kept.
In consequence, the test_yearly_every_20th_monday_forever method
started failing.
For fixing it, the offset has been removed and the time has been set
to 00:00, so the behaviour will be the same regardless the PHP
version.
2021-09-03 09:35:06 +02:00
Simey Lameze
6ba8dbf909
MDL-72426 theme: fix message and notification count colour contrast
2021-09-03 12:26:36 +08:00
sam marshall
68204f0870
MDL-72025 Upgrade: Out of memory when updating social profile fields
2021-09-02 13:44:20 +01:00
Luca Bösch
e1046f053a
MDL-72216 questions: Don't stick buttons together in preview.
2021-09-02 13:36:30 +02:00
Sara Arjona
7fdf72a268
weekly release 3.11.2+
2021-09-02 11:51:26 +02:00
Jun Pataleta
baa54113d6
Merge branch 'MDL-72440_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-09-02 09:52:02 +08:00
David Mudrák
d6bc2e2a47
MDL-72428 lang: Use the fixed strings in the tests
2021-09-01 21:55:41 +02:00
Helen Foster
a8bae35491
MDL-72428 lang: Import fixed English strings (en_fix)
2021-09-01 21:53:31 +02:00
Sara Arjona
f06450a050
Merge branch 'MDL-72169-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-09-01 17:46:43 +02:00
Sara Arjona
4b63194dd3
Merge branch 'MDL-71375-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-09-01 17:09:33 +02:00
Sara Arjona
3bf10af46b
Merge branch 'MDL-70376-311' of git://github.com/peterRd/moodle into MOODLE_311_STABLE
2021-09-01 16:52:08 +02:00