Jun Pataleta
d0a31f104a
Merge branch 'MDL-83172-main' of https://github.com/meirzamoodle/moodle
2025-01-15 17:02:12 +08:00
meirzamoodle
c26cc0e005
MDL-83172 dml: Remove Oracle from LMS
2025-01-13 17:11:55 +07:00
Andrew Nicols
fd010644bc
MDL-83968 core: Update uses of router test classes
2025-01-13 14:16:50 +08:00
Huong Nguyen
7befed22d0
Merge branch 'versionbump' of https://github.com/junpataleta/moodle
2024-12-19 10:03:51 +07:00
Jun Pataleta
1ff50ac088
NOBUG: Bump versions for main to the current date
2024-12-18 23:53:12 +08:00
Paul Holden
0fe0fc675c
MDL-84000 reportbuilder: move testcase helper to autoloaded namespace.
...
Clean up some class imports while we're at it.
2024-12-17 08:19:38 +00:00
Jun Pataleta
4929d6c3d1
Merge branch 'MDL-81520-main' of https://github.com/andrewnicols/moodle
2024-12-11 13:41:15 +08:00
Andrew Nicols
c2414e5a45
MDL-81520 core: Fix test finality
2024-12-11 12:30:23 +08:00
Mikel Martín
f9abc562f5
MDL-81825 theme_boost: Refactor .sr-only usages for BS5
...
- Add .visually-hidden to the Boostratp 5 bridge SCSS file
- Replace .sr-only occurrences with .visually-hidden
- Replace .dropzone-sr-only-focusable with .dropzone-visually-hidden-focusable
for consistency
2024-12-10 14:02:32 +01:00
Huong Nguyen
bef45583cc
MDL-82379 core_user: Move email change token to user private access key
2024-12-05 13:37:56 +08:00
Huong Nguyen
016ae54134
MDL-82963 Tag: Improve validation for users tagged with sepecified tag
2024-12-05 11:01:56 +08:00
Mikel Martín
636ab0fba9
MDL-81821 theme_boost: Refactor font utility classes for BS5
2024-11-26 15:17:30 +01:00
Jun Pataleta
94b89dd9d4
Merge branch 'MDL-83290-main' of https://github.com/meirzamoodle/moodle
2024-11-21 11:46:08 +08:00
meirzamoodle
a0f57612ee
MDL-83290 dml: Remove "ORDER BY" from the $sort
2024-11-18 16:07:57 +07:00
Andrew Nicols
a6acb015a3
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:55 +08:00
Marina Glancy
18067c8971
MDL-83504 user: reset preference cache in unittests
2024-10-21 17:58:50 +01:00
Jun Pataleta
1d208afaf2
Merge branch 'MDL-82813' of https://github.com/paulholden/moodle
2024-10-10 12:04:07 +08: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
Paul Holden
14be75dc41
MDL-82813 group: correctly format group description property.
2024-09-19 13:44:52 +01: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