Andrew Nicols
c370c0cc5e
MDL-81521 core: Update all possibly data providers to be static
...
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-15 12:50:44 +08:00
Marina Glancy
ce1ef8bda0
MDL-83504 user: reset preference cache in unittests
2024-10-21 17:59:08 +01:00
Paul Holden
3e18e85dce
MDL-82813 group: correctly format group description property.
2024-10-07 17:58:34 +01:00
Jun Pataleta
5b421c6db6
NOBUG: Add upgrade notes
2024-10-05 15:08:28 +08:00
Huong Nguyen
3a6640c461
NOBUG: Add upgrade notes
2024-10-04 21:06:11 +07:00
Sara Arjona
d7f28e0c93
Merge branch 'MDL-83309-main' of https://github.com/junpataleta/moodle
2024-10-03 08:22:26 +02:00
Huong Nguyen
d1cced3864
Merge branch 'MDL-83296' of https://github.com/marinaglancy/moodle
2024-10-03 08:44:21 +07:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release
2024-10-02 17:04:53 +08:00
Huong Nguyen
4d1c0cb04b
NOBUG: Add upgrade notes
2024-10-01 19:37:15 +07:00
Marina Glancy
7015c67d7c
MDL-83296 user: store defaulthomepage as a relative url
2024-09-27 14:31:26 +01:00
Huong Nguyen
282421ce6c
NOBUG: Change upgrade notes version
2024-09-27 19:16:56 +07:00
Huong Nguyen
7b4ed9096f
NOBUG: Add upgrade notes
2024-09-27 18:45:07 +07:00
Sara Arjona
15f4091392
NOBUG: Add upgrade notes
2024-09-20 17:12:53 +02:00
Ilya Tregubov
1d48c46edb
Merge branch 'MDL-82663' of https://github.com/paulholden/moodle
2024-09-20 10:17:02 +08:00
Ilya Tregubov
adaa1944af
Merge branch 'MDL-82494' of https://github.com/paulholden/moodle
2024-09-19 14:04:48 +08:00
Huong Nguyen
8921272b51
Merge branch 'MDL-83082-main' of https://github.com/junpataleta/moodle
2024-09-19 09:43:32 +07:00
Guillaume Barat
eadf38cf45
MDL-71823 user: Add hook for extending user menu
2024-09-18 08:17:40 +10:00
Jun Pataleta
2c9a6c8535
MDL-83082 core_user: Set a size for the loading icon background image
2024-09-14 00:34:26 +08:00
Trisha Milan
e52fbd2f84
MDL-66151 Performance: Session Manager modularisation
...
Storage of session metadata has moved into the session handler class.
This allows for other classes to fully control session handling and
removes the dependancy on the core sessions database table.
Previously, the standard method of interaction with the
session metadata was direct DB calls; this may break other plugins as there
are now proper APIs available through the session manager.
Co-authored-by: Darren Cocco <moodle@darren.cocco.id.au>
Co-authored-by: Trisha Milan <trishamilan@catalyst-au.net>
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2024-09-03 13:04:04 +10:00
Paul Holden
1965c0caf0
MDL-82494 user: correct profile field name formatting method.
...
Add optional `$escape` parameter to allow for unescaped return.
2024-08-30 09:47:13 +01:00
Marina Glancy
bb466df202
MDL-82567 core: Add has_capability method
...
Co-authored-by: David Woloszyn <david.woloszyn@moodle.com>
Co-authored-by: Jun Pataleta <jun@moodle.com>
2024-08-28 03:34:17 +00:00
Paul Holden
50c64005e8
MDL-82663 user: fix check for current user removing own enrolment.
...
We only need to remove the current user from selection if they were
ever part of the selection originally.
2024-08-27 16:55:13 +01:00
Jake Dallimore
45faf93d87
Merge branch 'MDL-82778-main' of https://github.com/andrewnicols/moodle
2024-08-20 11:07:13 +08:00
Huong Nguyen
dca18ebca3
Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle
2024-08-20 09:30:44 +07:00
Huong Nguyen
e2708aeacf
NOBUG: Add upgrade notes
2024-08-16 08:37:50 +07:00
Andrew Nicols
d85201adcb
MDL-82778 core: Update core/fetch module to use Class
2024-08-15 22:45:47 +08:00
Huong Nguyen
482ef20399
Merge branch 'MDL-81629-main' of https://github.com/NJahreis/moodle
2024-08-15 10:06:29 +07:00
Sara Arjona
bddbd218e9
Merge branch 'MDL-81889-main' of https://github.com/ferranrecio/moodle
2024-08-13 09:49:37 +02:00
ferranrecio
a2ed8a036d
MDL-81889 tool_generator: add examples to behat steps
...
The tool_generator creates a testing scenario that can execute
all steps from behat_data_generators (with some limitations),
change admin settings and delete courses and users to cleanup
the created entities. However, this list of valid steps will
change over time and it will be great if all available steps
are listed with examples.
2024-08-12 12:25:46 +02:00
Mikel Martín
f179890ad5
MDL-75671 theme_boost: Refactor text direction classes for BS5
...
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
6baf2046d5
MDL-75671 theme_boost: Refactor float classes for BS5
...
- Add SCSS code for float utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (float-left > float-start, float-sm-right > float-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Jun Pataleta
d55cbfca08
Merge branch 'MOODLE_main_MDL-82518' of https://github.com/danielneis/moodle
2024-08-07 17:12:14 +08:00
Ilya Tregubov
f41f222dcd
MDL-79541 core_grades: Hidden user fields check for search.
...
If some user profile fields are hidden on some grade reports
users without permission were able to see those.
2024-08-07 04:12:45 +00:00
Andrew Nicols
fbca10b8f3
MDL-81031 core: Add core/fetch to query new WS layer
2024-08-06 16:01:07 +08:00
Andrew Nicols
614b3bf9b3
MDL-81031 core: Add some new WS
2024-08-06 16:01:07 +08:00
Andrew Nicols
1b7d08465c
MDL-81031 core: Add routing
2024-08-06 16:01:07 +08:00
Daniel Neis Araujo
4b7f1cd22e
MDL-82518 core_user: Fix regression introduced by MDL-80271
2024-08-02 14:46:22 -03:00
Andrew Nicols
024e36be17
MDL-81634 core: Fix all implicitly defined nullables
...
Note: This does not impact third-party libraries.
2024-08-02 14:11:12 +08:00
Ilya Tregubov
1e1af341c0
NOBUG: Add upgrade notes
2024-08-02 09:30:38 +08:00
Shamim Rezaie
5aee595206
Merge branch 'MDL-78030-main-improvement' of https://github.com/meirzamoodle/moodle
2024-07-31 17:38:29 +10:00
meirzamoodle
699daafc64
MDL-64148 core: Make email greetings consistent
...
Some email body strings use first names as greetings,
some use full names, and some do not.
Using the first name for greeting makes it consistent and
a bit more "personal".
2024-07-30 22:40:47 +07:00
Nikolai Jahreis
2cd381b27b
MDL-81629 user: Set replyto and replytoname variables in contactform
2024-07-30 13:09:21 +00:00
meirzamoodle
9354b80a52
MDL-78030 user: Implementing the count window function
2024-07-29 13:58:38 +07:00
Jun Pataleta
902f9535b6
NOBUG: Add upgrade notes
2024-07-26 13:35:25 +08:00
Huong Nguyen
854296c210
Merge branch 'MDL-81888-main-v02' of https://github.com/ferranrecio/moodle
2024-07-25 08:58:19 +07:00
Ilya Tregubov
fdfdd02639
NOBUG: Add upgrade notes
2024-07-19 09:30:19 +08:00
Jun Pataleta
cf2073134a
Merge branch 'MDL-82066' of https://github.com/paulholden/moodle
2024-07-18 00:03:02 +08:00
Ilya Tregubov
7f63a6af7a
Merge branch 'MDL-78293-master' of https://github.com/jleyva/moodle
2024-07-16 11:47:22 +08:00
Ilya Tregubov
de54a993d3
MDL-80744 mod_assign: Add user search.
2024-07-15 16:36:47 +08:00