109659 Commits

Author SHA1 Message Date
Jun Pataleta
d1295a8734 Merge branch 'MDL-75898-master' of https://github.com/matthewhilton/moodle 2023-06-08 11:43:18 +08:00
Andrew Nicols
f31d8f688e
Merge branch 'MDL-78026' of https://github.com/paulholden/moodle 2023-06-08 11:35:57 +08:00
Andrew Nicols
46ba6e83f8
Merge branch 'MDL-77264' of https://github.com/paulholden/moodle 2023-06-08 11:31:51 +08:00
Andrew Nicols
212e27c5ac
Merge branch 'MDL-76821-master' of https://github.com/snake/moodle 2023-06-08 11:28:55 +08:00
Jake Dallimore
6f54ece655
MDL-77933 enrol_lti: return site name and logo during registration
Instead of the Moodle icon and the 'moodle' lang string, return the
site fullname and compact logo during dynamic registration.
2023-06-08 11:28:26 +08:00
Andrew Nicols
7cff32e8fb
Merge branch 'MDL-77635-master-2' of https://github.com/ilyatregubov/moodle 2023-06-08 11:26:07 +08:00
Andrew Nicols
346d508950
Merge branch 'MDL-77799-master' of https://github.com/sammarshallou/moodle 2023-06-08 11:20:26 +08:00
Andrew Nicols
d61f233c88
Merge branch 'MDL-77814-master' of https://github.com/ferranrecio/moodle 2023-06-08 11:07:40 +08:00
Ilya Tregubov
44bd656a98
MDL-77635 core_grades: Use sticky footer on import grades page 2023-06-08 11:06:28 +08:00
Ilya Tregubov
4838f8e916
MDL-77635 formslib: Allow using a sticky footer in QuickForms 2023-06-08 11:05:46 +08:00
Andrew Nicols
b38ef87454
Merge branch 'MDL-78408-master' of https://github.com/snake/moodle 2023-06-08 11:05:03 +08:00
Jun Pataleta
78c71f408a Merge branch 'MDL-78036' of https://github.com/stronk7/moodle 2023-06-08 11:03:39 +08:00
Andrew Nicols
11a075eb61
Merge branch 'wip_MDL-78400_master' of https://github.com/gjb2048/moodle 2023-06-08 10:51:07 +08:00
Andrew Nicols
15c15030d6
Merge branch 'MDL-76406-master' of https://github.com/safatshahin/moodle 2023-06-08 10:36:54 +08:00
Jun Pataleta
f46cc228a5 Merge branch 'MDL-76842-master' of https://github.com/snake/moodle 2023-06-08 10:34:46 +08:00
Jun Pataleta
7aee844d05 Merge branch 'MDL-78431-master' of https://github.com/andrewnicols/moodle 2023-06-08 10:28:31 +08:00
Jake Dallimore
c25857a73f
MDL-76842 auth_lti: remove redundant conditional logic and cast 2023-06-08 10:27:19 +08:00
Jake Dallimore
22b0565ef1
MDL-76842 enrol_lti: fix user record updates in user_repository
Only call user_update_user when the relevant user data has changed,
preventing unnecessary user_updated events. This also removes the
line setting timemodified on the user since user_update_user already
handles this.
2023-06-08 10:27:16 +08:00
Stevani Andolo
fdb80ffc40
MDL-78215 core: Added support unit test 2023-06-08 09:36:00 +08:00
Stevani Andolo
429c403c3f
MDL-78215 core: support checking if 0.0.0.0 is in subnet 2023-06-08 09:36:00 +08:00
Jake Dallimore
b1e550a229
MDL-76842 enrol_lti: test confirming the erroneous user_updated events
This test will fail until the fix - only updating users when data has
changed - is put in place in the following commit.
2023-06-08 09:29:56 +08:00
Jake Dallimore
d9fbe7c866
MDL-76842 auth_lti: don't update the user unless data has changed
When receiving data from the LTI launch, or service call, only update
the user record when we know something has changed. This prevents the
creation of many \core\event\user_updated events.
2023-06-08 09:29:56 +08:00
Jake Dallimore
3208e7f182
MDL-76842 auth_lti: don't update the user after membership creation
This isn't required and generates excess events. The only thing update
does, other than update the user fields, is to update the picture, but
in this case, that's unset in membership-based auths anyway, so it's
entirely safe to remove this.
2023-06-08 09:29:56 +08:00
Jake Dallimore
dd507afe4b
MDL-76842 auth_lti: test confirming the erroneous user_updated events
This test will fail until the fix - only updating users when data has
changed - is put in place in the following commit.
2023-06-08 09:29:56 +08:00
Jun Pataleta
0a36466d9f Merge branch 'MDL-69530' of https://github.com/paulholden/moodle 2023-06-07 23:26:52 +08:00
Jun Pataleta
58e76214e4 Merge branch 'MDL-78378-master' of https://github.com/sarjona/moodle 2023-06-07 23:24:41 +08:00
Jun Pataleta
0dce9fe077 Merge branch 'MDL-76745_master' of https://github.com/marxjohnson/moodle 2023-06-07 22:54:27 +08:00
Andrew Nicols
da418eb16b
MDL-78431 core: Abort after config for source maps 2023-06-07 21:07:25 +08:00
Sara Arjona
357ad39138 Merge branch 'MDL-78322' of https://github.com/paulholden/moodle 2023-06-07 12:42:57 +02:00
Sara Arjona
e7cb93d877 Merge branch 'MDL-78352' of https://github.com/paulholden/moodle 2023-06-07 12:41:06 +02:00
Sara Arjona
d91a9d5117 Merge branch 'MDL-71183' of https://github.com/paulholden/moodle 2023-06-07 12:38:46 +02:00
Martin Gauk
695c74ac60 MDL-78297 core: Less cache lookups in deprecated capabilities feature
Avoid use of $cache->has.
2023-06-07 12:36:00 +02:00
Sara Arjona
c00b8f7c87
Merge branch 'MDL-78047-master' of https://github.com/stevandoMoodle/moodle 2023-06-07 18:08:47 +08:00
Sara Arjona
1279060f15
Merge branch 'MDL-78010-master' of https://github.com/ferranrecio/moodle 2023-06-07 18:08:47 +08:00
Sara Arjona
bf8154427e
Merge branch 'MDL-78143-master' of https://github.com/meirzamoodle/moodle 2023-06-07 18:08:46 +08:00
Sara Arjona
08b59c42f1
Merge branch 'MDL-78147-master' of https://github.com/meirzamoodle/moodle 2023-06-07 18:08:46 +08:00
sam marshall
6f48fe50a2 MDL-77799 webservice_rest: unhandled exception should go in server log 2023-06-07 10:02:41 +01:00
Jake Dallimore
df95eace29
MDL-78408 core: fix restoration of anchor to wantsurl during login 2023-06-07 14:13:57 +08:00
Stevani Andolo
c27237a998 MDL-78047 core_courseformat: Wrapping added to text and media activity 2023-06-07 12:11:22 +08:00
Paul Holden
0c69ff1dd1
MDL-77193 mnet: correct sorting of access control table. 2023-06-07 09:53:01 +08:00
Meirza
1c2a86c335 MDL-78147 h5p: Added class properties that are not declared
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-06-07 05:16:57 +07:00
Ferran Recio
4a3f21fee8 MDL-78010 mod_label: improve upgrade performance 2023-06-06 21:31:23 +02:00
Meirza
74c851c5a7 MDL-78143 lib: Added class properties in html purifier
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-06-06 21:47:35 +07:00
Petr Skoda
e931e8029e MDL-76683 core_group: fix template 2023-06-06 14:04:19 +00:00
Andrew Nicols
053afd697e
Merge branch 'MDL-77357-master' of https://github.com/safatshahin/moodle 2023-06-06 21:57:05 +08:00
Paul Holden
e60c45b610
MDL-78355 xapi: correct coverage notation for delete state test. 2023-06-06 12:04:07 +01:00
Paul Holden
3bc3a5b660
MDL-69530 h5p: remove storage class editor filearea constant. 2023-06-06 12:03:15 +01:00
Eloy Lafuente (stronk7)
10e3afc5d8
MDL-78036 behat: Move all links from old docs to new counterparts 2023-06-06 12:38:01 +02:00
Sara Arjona
1d2e8bcc33 Merge branch 'MDL-76936' of https://github.com/HirotoKagotani/moodle 2023-06-06 11:22:08 +02:00
Safat
17e4523382 MDL-77357 communication_matrix: Test fix for course banner notification 2023-06-06 17:08:51 +10:00