Mark Nelson
ea996d378b
MDL-71439 core_grades: remove returning null when not possible
...
The method explicitly declares 'stdClass' as the return type.
2021-10-27 12:20:21 +08:00
AMOS bot
f4f8118ad6
Automatically generated installer lang files
2021-10-27 00:07:26 +00:00
Eloy Lafuente (stronk7)
dd89bfab41
MDL-72871 cleanup: Remove incorrect whitespace from codebase
...
Differences can be checked with git diff --ignore-all-space and
that will show that the only non-whitespace change is in a test
in the git lib/tests/html2text_test.php file. In that case the
whitespace has been replaced by a quoted string (of whitespaces)
keeping the test 100% equivalent and workarrounding the whitespace.
2021-10-26 17:19:17 +02:00
Stephen Vickers
38882aa139
MDL-72552 mod_lti: Add context_memberships_v2_url custom parameter
2021-10-26 15:49:25 +01:00
Víctor Déniz
b8e5f7b428
weekly release 3.11.3+
2021-10-26 13:44:06 +01:00
Víctor Déniz
bb033deac1
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-10-26 13:44:00 +01:00
Tim Hunt
90d04a010b
MDL-72912 questions: fix type of question_display_options::$context
2021-10-26 08:06:19 +01:00
Helen Foster
6509786f2b
MDL-72879 lang: Import fixed English strings (en_fix)
2021-10-25 20:57:04 +02:00
Paul Holden
2a6554678e
MDL-72894 course: format name and summary data for download.
...
The names and summaries of course elements (i.e. the course
itself, plus sections and modules) included when downloading
it's content are now passed through appropriate methods to
format their values.
2021-10-25 08:08:01 +01:00
Andrew Nicols
8bd492084d
Merge branch 'MDL-71750-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-10-25 13:58:27 +08:00
AMOS bot
ba376027e8
Automatically generated installer lang files
2021-10-24 00:07:27 +00:00
Tim Hunt
f89a6106fa
MDL-72901 question: add missing {$a} in string attemptfinishedsubmitting
2021-10-22 23:15:58 +01:00
Ilya Tregubov
fa492071fe
weekly release 3.11.3+
2021-10-22 12:49:04 +02:00
Shamim Rezaie
6215cbba29
MDL-72669 qtype_multianswer: Replace empty option with NBSP
2021-10-22 16:02:19 +11:00
Víctor Déniz
9b67243b6b
Merge branch 'MDL-72607-MOODLE-311-STABLE_fix_media_vimeo_url_parser' of https://github.com/praxisdigital/moodle into MOODLE_311_STABLE
2021-10-22 00:02:32 +01:00
Paul Holden
544ee202ca
MDL-72884 atto_image: improve svg support in editor dialogue.
...
Where the dimensions of an image are not present, we should use
sensible defaults so that the dialogue is still usable.
2021-10-21 23:58:32 +01:00
Paul Holden
fe3441d95f
MDL-72743 mod_quiz: verify user mapping prior to restoring attempts.
2021-10-21 08:26:41 +01:00
Eloy Lafuente (stronk7)
d524f2eadc
Merge branch 'MDL-72013-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2021-10-21 09:23:04 +02:00
Andrew Nicols
8159824033
Merge branch 'MDL-72507-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-10-21 12:57:36 +08:00
Andrew Nicols
babe07eec3
MDL-72874 behat: Allow behat window sizes to be modified during run
...
In some situations it is useful to modify the requested screensize by a
modifier. This allows for failing tests to be rerun at a different
screensize, where the original screensize triggered a failure for some
size-related reason.
2021-10-21 10:26:01 +08:00
Andrew Nicols
e88926fb4f
MDL-72013 js: Configure eslint-jsdoc plugin
...
This change adds configuration for the eslint-jsdoc plugin in order to
detect the following errors with jsdoc blocks:
* missing params
* params in incorrect order
* params with no type defined
* properties incorrectly defined
* incorrect use of @package
* incorrect values for @access
In addition, warnings will be thrown where indentation is incorrect.
2021-10-21 08:52:57 +08:00
Andrew Nicols
0d6e90470b
MDL-72013 js: Add eslint-jsdoc plugin
2021-10-21 08:52:57 +08:00
Andrew Nicols
a5c1b7924d
MDL-72013 js: Fix jsdocs to meet stricter eslint
2021-10-21 08:52:57 +08:00
Ilya Tregubov
be58e75573
Merge branch 'MDL-72639-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-10-20 13:01:01 +02:00
Eloy Lafuente (stronk7)
ff37cc27be
Merge branch 'MDL-72849-m311' of https://github.com/sammarshallou/moodle into MOODLE_311_STABLE
2021-10-19 22:17:15 +02:00
sam marshall
b449a10a09
MDL-72849 tool_behat: Use of xpath name() not compatible with Firefox
...
The xpath name() function returns upper-case e.g. 'IMG' in Firefox and
lower-case e.g. 'img' in Chrome.
2021-10-19 13:49:52 +01:00
Ilya Tregubov
68cd3002ce
Merge branch 'MDL-71270-311' of git://github.com/mickhawkins/moodle into MOODLE_311_STABLE
2021-10-19 14:45:30 +02:00
Eloy Lafuente (stronk7)
261bc97b3e
weekly release 3.11.3+
2021-10-19 12:51:49 +02:00
Eloy Lafuente (stronk7)
4ef90e61e9
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-10-19 12:51:44 +02:00
Andrew Nicols
b71cc1f99d
MDL-71785 mod_quiz: Correct string as per reviewer feedback
2021-10-19 11:20:26 +08:00
Andrew Nicols
932c5faef9
Merge branch 'MDL-71785_311' of https://github.com/StudiUM/moodle into MOODLE_311_STABLE
2021-10-19 11:20:24 +08:00
Sara Arjona
49285bf337
Merge branch 'MDL-72590-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-10-18 17:38:38 +02:00
Luca Bösch
e8f4b6ff60
MDL-72590 enrol: Course in success message after unenroll passes filter
2021-10-18 16:38:02 +02:00
Sara Arjona
8639d45416
Merge branch 'MDL-72064-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-10-18 12:59:44 +02:00
Michael Hawkins
800d0e7ad4
MDL-71270 core: Updated security.txt expiry
2021-10-18 17:14:07 +08:00
Sam Møller
81c0b420c6
MDL-72607 media_vimeo: Fix vimeo URL parser
...
Fix vimeo URL parser to support the new vimeo URL format with privacy
settings (the video with password or domain restricted setting).
For example "https://vimeo.com/123456789/2bffff0000 " the plugin must
parse the URL "https://player.vimeo.com/video/123456789?h=2bffff0000 "
to the iframe source to make it compatible with the new vimeo URL
format.
See more about vimeo video privacy settings at
https://vimeo.com/blog/post/video-privacy-explained/
2021-10-18 08:52:38 +02:00
Andrew Nicols
5d54d89044
Merge branch 'MDL-65943-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-10-18 14:04:41 +08:00
Huong Nguyen
ed3f7bb078
MDL-65943 media_videojs: add videojs-ogvjs plugin
...
VideoJS now support to play Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video on:
- Safari on Mac OS
- Safari on iPhone OS
- Safari on iPad OS
2021-10-18 11:39:59 +07:00
AMOS bot
b881fff43f
Automatically generated installer lang files
2021-10-16 00:07:33 +00:00
Shamim Rezaie
ea0487cdef
weekly release 3.11.3+
2021-10-16 00:29:22 +11:00
Shamim Rezaie
44749626b0
Merge branch 'MDL-71344-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-10-15 14:24:56 +11:00
Jun Pataleta
9b83cae1b5
Merge branch 'MDL-72623_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-10-15 09:47:21 +08:00
Jun Pataleta
cc4e898144
Merge branch 'MDL-72807_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-10-15 09:08:21 +08:00
Eloy Lafuente (stronk7)
1114a3755a
Merge branch 'MDL-26633-311-workshopnumofreviews' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-10-14 22:40:52 +02:00
Eloy Lafuente (stronk7)
95694f0965
Merge branch 'MDL-68325-311' of git://github.com/odeialba/moodle into MOODLE_311_STABLE
2021-10-14 22:19:31 +02:00
Eloy Lafuente (stronk7)
5912b69773
Merge branch 'MDL-72464-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-10-14 22:02:15 +02:00
Eloy Lafuente (stronk7)
de1f45f535
MDL-72807 behat: Add a few more @skip_chrome_zerosize tags
...
This is the 3rd round adding the tags to some scenarios
detected to be failing with zerosize problems lately.
Note that @ MDL-71108, the final solution will happen, say
switching to own webdriver till the upstream one is fixed
or whatever. Our @skip_chrome_zerosize solution is just a
workaround to have all those scenarios detected and ignored
by normal runs.
2021-10-14 16:16:52 +02:00
Eloy Lafuente (stronk7)
4c3a318ffa
MDL-72623 nodejs: Bump from v14.15.0 to v14.18.0
...
Without modifying any installed package or dependency
because, after trying to do so, the updated stuff is huge
and leads to some JS validation / minimisation problems.
2021-10-13 09:49:53 +02:00
Andrew Nicols
65ad94b87c
weekly release 3.11.3+
2021-10-13 09:40:48 +08:00
Andrew Nicols
74a41120d6
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-10-13 09:40:45 +08:00