Matt Porritt
1399974bac
MDL-73122 Auth: Add test settings for Oauth2
...
Provide a test page in authentication settings
to allow administrators to test configured oAuth2
providers and to examine the data that is passed
back on a successful test user authentication.
Co-authored-by: Matt Porritt <mattp@catalyst-au.net>
2022-10-03 09:00:44 -04:00
Paul Holden
28cf1fa8a1
MDL-74955 reportbuilder: external method for listing custom reports.
2022-10-03 13:57:36 +01:00
Paul Holden
77018b7359
MDL-74955 reportbuilder: re-factor retrieving user reports to helper.
2022-10-03 13:22:10 +01:00
Carlos Castillo
a930def22b
MDL-74913 core_reportbuilder: Add divider to the report action menu
2022-10-03 09:48:43 +02:00
Sara Arjona
d6abd19e73
Merge branch 'MDL-65061-master_ims_unenrol' of https://github.com/sarahjcotton/moodle
2022-10-03 09:28:58 +02:00
Sara Arjona
6277853eb3
MDL-75276 mod_data: Update default templates
...
Apart from updating the default templates, to make them look better,
they have been also moved to mustache files, in order to make it easier
to edit them.
2022-10-03 09:09:45 +02:00
David Woloszyn
b58fdd909b
MDL-75473 lib: Updated Mustache to 2.14.2
2022-10-03 10:10:06 +11:00
Tim Hunt
9ab7828fe2
MDL-75351 question comments: don't hard-code system context id
2022-09-30 18:44:01 +02:00
Andrew Nicols
d41a859d5a
Merge branch 'MDL-75836' of https://github.com/jrchamp/moodle
2022-09-30 20:41:51 +08:00
Andrew Nicols
010ad8751a
MDL-75614 dml: Unit tests must test something
2022-09-30 16:36:36 +08:00
Andrew Nicols
9911faf8be
Merge branch 'MDL-75614-debugsqltrace' of https://github.com/brendanheywood/moodle
2022-09-30 16:36:10 +08:00
Jun Pataleta
2a4b3deaf6
Merge branch 'MDL-75170-master-add_order_by_method' of https://github.com/alexmorrisnz/moodle
2022-09-30 15:51:41 +08:00
Neill Magill
8029023ed5
MDL-66955 messages: Improve speed of message search
...
The OR conditions in the WHERE clause prevented the query from
effectively filtering the messages related to the user quickly, this
change helps gets around this by allowing the database to limit
the rows in the messages table it needs to scan significantly.
2022-09-30 08:29:08 +01:00
Jake Dallimore
24f97edd91
weekly release 4.1dev
2022-09-30 10:17:30 +08:00
Stevani Andolo
33285acbf1
MDL-75488 lib_zipstream: Upgrade ZipStream library from 2.1.0 to 2.2.0
2022-09-30 10:02:54 +08:00
hieuvu
94c2a52528
MDL-75844 moodle_page: add a modname to body tag.
2022-09-30 08:42:36 +07:00
Alex Morris
fee755bbfa
MDL-75170 tablelib: Use sql_order_by_null to sort columns
2022-09-30 11:29:27 +13:00
Alex Morris
70dfee9e23
MDL-75170 dml: add sql_order_by_null method
...
Standardises return patterns of null values across database types
to keep with sorting nullsto the top when ascending, and
to the bottom when descending
2022-09-30 11:27:26 +13:00
Marina Glancy
8ba4e5a3d2
MDL-73433 core: all methods in core_text can accept null argument
2022-09-29 21:06:22 +02:00
Tim Hunt
57ee14cced
MDL-75752 question comments: fix backup query so it uses the index
...
This should greatly improve the performance.
2022-09-29 10:51:28 +02:00
Andrew Nicols
46188420da
Merge branch 'MDL-74922_master_fix_storage_wrapper_validate_cache' of https://github.com/gthomas2/moodle
2022-09-29 12:05:54 +08:00
Andrew Nicols
f54d6b0144
Merge branch 'MDL-74883' of https://github.com/timhunt/moodle
2022-09-29 11:58:10 +08:00
Andrew Nicols
5ea6aa4f23
Merge branch 'MDL-75721' of https://github.com/paulholden/moodle
2022-09-29 11:57:38 +08:00
Jun Pataleta
590a695677
Merge branch 'MDL-75782-master' of https://github.com/andrewnicols/moodle
2022-09-29 11:54:09 +08:00
Andrew Nicols
0c7243af38
Merge branch 'MDL-75738-master' of https://github.com/sammarshallou/moodle
2022-09-29 11:39:31 +08:00
Jake Dallimore
1fddc9c221
Merge branch 'MDL-75845' of https://github.com/paulholden/moodle
2022-09-29 11:22:42 +08:00
Jun Pataleta
9441d5294e
Merge branch 'MDL-75559-master' of https://github.com/andrewnicols/moodle
2022-09-29 10:54:20 +08:00
Jun Pataleta
f680348048
Merge branch 'MDL-66902' of https://github.com/stronk7/moodle
2022-09-28 23:15:52 +08:00
Andrew Nicols
d7df338d4e
Merge branch 'MDL-75459-master' of https://github.com/davewoloszyn/moodle
2022-09-28 22:47:38 +08:00
Jun Pataleta
41bcf994f5
Merge branch 'MDL-75827' of https://github.com/paulholden/moodle
2022-09-28 20:36:14 +08:00
Paul Holden
382f62579b
MDL-75845 reportbuilder: hide "value" field for "current" operator.
...
When using the date filter with the "Current" operator, the "Value"
field should not be present (because it has no meaning). This fixes
a small regression from 131a9740.
2022-09-28 12:44:50 +01:00
Paul Holden
610d2b0812
MDL-75192 reportbuilder: observe start day in current week filter.
...
Ensure we observe the site configuration/preference for calendar
first day of the week, in the current week date filter.
2022-09-28 12:09:08 +01:00
Jake Dallimore
ad46fbf76c
Merge branch 'mdl75668' of https://github.com/danmarsden/moodle
2022-09-28 16:34:12 +08:00
Jake Dallimore
04ff3a94fe
Merge branch 'MDL-75841-master' of https://github.com/junpataleta/moodle
2022-09-28 13:32:56 +08:00
Andrew Nicols
346db7e294
MDL-75200 core: Whitespace fix
2022-09-28 12:44:57 +08:00
Jun Pataleta
cd1b2e5eaf
MDL-75841 core: Don't fetch favicon setting on install
2022-09-28 12:41:45 +08:00
Andrew Nicols
c3f0e19d67
Merge branch 'MDL-75447' of https://github.com/paulholden/moodle
2022-09-28 12:41:02 +08:00
Andrew Nicols
461fb1b6f6
Merge branch 'MDL-75200-master' of https://github.com/marinaglancy/moodle
2022-09-28 12:35:42 +08:00
Jun Pataleta
53750e202a
Merge branch 'MDL-72490-master' of https://github.com/sammarshallou/moodle
2022-09-28 11:55:24 +08:00
Jake Dallimore
a74c2e66a9
Merge branch 'MDL-75790' of https://github.com/dravek/moodle
2022-09-28 09:24:44 +08:00
Jun Pataleta
762b05dc3c
Merge branch 'MDL-75726' of https://github.com/stronk7/moodle
2022-09-28 08:11:45 +08:00
Jun Pataleta
83008c55ca
Merge branch 'MDL-75776' of https://github.com/stronk7/moodle
2022-09-28 08:06:58 +08:00
Andrew Nicols
1c0b3337a3
Merge branch 'MDL-75168' of https://github.com/paulholden/moodle
2022-09-27 23:41:50 +08:00
Paul Holden
fd583ac9f0
MDL-75168 tag: cleanup module tag instances upon course deletion.
2022-09-27 13:40:28 +01:00
Jun Pataleta
4483b085db
Merge branch 'MDL-75800' of https://github.com/paulholden/moodle
2022-09-27 20:20:07 +08:00
Paul Holden
5b38e187d9
MDL-75477 libraries: upgrade to version 1.11.0 of MaxMind.
2022-09-27 12:19:41 +01:00
Andrew Nicols
182649d7d5
Merge branch 'MDL-73421-master' of https://github.com/marinaglancy/moodle
2022-09-27 17:06:51 +08:00
Andrew Nicols
8a8f0094c1
Merge branch 'MDL-27570' of https://github.com/timhunt/moodle
2022-09-27 16:41:17 +08:00
Jun Pataleta
45a44ec0f0
Merge branch 'MDL-71531-master' of https://github.com/andrewnicols/moodle
2022-09-27 16:30:23 +08:00
Jun Pataleta
efde82e3f8
Merge branch 'MDL-72509-master' of https://github.com/junpataleta/moodle
2022-09-27 14:27:03 +08:00