Eloy Lafuente (stronk7)
41a6551dfe
MDL-75983 gha: Update used actions to be node16 compatible
...
Node12 is being deprecated in github for actions:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
So we need to ensure we are using node16 actions.
2022-10-14 13:27:20 +02:00
Sara Arjona
3bc792b9b8
on-demand release 4.1dev+
2022-10-14 12:50:19 +02:00
Sara Arjona
8523faeabc
NOBUG: Fixed SVG browser compatibility
2022-10-14 12:50:16 +02:00
Sara Arjona
10e4bd87d4
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-10-14 12:50:16 +02:00
Ilya Tregubov
7365000fce
MDL-75173 core_completion: More unit tests and Behat.
2022-10-14 11:49:29 +03:00
Ilya Tregubov
effd848744
MDL-75173 core_completion: Fixes after review.
...
Unit tests added. Used new steps in Behat. Code style fix for long line.
2022-10-14 11:49:29 +03:00
Ilya Tregubov
43f98f6336
MDL-75173 core_completion: Fix completion for different settings.
2022-10-14 11:49:29 +03:00
Ilya Tregubov
90b1e2cbab
MDL-75173 core_completion: Inconsistent status check.
...
There is inconsistent status check for course completion block and
completion details page. Completion block was taking to account
pending statuses for completion criteria while completion details
page was ignoring those.
2022-10-14 11:49:29 +03:00
Ilya Tregubov
d6fa50d175
MDL-75173 behat: Fix broken test.
...
Test was testing failing state when student didn't receive passing
grade. But it was expecting that completion criteria is completed
which was wrong.
2022-10-14 11:49:28 +03:00
Ilya Tregubov
def5d29730
MDL-75173 core_completion: Fix course completion criteria marking.
...
SQL was fetching activities where completion state was 'completed,
but not passed reqyured grade'. For course completion such states
must be ignored.
Also fixed progress bar on my courses page. Same reasoning as above.
2022-10-14 11:49:28 +03:00
Jake Dallimore
552f31dc37
MDL-76002 enrol_lti: let http_client handle form_params option
...
The lib/lti1p3 library now passes $options['form_params'] instead of
$options['body'] when making access token requests. To maintain the
'application/x-www-form-urlencoded' content-type required by OAuth 2.0
(https://www.rfc-editor.org/rfc/rfc6749#section-4.1.3 ), the client has
been changed to convert these array params into a body query string,
which matches the behaviour prior to the library upgrade and makes
the tool can continue to call tool platform services. Support for
$options['body'] remains, as this is still used during service calls.
2022-10-14 16:35:29 +08:00
David Woloszyn
f2835a9850
MDL-75484 lib: Set Moodle files after PHPSpreadSheet upgrade
2022-10-14 17:22:38 +11:00
David Woloszyn
efc63be039
MDL-75484 lib: PHPSpreadSheet upgraded to 1.25.2
2022-10-14 17:22:25 +11:00
Jake Dallimore
9a21b3772e
MDL-76002 libraries: upgrade patched packback lti1p3 lib to 5.2.1
2022-10-14 13:33:41 +08:00
Jun Pataleta
4f3d774918
Merge branch 'MDL-75955' of https://github.com/paulholden/moodle
2022-10-14 11:55:29 +08:00
AMOS bot
bfe4ea745a
Automatically generated installer lang files
2022-10-14 00:07:39 +00:00
Víctor Déniz
b17679e806
Merge branch 'MDL-75733' of https://github.com/paulholden/moodle
2022-10-13 22:52:28 +01:00
Víctor Déniz
2573bddc20
Merge branch 'MDL-72531-master' of https://github.com/sarjona/moodle
2022-10-13 22:17:38 +01:00
Víctor Déniz
5bfc28a5a0
Merge branch 'MDL-75734' of https://github.com/paulholden/moodle
2022-10-13 22:06:47 +01:00
Víctor Déniz
3637aa7ddb
Merge branch 'MDL-74789-master' of https://github.com/lucaboesch/moodle
2022-10-13 21:11:07 +01:00
hieuvu
c6e018e04e
MDL-58266 core_completion: Add new view table.
2022-10-14 00:30:28 +07:00
Jun Pataleta
80b20781f0
Merge branch 'MDL-74887-master' of https://github.com/sh-csg/moodle
2022-10-14 00:28:27 +08:00
Sara Arjona
6eb67954f3
Merge branch 'MDL-75811' of https://github.com/paulholden/moodle
2022-10-13 16:25:40 +02:00
Sara Arjona
c8cd544f21
Merge branch 'MDL-75883-master' of https://github.com/dravek/moodle
2022-10-13 16:14:41 +02:00
Sara Arjona
25f3d7da5d
Merge branch 'MDL-75959-master' of https://github.com/andrewnicols/moodle
2022-10-13 16:03:28 +02:00
Sara Arjona
0b4de0c41f
Merge branch 'MDL-75984-master-v1' of https://github.com/lameze/moodle
2022-10-13 15:55:09 +02:00
Laurent David
76e77b6385
MDL-74986 mod_bigbluebuttonbn: Outline display is a bit verbose
...
* Change language string to shorten the user outline display
2022-10-13 15:04:52 +02:00
Ilya Tregubov
3f6a102704
Merge branch 'MDL-75970' of https://github.com/paulholden/moodle
2022-10-13 14:08:35 +03:00
Stefan Hanauska
1a772e6906
MDL-74887 mod_label: Update visibility
2022-10-13 12:34:38 +02:00
Sara Arjona
613ed0880a
MDL-72531 mod_label: Rename Label module to Text and media
...
Apart from renanimg the resource, the icon has been changed too.
2022-10-13 10:02:06 +02:00
Kevin Percy
8ab37cea82
MDL-75481 lib: Updated MongoDB files to 1.13.1
2022-10-13 15:22:01 +08:00
Simey Lameze
e654b6dbd6
MDL-75984 admin_presets: split test into smaller ones
2022-10-13 15:20:35 +08:00
Noel De Martin
594a64348a
MDL-72558 behat: Remove legacy mobile app code
2022-10-13 09:18:40 +02:00
Stevani Andolo
84ea6552f7
MDL-75465 lib: Set Moodle files after minify upgrade
2022-10-13 15:17:52 +08:00
Stevani Andolo
495516dbf1
MDL-75465 lib: Add custom Moodle patch to minify
2022-10-13 14:57:22 +08:00
Stevani Andolo
34a74ada7b
MDL-75482 lib: Set Moodle files after codemirror upgrade
2022-10-13 14:15:00 +08:00
Stevani Andolo
5f12bcdc81
MDL-75482 lib: Upgrade codemirror to 5.65.9
2022-10-13 13:57:38 +08:00
Shamim Rezaie
3fa533a2de
Merge branch 'MDL-75642-master' of https://github.com/BruceGoodGuy/moodle
2022-10-13 16:28:10 +11:00
Jun Pataleta
f8cfc005a9
Merge branch 'MDL-69655_final-deprecation-of-admin_setting_managelicenses' of https://github.com/ziegenberg/moodle
2022-10-13 13:17:32 +08:00
Stevani Andolo
3339bdb8d4
MDL-75478 lib: Set Moodle files after PHP-JWT upgrade
2022-10-13 12:46:14 +08:00
Jun Pataleta
1b8583082f
Merge branch 'MDL-75820-master' of https://github.com/lameze/moodle
2022-10-13 08:34:05 +08:00
Tim Hunt
06c63f7aa1
MDL-75727 question regrading: fix each attempt builds on last
...
This fixes a regression caused by MDL-74752. If you regraded
a subsequent quiz attempt in a quiz using the 'Each attempt
builds on last' option, then the student's response could get lost.
2022-10-12 11:10:55 +01:00
Paul Holden
abeedec596
MDL-75970 tool_customlang: clarify CLI export target/filename.
2022-10-12 10:13:48 +01:00
Ilya Tregubov
c3d7241ea3
Merge branch 'MDL-74956' of https://github.com/paulholden/moodle
2022-10-12 11:42:04 +03:00
Paul Holden
8822089877
MDL-74956 reportbuilder: external method for retrieving custom report.
2022-10-12 09:36:23 +01:00
Jun Pataleta
36e4ca71c6
Merge branch 'MDL-75034' of https://github.com/paulholden/moodle
2022-10-12 14:24:35 +08:00
David Woloszyn
8f5799109e
MDL-75483 atto_html: Upgrade JS Beautify to 1.14.6
2022-10-12 16:29:44 +11:00
Jake Dallimore
9d9a825efe
Merge branch 'MDL-75383-master' of https://github.com/call-learning/moodle
2022-10-12 13:14:30 +08:00
Jake Dallimore
8ead046ac3
Merge branch 'MDL-75176' of https://github.com/call-learning/moodle
2022-10-12 12:56:40 +08:00
Jake Dallimore
4576a34bec
Merge branch 'MDL-73424-master' of https://github.com/marinaglancy/moodle
2022-10-12 11:51:40 +08:00