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
Shamim Rezaie
bef758bae6
MDL-56773 atto_equation: The equation editor should always be rtl
...
Also re-applied the border that was added to the preview area as part of
MDL-44778. The class name that's used no longer exists.
2021-09-03 17:58:42 +10: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
Peter Burnett
6f25060b32
MDL-72452 resource: Filter resource media embed output
2021-09-03 09:12:38 +10: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
Sara Arjona
0a9017dad3
Merge branch 'MDL-71674-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-09-01 11:36:41 +02:00
Dongsheng Cai
6237ac5ae9
MDL-71674 editor_atto: more assessible errors
2021-09-01 18:27:32 +10:00
Eloy Lafuente (stronk7)
b849fbebd8
Merge branch 'MDL-71999-311' of https://github.com/danielneis/moodle into MOODLE_311_STABLE
2021-08-31 23:16:16 +02:00
Eloy Lafuente (stronk7)
4053ab14d6
Merge branch 'MDL-71121-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-31 23:13:07 +02:00
Jun Pataleta
baa4772cc6
Merge branch 'MDL-71778-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-08-31 22:58:44 +08:00
Paul Holden
7c277c69bf
MDL-72296 admin: style form when prompting for upgrade key.
2021-08-31 13:52:54 +02:00
Paul Holden
e8b23a3efb
MDL-72192 user: observe fullname capability in selector context.
2021-08-31 12:17:17 +01:00
Paul Holden
13537c6d64
MDL-71846 group: consistent escaping of user/group names.
2021-08-31 12:15:49 +01:00
Paul Holden
72a28cf776
MDL-72071 message: preserve window scroll opening processor modal.
2021-08-31 11:57:24 +01:00
Paul Holden
97997d1960
MDL-72169 privacy: format course name/summary during export.
2021-08-31 11:56:04 +01:00
Eloy Lafuente (stronk7)
ca5a05550d
MDL-72440 js: reconcile npm installed stuff
...
When npm-shrinkwrap.json was regenerated few days ago by MDL-72014
running audit-fix on it, it seems that some checksums in the "lodash"
package were missing.
Now they are properly set and that's leading to npm-shrinkwrap.json
changes when people runs npm install (note npm ci is the recommended
way to install all the dev dependencies).
So, just reconcile the file to include the new checksums.
2021-08-31 11:20:16 +02:00
cperves
1a991ae622
MDL-71778 admin: patch for hard-set check filter
2021-08-31 12:34:20 +08:00
Peter Dias
9d0e0519f2
MDL-70376 mod_assign: Reintroduce pdf orientation check
...
Reintroduce the orientation check and sizing when importing an image
2021-08-31 12:29:15 +08:00
Jake Dallimore
9aa2e468d6
Merge branch 'MDL-70433-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-08-30 10:42:14 +08:00
Simeon Naydenov
4edbc6c861
MDL-71375 lib: Fix tooltip in show_hide_icon in flexible table
2021-08-30 09:42:26 +08:00
Luca Bösch
77077c6567
MDL-70433 grades: prevent double escaping in titles
2021-08-27 10:56:07 +02:00
Sara Arjona
1aebcd49c3
MDL-72358 contenttype_h5p: Improve error handling
...
In MoodleCloud it was raised that, in some cases, loading the content
bank, from a course page, gives an "Invalid H5P content URL", not
offering any way to delete the offending content or create new one.
An extra-check has been added to the "is_view_allowed" method to
guarantee the H5P API is called only if the H5P content has a file.
2021-08-27 10:40:05 +02:00
Andrew Nicols
80c48e12ce
weekly release 3.11.2+
2021-08-27 12:00:17 +08:00
Andrew Nicols
6577d20773
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-08-27 12:00:14 +08:00
Sujith Haridasan
1e67fe7005
MDL-72110 core_navigation: home page preference
...
Admin should respect the home page preference set
just like any other user.
2021-08-27 07:35:10 +05:30
Sara Arjona
2993eadf2d
Merge branch 'MDL-71029-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-08-26 07:12:27 +02:00
Andrew Nicols
50f6fa90b8
Merge branch 'MDL-72403-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-08-26 13:02:16 +08:00
Heena Agheda
7b6e564041
MDL-72187 logstore: record log store's visibility change
2021-08-26 12:56:58 +08:00
Andrew Nicols
8a7f7a4d70
Merge branch 'MDL-70176_311' of https://github.com/TomoTsuyuki/moodle into MOODLE_311_STABLE
2021-08-26 12:16:24 +08:00
Andrew Nicols
1dfc7f6356
Merge branch 'MDL-72271_311' of https://github.com/larsbonczek/moodle into MOODLE_311_STABLE
2021-08-26 11:44:33 +08:00
Andrew Nicols
4f295616af
Merge branch 'MDL-72152-m311' of https://github.com/sammarshallou/moodle into MOODLE_311_STABLE
2021-08-26 11:36:12 +08:00
Andrew Nicols
3a8c8fd1ac
Merge branch 'MDL-72153-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-08-26 11:31:58 +08:00
Andrew Nicols
6884c6b65f
Merge branch 'MDL-72312_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-08-26 11:26:10 +08:00
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