Juan Leyva
36e0395bb9
MDL-80959 tool_mobile: Use different user keys for QR and auto login
2024-06-04 10:32:48 +08:00
ferranrecio
4e9a8c6cd7
MDL-81885 tool_generator: add admin settings generator
...
The tool_generator creates a testing scenario that can
execute all steps from behat_data_generators (with some
limitations). However, it cannot set any admin settings,
which limits the tool's ability to generate many
real test scenarios.
2024-06-03 11:53:54 +02:00
Paul Holden
dd55e32618
MDL-81534 tool_generator: standardize user creation language string.
2024-06-03 09:43:09 +01:00
Huong Nguyen
a74583cbf0
MDL-80831 core: Add missing classname for privacy url
2024-05-30 17:13:59 +07:00
Jun Pataleta
14eac824ed
Merge branch 'MDL-80640_upgrade-guzzlehttp' of https://github.com/ziegenberg/moodle
2024-05-30 12:00:28 +08:00
Huong Nguyen
47216b5db5
Merge branch 'MDL-80973-master' of https://github.com/jleyva/moodle
2024-05-30 10:37:42 +07:00
Sara Arjona
9a72323f63
Merge branch 'MDL-81983' of https://github.com/lostrogit/moodle
2024-05-29 14:07:25 +02:00
Huong Nguyen
175e48bc08
Merge branch 'MDL-54105-master-default_grade_on_mod_assign' of https://github.com/praxisdigital/moodle
2024-05-28 15:21:39 +07:00
Frederik Milling Pytlick
cf7e43666b
MDL-54105 mod_assign: Added default gradetype and gradescale
...
Added 2 new settings to mod_assign and made moodle core look for them to set the default grade values.
2024-05-28 09:10:20 +02:00
Andrew Nicols
8639237c62
Merge branch 'MDL-81822' of https://github.com/paulholden/moodle
2024-05-28 14:05:01 +08:00
Andrew Nicols
d74740e3a1
MDL-81897 tool_mobile: Coding style fix
2024-05-28 11:40:46 +08:00
Andrew Nicols
6aa05bb847
Merge branch 'MDL-81897-master' of https://github.com/jleyva/moodle
2024-05-28 11:27:35 +08:00
Andrew Nicols
7fc931cdd8
Merge branch 'MDL-81698' of https://github.com/stronk7/moodle
2024-05-28 10:10:39 +08:00
Andrew Nicols
fe3f6350d9
Merge branch 'MDL-78942' of https://github.com/paulholden/moodle
2024-05-28 09:00:35 +08:00
Juan Leyva
0e966da5e6
MDL-80973 tool_policy: Fix edge case
2024-05-27 17:19:53 +02:00
Eloy Lafuente (stronk7)
018e6e1fc8
MDL-81698 phpunit: Apply various fixes towards 1by1 execution
...
The changes here are heterogeneous:
- Include stuff that is not available (other test has included it).
Sometimes local to a unit test, others in setupBeforeClass() or
globally, ... depends on every case.
- Rename some tests (namespaces, test name, ...) towards getting it
running.
- Amend small bits here and there.
Important note: I've left any "cosmetic" warning out from the
changes, only a few errors (like long array syntax) have been fixed.
2024-05-25 17:19:44 +02:00
Huong Nguyen
48bc966a59
Merge branch 'MDL-81914-main' of https://github.com/andrewnicols/moodle
2024-05-23 11:01:38 +07:00
Carlos Castillo
8c4c52bc31
MDL-81983 admin: Remove double capability check
2024-05-21 12:16:37 +02:00
Huong Nguyen
bd9631bda5
Merge branch 'MDL-81125-main-alt' of https://github.com/andrewnicols/moodle
2024-05-21 15:33:09 +07:00
Shamim Rezaie
bf85928261
Merge branch 'MDL-80599-main-2' of https://github.com/ilyatregubov/moodle
2024-05-21 14:22:45 +10:00
Paul Holden
f1bc57e220
MDL-81822 tool_licensemanager: slightly relax license shortname type.
...
The "*-4.0" license versions could not be managed currently.
2024-05-20 17:44:42 +01:00
Andrew Nicols
0964cd5b69
MDL-81125 core: Update upgrade.txt files to document new upgrade notes
2024-05-20 22:26:45 +08:00
Huong Nguyen
adde5efaf5
Merge branch 'MDL-81929' of https://github.com/paulholden/moodle
2024-05-20 09:19:55 +07:00
Daniel Ziegenberg
4098184c77
MDL-80640 lib: Update Guzzle library
...
- GuzzleHttp/Guzzle 7.8.1
- GuzzleHttp/Promises 2.0.2
- GuzzleHttp/PSR7 2.6.2
- Guzzle cache middleware 5.1.0
This brings PHP 8.3 support for Guzzle.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-05-17 14:26:37 +02:00
Ilya Tregubov
6be4f78b92
MDL-80599 enrol_guest: Support password update in csv course upload
2024-05-17 11:00:56 +08:00
Ilya Tregubov
a45b5583a5
MDL-80599 enrol_self: Support password update in csv course upload
2024-05-17 11:00:55 +08:00
Paul Holden
72beaf65d8
MDL-81929 user: reset the selected bulk action when nothing selected.
...
In the case of bulk user actions that are implemented via Javascript,
we should ensure that once they are complete the selected action is
reset to its default state of "Choose..." so that it can be selected
again.
2024-05-16 12:57:07 +01:00
Andrew Nicols
b40fad605b
MDL-81914 core_competency: Stop using a deprecated class
2024-05-15 23:50:16 +08:00
Juan Leyva
d963e2ed0e
MDL-81897 tool_mobile: Force partitioned cookies on inapp browser
2024-05-14 13:43:29 +02:00
Ilya Tregubov
4b16c37b96
MDL-80599 core: Refactor enrol methods
...
Move update instance logic to its own method and cover with tests.
Also update enrol plugins to work woth new methods.
2024-05-14 12:08:46 +08:00
Eloy Lafuente (stronk7)
752d07415c
MDL-81203 tool_customlang: Bump ROUGH_NUMBER_OF_STRINGS from 32K to 33K
...
Periodical check, we have passed the 32K, time to bump to next
thousand, 33K. Not much else to say.
2024-05-10 15:39:47 +02:00
Steve Massicotte
fd4ebbf932
MDL-80967 Authentication: Login page - Hide the login form
2024-05-07 16:03:28 -04:00
Marina Glancy
49ab83c1a4
MDL-80907 various: fixes to incorrect column selectors in behat
2024-05-07 19:27:14 +01:00
Carlos Castillo
b7030c76c6
MDL-81764 reportbuilder: Include full name filter to Users system report
2024-05-02 15:23:20 +02:00
Sara Arjona
1e7fdcccdf
Merge branch 'MDL-81578' of https://github.com/paulholden/moodle
2024-04-23 15:13:41 +02:00
Paul Holden
23552e4c84
MDL-78942 tool_mfa: replace deprecated coding standards annotation.
...
Replace with equivalent `phpcs` annotation as appropriate, same as
done previously in a5c91474ee
(see that commit for further context).
2024-04-22 12:28:37 +01:00
Jun Pataleta
78e5814a0f
MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts
2024-04-20 21:01:04 +08:00
Huong Nguyen
978f3d42e5
Merge branch 'MDL-81512-main' of https://github.com/mickhawkins/moodle
2024-04-18 09:26:36 +07:00
Jun Pataleta
9966241efb
Merge branch 'MDL-81525-main' of https://github.com/andrewnicols/moodle
2024-04-17 23:42:22 +08:00
Paul Holden
c550ef8dcb
MDL-81578 user: disable form change checker for bulk user actions.
...
When bulk user actions are used from the "Browse users" report.
2024-04-17 12:22:43 +01:00
Paul Holden
dadffe8989
MDL-80878 tool_mfa: safely retrieve the referrer URL.
2024-04-17 03:44:22 +00:00
Paul Holden
03e93da556
MDL-81058 admin: fix sesskey checks for admin preset actions.
2024-04-17 03:44:22 +00:00
Paul Holden
498a766263
MDL-81059 tool_analytics: fix sesskey checks for model actions.
2024-04-17 03:44:22 +00:00
Paul Holden
ab817ef330
MDL-80877 tool_mfa: protect logout process with sesskey check.
2024-04-17 03:44:21 +00:00
Huong Nguyen
8e682899cc
Merge branch 'MDL-81549-main' of https://github.com/junpataleta/moodle
2024-04-17 10:33:28 +07:00
Jun Pataleta
a180dba314
MDL-81549 versions: bump all versions and requires near release
2024-04-17 00:03:29 +08:00
Marina Glancy
f78de9e614
MDL-81569 tool_uploadcourse: unittests - custom plugins may add roles
2024-04-16 15:43:27 +01:00
raortegar
40aed04ae1
MDL-81512 core_theme: Use admin_settingpage for theme settings
...
This also moves any theme settings pages to the themes category instead
of "appearance", so they remain where expected, and avoids adding to
that section if the theme is hidden (so if there are no custom theme
settings, that section will not appear on the page).
Co-authored-by: Michael Hawkins <michaelh@moodle.com>
2024-04-16 17:43:46 +08:00
raortegar
57df4a1dbb
MDL-81512 core_theme: Reinstate theme category as custom theme settings
2024-04-16 17:43:46 +08:00
Andrew Nicols
b8d4d3ff94
MDL-81525 tool_mfa: Coding style fixups
2024-04-15 13:05:12 +08:00