Sara Arjona
8d429bc55b
Merge branch 'MDL-82866-main' of https://github.com/lameze/moodle
2025-01-14 14:22:20 +01:00
Sara Arjona
7f114bb370
Merge branch 'MDL-83214-main' of https://github.com/aanabit/moodle
2025-01-14 08:26:57 +01:00
Simey Lameze
b530641819
MDL-82866 behat: add required entities and fix failures
...
This commit also fix some typos and misaligned pipes around the
changed steps.
Signed-off-by: Simey Lameze <simey@moodle.com>
2025-01-10 15:07:37 +08:00
Angelia Dela Cruz
5ccdd4399e
MDL-82866 tool: Replaced tool_lp generators with standard generators
2025-01-10 14:30:00 +08:00
Amaia Anabitarte
f87d36d750
MDL-82034 core_course: Fix Activity chooser opening issues on behat
2024-12-20 10:31:24 +01:00
Jun Pataleta
1ff50ac088
NOBUG: Bump versions for main to the current date
2024-12-18 23:53:12 +08:00
Amaia Anabitarte
e1e282a4b1
MDL-83214 core_course: Make is_delegated consistent
2024-12-16 11:07:32 +01: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
Jun Pataleta
feeca026ae
Merge branch 'MDL-83710' of https://github.com/paulholden/moodle
2024-12-05 09:55:03 +08:00
Simon Adams
a0cf3d2da5
MDL-71378 core_question & mod_quiz: Refactor deprecated contexts
2024-11-18 10:22:59 +00:00
Paul Holden
01b145a5bb
MDL-83710 report_questioninstances: fix missing type query params.
2024-11-13 21:14:46 +00:00
Paul Holden
37266a9f19
MDL-83472 phpunit: add void return type to test methods.
...
See also 01148a0816 from MDL-81522.
2024-10-16 13:01:07 +01:00
Paul Holden
01540bb7ce
MDL-83472 phpunit: call parent setUp unit test method.
...
See also 674497a12c from MDL-81523.
2024-10-16 13:01:00 +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
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
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
Paul Holden
8e77b9bf7c
MDL-82231 check: include upgrading.md files in public path checks.
2024-09-26 08:30:33 +01:00
Amaia Anabitarte
e9c0789e69
MDL-82847 report_log: Add subsections to activities log
2024-09-09 12:06:02 +02: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
670b4af61c
MDL-74583 reportbuilder: final removal of legacy namespaced classes.
2024-08-26 20:44:41 +01:00
Huong Nguyen
9978cbaabb
Merge branch 'MDL-82495-main-cl' of https://github.com/ferranrecio/moodle
2024-08-22 08:47:09 +07:00
Huong Nguyen
dca18ebca3
Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle
2024-08-20 09:30:44 +07:00
Amaia Anabitarte
2c59e87409
MDL-82495 report_outline: Add subsections to user reports
2024-08-19 16:42:28 +02:00
Huong Nguyen
e2708aeacf
NOBUG: Add upgrade notes
2024-08-16 08:37:50 +07: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
Helen Foster
c5b3abf9f5
MDL-82599 lang: Import fixed English strings (en_fix)
2024-08-02 14:57:43 +02: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
Jun Pataleta
902f9535b6
NOBUG: Add upgrade notes
2024-07-26 13:35:25 +08:00
Amaia Anabitarte
8596d3cd7c
MDL-82146 report_log: Add subsections to activity filter
2024-07-19 08:38:12 +02:00
Andrew Nicols
5efe90187d
Merge branch 'MDL-82431' of https://github.com/paulholden/moodle
2024-07-11 11:46:04 +08:00
Paul Holden
8413f61260
MDL-82431 phpunit: correct unit test filename and classname.
...
Standardise the same test cases, e.g. make final, covers notation,
static data providers, namespaces, etc.
Once the tests run, a couple of them failed. They required changes
to assertions to make them pass.
2024-07-10 19:06:14 +01:00
Ilya Tregubov
096897d623
Merge branch 'MDL-81765-main-v02' of https://github.com/ferranrecio/moodle
2024-07-10 09:16:56 +08:00
David Woloszyn
2e0579ce3a
MDL-58353 report_usersessions: Ability to logout all other sessions
2024-07-09 13:39:27 +10:00
ferranrecio
0ccafe76f6
MDL-81765 mod_subsection: disable mod subsection by default
2024-07-08 13:34:28 +02:00
ferranrecio
72efec7fb6
MDL-81765 report_outline: add subsection tests
2024-07-05 08:29:21 +02:00
Ilya Tregubov
c7af8d8afa
NOBUG: Add upgrade notes
2024-07-05 09:01:53 +08:00
Huong Nguyen
ccd8089de9
Merge branch 'MDL-80907' of https://github.com/marinaglancy/moodle
2024-07-04 11:12:50 +07:00
Amaia Anabitarte
6912ddb3c6
MDL-81771 report_outline: Add subsections to course Activity report
2024-07-03 15:47:48 +02:00
Amaia Anabitarte
f9497ceade
MDL-81771 core_report: Add Report as subsystem
2024-07-03 15:47:46 +02:00
Sara Arjona
510e8db405
NOBUG: Add upgrade notes
2024-06-20 16:30:46 +02:00
Huong Nguyen
966d5308a5
Merge branch 'MDL-78773' of https://github.com/paulholden/moodle
2024-06-20 11:06:01 +07:00
Eloy Lafuente (stronk7)
674497a12c
MDL-81523 phpunit: Add all missing setUp/tearDown parent calls
...
All setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()
must, always, call to parent, to ensure that everything is properly
set and cleaned.
While in a lot of situations this is not needed (parents may not
have anything to run), with PHPUnit >= 10 this can become more
important because we are going to move the reset code from current
placement @ runBare() to setUp()/tearDown().
Note that all the changes performed in this commit have been detected
and fixed by moodle-cs (ParentSetUpTearDownSniffTest).
2024-06-14 16:04:57 +02:00
Huong Nguyen
6b0c51a2ca
Merge branch 'MDL-81781' of https://github.com/paulholden/moodle
2024-06-13 10:12:37 +07:00