Jun Pataleta
9d5020ad10
Merge branch 'MDL-74303-master' of https://github.com/snake/moodle
2022-04-04 15:51:57 +08:00
Mihail Geshoski
d5a48c941e
MDL-74208 navigation: Avoid showing empty menu in single activity course
...
The following change prevents showing the 'Course' item (dropdown) in
the secondary navigation if this dropdown does not contain any items
when using the single activity course format.
2022-04-04 15:46:18 +08:00
Jake Dallimore
0dcb53ec19
MDL-74303 lib: pull upstream lib/lti1p3 changes to support JWKS parsing
...
This pulls in the latest changes from the moodle-fixes branch of
snake/lti-1-3-php-library. This specific change is required so JWKS
key parsing works when launching from platforms which omit the 'alg'
property in their JWKs.
2022-04-04 14:43:22 +08:00
Michael Hawkins
a640f43181
MDL-74078 core_my: Lock all blocks on the my courses page
2022-04-04 14:24:56 +08:00
Sujith Haridasan
6edb78c86b
MDL-74332 mod_survey: Indent the file properly
...
Correct the indentation of the file.
Replaced print_error with moodle_exception.
Updated the comments to start with capital and end with fullstop.
2022-04-04 11:29:15 +05:30
Jun Pataleta
8db56aeb31
Merge branch 'MDL-70014' of https://github.com/stronk7/moodle
2022-04-04 13:56:40 +08:00
Jun Pataleta
37f37a42d4
Merge branch 'MDL-74096-master' of https://github.com/ilyatregubov/moodle
2022-04-04 13:06:06 +08:00
Ilya Tregubov
b470097bdb
Merge branch 'MDL-74026' of https://github.com/paulholden/moodle
2022-04-04 10:47:10 +06:00
Ilya Tregubov
39ff636316
Merge branch 'master_MDL-74361-course-restore' of https://github.com/catalyst/moodle-MDL-70329
2022-04-04 10:28:32 +06:00
Sujith Haridasan
bfb4c2797a
MDL-74332 mod_survey: Critical incidents dont require summary and scales
...
Do not show summary and scales for the survey with critical
incidents. So critical incidents survey would have questions
and participants only under response reports.
Also corrected the heading for the Questions page.
2022-04-04 09:56:15 +05:30
Mihail Geshoski
c1ab472180
MDL-74383 assignfeedback_editpdf: Fix comment issues in the pdf editor
2022-04-04 10:55:46 +08:00
Mihail Geshoski
2202c71a76
MDL-74383 assignfeedback_editpdf: 'Annotated PDF' link style update
2022-04-04 10:55:46 +08:00
AMOS bot
fda33f6838
Automatically generated installer lang files
2022-04-04 00:07:31 +00:00
Gareth Barnard
8af8eeef69
MDL-59545 navigation: Missing editing icons on activity pages
2022-04-03 21:54:51 +01:00
Safat Shahin
294c77d8f7
MDL-74361 quiz: pre4.0 course restore bug fix for random question tags
2022-04-03 23:20:44 +10:00
Eloy Lafuente (stronk7)
fa47604c20
MDL-70014 tool_customlang: Workaround to make behat happier
...
This is a BEHAT_RUNNING only hack, so it doesn't affect normal
operations at all. What it achieves is to reduce the number of
strings loaded when customising a lang pack from current 31K ones
to the just needed ones for Behat testing purposes.
That way we avoid the random failures that are happening more and
more (while the "en" lang pack grows) and also save some precious
minutes in every behat run.
Also, unrelated, a couple of tiny changes:
- Modified constant (that was really outdated) to current number
of lang strings (so the progress bar behaves better).
- Remove an elseif occurrence because it was hurting my eyes.
2022-04-01 23:56:58 +02:00
Shamiso.Jaravaza
4483261625
MDL-74325 mod_bigbluebuttonbn: Fix presentation setting
2022-04-01 17:12:49 -02:30
Laurent David
8ab0990345
MDL-74404 mod_bigbluebuttonbn: Delete logs when course reset
...
* When Delete custom logs is selected we should delete all logs in
bigbluebuttonbn_logs table related to this course (join, add events...)
2022-04-01 20:07:08 +02:00
Paul Holden
4150685592
MDL-74222 course: add aria-controls attribute to expand/collapse all.
2022-04-01 18:44:24 +01:00
Paul Holden
efbe15306a
MDL-74222 forms: add aria-controls attribute to expand/collapse all.
2022-04-01 18:44:24 +01:00
Paul Holden
b7417f2adf
MDL-74026 admin: consistently show search element on admin pages.
2022-04-01 18:41:16 +01:00
Paul Holden
c00a97c527
MDL-74341 reportbuilder: re-factor audience form permission checks.
2022-04-01 18:13:19 +01:00
sam marshall
896d0c225a
MDL-74285 cachestore_redis: Unable to delete a Redis cache instance
...
When deleting a cache instance, it tried to purge it, even though
purge only makes sense for an individual definition (not the whole
instance). As a result, it errored.
2022-04-01 17:40:41 +01:00
Sara Arjona
ec19f9f8cd
Merge branch 'MDL-74298-master' of https://github.com/peterRd/moodle
2022-04-01 17:38:26 +02:00
Sara Arjona
e2d435ca93
Merge branch 'MDL-74286-master' of https://github.com/ferranrecio/moodle
2022-04-01 17:34:30 +02:00
Sara Arjona
b5f51883f0
on-demand release 4.0beta+
2022-04-01 16:41:07 +02:00
Sara Arjona
2a50ee4464
NOBUG: Fixed SVG browser compatibility
2022-04-01 16:41:04 +02:00
Sara Arjona
c9c372567f
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-04-01 16:41:03 +02:00
Víctor Déniz
a51d24c8a8
MDL-74330 lang: Replace modified strings in tests
2022-04-01 13:17:18 +01:00
Helen Foster
3719878cbf
MDL-74330 lang: Import fixed English strings (en_fix)
2022-04-01 13:17:08 +01:00
Sara Arjona
7f6439674e
Merge branch 'MDL-74221-master-form-buttons-revert' of https://github.com/snake/moodle
2022-04-01 12:31:58 +02:00
Ilya Tregubov
1d4c22a64a
MDL-74096 mlbackend_python: Update mlbackend version.
2022-04-01 16:27:01 +06:00
Laurent David
96050a58ec
MDL-74052 mod_bigbluebuttonbn: Wait for moderator not working with app
...
* On the server the poll was not started when we load the page
resulting in the status not being updated on moodle / browser side.
2022-04-01 11:43:43 +02:00
Jake Dallimore
706d7885b4
MDL-74221 enrol_lti: revert order change for action buttons
2022-04-01 17:33:54 +08:00
Jun Pataleta
20f8914f1e
Merge branch 'MDL-74390' of https://github.com/timhunt/moodle
2022-04-01 17:00:21 +08:00
Michael Hawkins
a0c6b4a174
MDL-74078 core: Add the ability to lock all blocks on a page
2022-04-01 15:12:56 +08:00
Bas Brands
1ed689080a
MDL-74078 theme: Add missing block regions to mycourses
2022-04-01 15:12:56 +08:00
Peter Dias
2c27a33213
MDL-74276 report: Update behat tests to account for new page.
2022-04-01 12:44:04 +08:00
Adam Olley
c24922fb40
MDL-74394 mnet: Better check for openssl_get_publickey() failure
...
In PHP8, this func now returns an object of type OpenSSLAsymmetricKey, not a
resource.
Reference:
https://www.php.net/manual/en/function.openssl-pkey-get-public.php
2022-04-01 14:32:50 +10:30
Peter Dias
6b25d957bf
MDL-74298 core: Render complete links when searching for a setting.
2022-04-01 11:22:05 +08:00
Huong Nguyen
2fa497df65
MDL-74113 atto_media: Listen to play/pause events
2022-04-01 10:03:17 +07:00
Andrew Nicols
6d586191aa
Merge branch 'MDL-69552-master' of https://github.com/HuongNV13/moodle
2022-04-01 10:57:33 +08:00
Andrew Nicols
54edee7468
Merge branch 'MDL-70731-master' of https://github.com/junpataleta/moodle
2022-04-01 10:19:56 +08:00
Jun Pataleta
fc1f7014c1
Merge branch 'MDL-74221-master' of https://github.com/andrewnicols/moodle
2022-04-01 10:13:46 +08:00
Andrew Nicols
11d63a54a6
Merge branch 'MDL-74313-master' of https://github.com/peterRd/moodle
2022-04-01 10:13:46 +08:00
Andrew Nicols
46bdfc9b93
Merge branch 'MDL-72446' of https://github.com/stronk7/moodle
2022-04-01 10:13:46 +08:00
Andrew Nicols
80ec9a1c92
Merge branch 'MDL-74367-master' of https://github.com/vmdef/moodle
2022-04-01 10:13:44 +08:00
Jun Pataleta
a3958a297e
Merge branch 'MDL-74221-master' of https://github.com/andrewnicols/moodle
2022-04-01 10:12:58 +08:00
Eloy Lafuente (stronk7)
b83e35d0ee
Merge branch 'MDL-74221-master-fix' of https://github.com/snake/moodle
2022-04-01 10:12:58 +08:00
Ilya Tregubov
d8208e6366
Merge branch 'MDL-73948-master-v4' of https://github.com/golenkovm/moodle
2022-04-01 10:12:58 +08:00